https://github.com/ldurniat/Asteroids
The Asteroids game prototype for Corona SDK.
https://github.com/ldurniat/Asteroids
asteroids-game coronasdk game lua solar2d
Last synced: about 2 months ago
JSON representation
The Asteroids game prototype for Corona SDK.
- Host: GitHub
- URL: https://github.com/ldurniat/Asteroids
- Owner: ldurniat
- License: other
- Created: 2018-03-25T19:23:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T18:15:16.000Z (about 1 year ago)
- Last Synced: 2025-01-02T23:35:34.005Z (10 months ago)
- Topics: asteroids-game, coronasdk, game, lua, solar2d
- Language: Lua
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-solar2d - Asteroids - a clone of the arcade classic Asteroids. (Games)
README
# Asteroids
*Asteroids* is simple game for Corona SDK inspired by youtube video Asteroids with p5.js [part 1](https://www.youtube.com/watch?v=hacZU523FyM) and [part 2](https://www.youtube.com/watch?v=xTTuih7P0c0).

### Run
To run game you need install [Corona SDK](https://portal.coronalabs.com)
Controls: Space and Arrows keys.
###Dependencies
[deltatime](https://github.com/ldurniat/delta-time) - is very simple module for time based animations for Corona SDK.
### License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/ldurniat/Asteroids/blob/master/LICENSE) file for details.