Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 818 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 818 Bytes

EatEmAll

REQUIREMENTS:

  1. PyGame installed and in working condition
pip install pygame

OR (debian based distros only)

sudo apt install python3-pygame
  1. MySQL connector for python up and running
pip install mysql-connector-python

OR (debian based distros only)

sudo apt install python3-mysql.connector
  1. MySQL server on local machine

SUMMARY:

Find and eat the energy balls to gain score! You will be spawned in a black screen and you have to find the energy ball hidden in the screen, your cursor will start to change colors once near the energy ball. You can press space to reveal the location of the energy ball. (applicable only up to two times per game)

CONTROLS:

⬅️ ⬆️ ⬇️ ➡️ --> Arrow keys for movement

SPACE BAR --> Space bar to use special move