https://github.com/hscells/asteroids
A variant of the popular asteroids game written in lua in the Love2d Engine
https://github.com/hscells/asteroids
Last synced: 7 months ago
JSON representation
A variant of the popular asteroids game written in lua in the Love2d Engine
- Host: GitHub
- URL: https://github.com/hscells/asteroids
- Owner: hscells
- License: mit
- Created: 2015-04-24T03:12:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T15:24:43.000Z (about 11 years ago)
- Last Synced: 2024-12-28T12:43:25.535Z (over 1 year ago)
- Language: Lua
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asteroids
A variant of the popular asteroids game written in lua in the Love2d Engine

- ```Arrow Keys``` to move
- ```Z``` to shoot
- ```F``` for fullscreen
- ```ESC``` to quit
Requires [Love2D](https://love2d.org/) to run