mirror of
https://github.com/SleepingInsomniac/asteroids
synced 2024-11-15 19:48:28 +01:00
571 B
571 B
Asteroids
A simple implementation of the classic asteroids game written in Crystal using SDL2
Building
- Install SDL2
- run
shards build
Contributing
- Fork it (https://github.com/your-github-user/asteroids/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Alex Clink - creator and maintainer