2021-11-29 00:26:25 +01:00
|
|
|
# Asteroids
|
2021-11-11 02:37:45 +01:00
|
|
|
|
2021-11-29 00:26:25 +01:00
|
|
|
A simple implementation of the classic asteroids game written in Crystal using SDL2
|
2021-11-11 02:37:45 +01:00
|
|
|
|
2021-11-29 00:26:25 +01:00
|
|
|
![screenshot](screenshot-1.gif)
|
2021-11-11 02:37:45 +01:00
|
|
|
|
2021-11-29 00:26:25 +01:00
|
|
|
## Building
|
2021-11-11 02:37:45 +01:00
|
|
|
|
2021-11-29 00:26:25 +01:00
|
|
|
- Install SDL2
|
|
|
|
- run `shards build`
|
2021-11-11 02:37:45 +01:00
|
|
|
|
|
|
|
## 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
|
|
|
|
|
|
|
|
- [Alex Clink](https://github.com/your-github-user) - creator and maintainer
|