Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vanillaiice/dodge-love2d
- Owner: vanillaiice
- License: gpl-3.0
- Created: 2023-12-12T16:50:22.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-12T17:41:04.000Z (about 1 year ago)
- Last Synced: 2024-10-21T06:25:46.604Z (2 months ago)
- Topics: dodge-game, love2d, love2d-framework, love2d-game, lua
- Language: Lua
- Homepage:
- Size: 295 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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