Skip to content

An engaging and interactive image guessing game where players are presented with a pixelated image and must guess the correct object or scene within a limited amount of time. The image will get progressively less blurry as the timer runs out.

Notifications You must be signed in to change notification settings

johnnymayodev/Pixel-Puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Puzzle Logo

Pixel Puzzle

📝 Description

An engaging and interactive image guessing game where players are presented with a pixelated image and must guess the correct object or scene within a limited amount of time. The image will get progressively less blurry as the timer runs out.

🏃 Running

Commands are written for macOS. Windows and Linux users should adjust accordingly.

Frontend

Run via bash script

  1. Clone the repository and navigate to the project directory in your terminal

  2. Give the bash script permission to execute by the user

chmod u+x ./web/run.sh
  1. Run the bash script
./web/run.sh
  1. Open your web browser and go to http://localhost:8090/

Run Manually

  1. Clone the repository and navigate to the project directory in your terminal

  2. Create a virtual environment

python3 -m venv venv
  1. Activate the virtual environment
source venv/bin/activate
  1. Install the requirements
pip install -r requirements.txt
  1. Run the server
python3 web/server.py
  1. Open your web browser and go to http://localhost:8090/

About

An engaging and interactive image guessing game where players are presented with a pixelated image and must guess the correct object or scene within a limited amount of time. The image will get progressively less blurry as the timer runs out.

Resources

Stars

Watchers

Forks