Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vanillaiice/dtb-love2d
- Owner: vanillaiice
- Created: 2023-12-15T18:00:03.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-29T15:19:51.000Z (12 months ago)
- Last Synced: 2024-10-31T04:24:24.825Z (about 2 months ago)
- Topics: dodge-game, game, love2d, love2d-framework, lua
- Language: Lua
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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