Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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