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
- Host: GitHub
- URL: https://github.com/yunkhngn/flappy-head
- Owner: yunkhngn
- Created: 2022-02-18T16:35:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T19:26:10.000Z (9 months ago)
- Last Synced: 2024-12-03T23:07:09.458Z (6 months ago)
- Language: Python
- Homepage:
- Size: 556 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.