A small game where you control an Android with the objective of collecting as many apples as possible.
-
Install Python 3.6 or above from here
-
Install pygame 2.4 or above. You can use
pip
, the package installer for Python. Open your command prompt or terminal and run the following command:Windows:
pip install pygame
MacOS:
python3 -m pip install pygame
-
Install Git. You can download Git from here and follow the installation instructions for your operating system
-
Clone the repository:
git clone https://github.com/Vandreic/AppleDroid.git
or download as zip and extract
-
In the root directory run
Windows:
python main.py
MacOS:
python3 -m main
Action | Key |
---|---|
Move Up | ↑ |
Move Down | ↓ |
Move Left | ← |
Move Right | → |
Confirm | ENTER / SPACE |