Find a file
2022-01-03 22:46:17 -05:00
spec Initial Commit 2021-11-11 00:39:25 -05:00
src Update to use the latest version of PF 2022-01-03 22:46:17 -05:00
.editorconfig Initial Commit 2021-11-11 00:39:25 -05:00
.gitignore Initial Commit 2021-11-11 00:39:25 -05:00
Info.plist Add correct plist value for version 2022-01-03 22:46:17 -05:00
LICENSE Initial Commit 2021-11-11 00:39:25 -05:00
package.rb Update to use the latest version of PF 2022-01-03 22:46:17 -05:00
README.md Update readme 2021-11-28 18:31:50 -05:00
screenshot-1.gif Update readme 2021-11-28 18:31:50 -05:00
shard.lock Update to use the latest version of PF 2022-01-03 22:46:17 -05:00
shard.yml Update to use the latest version of PF 2022-01-03 22:46:17 -05:00

Asteroids

A simple implementation of the classic asteroids game written in Crystal using SDL2

screenshot

Building

  • Install SDL2
  • run shards build

Contributing

  1. Fork it (https://github.com/your-github-user/asteroids/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors