mirror of
https://github.com/yishn/lets-code.git
synced 2026-01-14 16:07:59 -05:00
16 lines
291 B
Markdown
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
|
|
```
|