aditeyaS / 8700-project

Python game based on Tkinter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Halloween Rescue

Halloween Rescue

Halloween Rescue is a python game which is the final project for the course Software Design (CPSC 8700)

Tech Stack

Languages: Python

Python Libraries: Tkinter, pygame

Installation

Clone the repository

  git clone https://github.com/aditeyaS/8700-project.git

Go to the project directory

  cd 8700-project

Install linux requirements

  xargs sudo apt install < linux-requirements.txt

Install python requirements

  pip3 install -r pip-requirements.txt

Run Locally

Move to source folder

  cd src

Run the game

  python3 app.py

Screenshot

Intro Screen Screenshot Intro Screen

Playground Screen Screenshot Playground Screen

Leaderboard Screen Screenshot Leaderboard Screen

ToDo

  • Make multiple levels
  • Integrate with DB for leaderboard

Authors

About

Python game based on Tkinter


Languages

Language:Python 100.0%