Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

dodge-game love2d love2d-framework love2d-game lua

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Dodge

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

## Demo

https://github.com/vanillaiice/dodge-love2d/assets/120596571/41026ace-c7e7-409f-ba84-8754b250e593

## Installation

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

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

## Game Controls

`Up` - Move up

`Down` - Move down

`Right` and `Left` - Rotate

`Space` - Pause

`Backspace` - Restart

`Esc` - Quit

## Author

Vanillaiice

## License

GPLv3