An open API service indexing awesome lists of open source software.

https://github.com/yunkhngn/flappy-head

A Flappy head game made using pygame
https://github.com/yunkhngn/flappy-head

Last synced: 6 months ago
JSON representation

A Flappy head game made using pygame

Awesome Lists containing this project

README

        

Flappy Head
===============

A Flappy Head Clone made using [python-pygame][pygame]

Setup
---------------------------

1. Install Python 3.x (recommended) 2.x from [here](https://www.python.org/download/releases/) (Or use your preffered package manager)

1. Install [pipenv]

1. _Optional_: Install PyGame 1.9.x from [here](http://www.pygame.org/download.shtml)

On MacOS, pipenv will install PyGame, please check how to install on your Linux/Windows machines

1. Clone the repository:

```bash
$ git clone https://github.com/yunkhngn/FlappyHead
```

or download as zip and extract.

1. In the root directory run

```
py flappy.py
```

1. Use or Space key to play and Esc to close the game.