Add README

This commit is contained in:
Yichuan Shen
2022-08-22 00:45:06 +02:00
parent 3151e9a30d
commit b0484240e9

15
asteroids/README.md Normal file
View File

@@ -0,0 +1,15 @@
# Asteroids
[<img src="./thumbnail.png" alt="Thumbnail" width="300" />][video]<br/> [_Watch
Video_][video]
[video]: https://www.youtube.com/watch?v=QCys49c44PU
## Building
Make sure you have [Rust](https://www.rust-lang.org) installed. To run this
project, execute:
```
$ cargo run
```