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

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.

Awesome Lists containing this project

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).

![Screenshot](https://i.imgur.com/v6V0vmZ.gif)

### 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.