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 pygameMacOS:
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.gitor download as zip and extract
-
In the root directory run
Windows:
python main.pyMacOS:
python3 -m main
| Action | Key |
|---|---|
| Move Up | ↑ |
| Move Down | ↓ |
| Move Left | ← |
| Move Right | → |
| Confirm | ENTER / SPACE |