GET-Prog / flappy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flappy

Flappy is a game based on "Flappy Bird" using Python and Pygame.

Flappy Demo

How to set up the environment and run the App

Create a Python Virtual Environment and Install the Dependencies

Install virtualenv, create and active the venv environment:

$ pip install virtualenv
$ virtualenv venv

$ source venv/bin/activate # Activate on Mac OS / Linux
$ venv\Scripts\activate    # Activate on Windows

After the virtual environment is activated, install the dependencies:

$ pip install -r requirements.txt

Running the game

$ python flappy/main.py

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%