AdityaSharma223 / EatEmAll

Find and eat the enegry 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 colours once near the energy ball. You can press space to reveal the location of the energy ball. (applicable only upto two times per game)

Home Page:https://adityasharma223.github.io/EatEmAll

Repository from Github https://github.comAdityaSharma223/EatEmAllRepository from Github https://github.comAdityaSharma223/EatEmAll

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

About

Find and eat the enegry 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 colours once near the energy ball. You can press space to reveal the location of the energy ball. (applicable only upto two times per game)

https://adityasharma223.github.io/EatEmAll


Languages

Language:Python 100.0%