Files
lets-code/asteroids/README.md
Yichuan Shen b0484240e9 Add README
2022-09-08 22:49:56 +02:00

16 lines
291 B
Markdown

# 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
```