Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vanillaiice/dtb-love2d

Simple game where you dodge moving balls, made with Lua and Löve2D.
https://github.com/vanillaiice/dtb-love2d

dodge-game game love2d love2d-framework lua

Last synced: 5 days ago
JSON representation

Simple game where you dodge moving balls, made with Lua and Löve2D.

Awesome Lists containing this project

README

        

# Dodge the Balls

Simple game where you dodge moving balls, made with Lua and Löve2D.

# Installation

You need git and [Löve2D](https://love2d.org/) installed.

```sh
$ git clone https://github.com/vanillaiice/dtb-love2d
$ cd dtb-love2d
$ love src
# or
$ make
```

Alternatively, from the releases, you can download and run the .love files on Linux (you still need to install Löve2D),
and the .exe files on Windows.

# Controls

`Move Mouse` - Move Player

`Space` - Pause Game

`Backspace` - Restart Game

`Esc` - Quit Game

`Right Click` - Destroy Opps Around

`Left Click` - Repel Opps Around

`Middle Click` - Slow Down Opps

# Author

Vanillaiice

# License

GPLv3