mirror of
https://github.com/SleepingInsomniac/asteroids
synced 2024-12-25 21:59:23 +01:00
Update readme
This commit is contained in:
parent
fdad655892
commit
4b30e47f10
3 changed files with 7 additions and 12 deletions
17
README.md
17
README.md
|
@ -1,18 +1,13 @@
|
||||||
# asteroids
|
# Asteroids
|
||||||
|
|
||||||
TODO: Write a description here
|
A simple implementation of the classic asteroids game written in Crystal using SDL2
|
||||||
|
|
||||||
## Installation
|
![screenshot](screenshot-1.gif)
|
||||||
|
|
||||||
TODO: Write installation instructions here
|
## Building
|
||||||
|
|
||||||
## Usage
|
- Install SDL2
|
||||||
|
- run `shards build`
|
||||||
TODO: Write usage instructions here
|
|
||||||
|
|
||||||
## Development
|
|
||||||
|
|
||||||
TODO: Write development instructions here
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
BIN
screenshot-1.gif
Normal file
BIN
screenshot-1.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 495 KiB |
|
@ -15,4 +15,4 @@ license: MIT
|
||||||
dependencies:
|
dependencies:
|
||||||
pixelfaucet:
|
pixelfaucet:
|
||||||
github: SleepingInsomniac/pixelfaucet
|
github: SleepingInsomniac/pixelfaucet
|
||||||
# version: 0.0.1
|
version: 0.0.1
|
||||||
|
|
Loading…
Reference in a new issue