Skip to content

A small Python game built with Pygame, where you control an Android to collect as many apples as possible before time runs out.

Notifications You must be signed in to change notification settings

Vandreic/AppleDroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small Python game built with Pygame, where you control an Android to collect as many apples as possible before time runs out.

Topics

Resources

Stars

Watchers

Forks

Languages