Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanillaiice/flappybird-love2d
Flappy Bird clone with Lua and LÖVE2D
https://github.com/vanillaiice/flappybird-love2d
flappy-bird game-clone love2d love2d-framework love2d-game lua
Last synced: about 2 months ago
JSON representation
Flappy Bird clone with Lua and LÖVE2D
- Host: GitHub
- URL: https://github.com/vanillaiice/flappybird-love2d
- Owner: vanillaiice
- License: gpl-3.0
- Created: 2023-12-08T20:08:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-09T10:42:31.000Z (about 1 year ago)
- Last Synced: 2024-10-31T04:24:28.848Z (3 months ago)
- Topics: flappy-bird, game-clone, love2d, love2d-framework, love2d-game, lua
- Language: Lua
- Homepage:
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Flappy Bird Clone
Flappy Bird clone made with Lua and Löve2D.
## Installation
You need git and [Löve2D](https://love2d.org/) installed.
```sh
$ git clone https://github.com/vanillaiice/flappybird-love2d
$ cd flappybird-love2d
$ love .
# or
$ make
```## Game Controls
`Space` - Jump
`Enter` - Pause
`Backspace` - Restart
`Esc` - Quit
## Author
Vanillaiice
## License
GPLv3