Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.46 KB

File metadata and controls

59 lines (43 loc) · 1.46 KB

AppleDroid

First Game Made with Python and Pygame Version

A small game where you control an Android with the objective of collecting as many apples as possible.


Installation

  1. Install Python 3.6 or above from here

  2. 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
    
  3. Install Git. You can download Git from here and follow the installation instructions for your operating system

  4. Clone the repository:

    git clone https://github.com/Vandreic/AppleDroid.git
    

    or download as zip and extract

  5. In the root directory run

    Windows:

    python main.py
    

    MacOS:

    python3 -m main
    

Controls

Action Key
Move Up
Move Down
Move Left
Move Right
Confirm ENTER / SPACE