https://github.com/benbrunton/rusteroids
an asteroids clone built in rust
https://github.com/benbrunton/rusteroids
asteroids cargo gameplay opengl rust
Last synced: 6 months ago
JSON representation
an asteroids clone built in rust
- Host: GitHub
- URL: https://github.com/benbrunton/rusteroids
- Owner: benbrunton
- License: mit
- Created: 2014-08-03T19:03:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T16:58:39.000Z (almost 7 years ago)
- Last Synced: 2024-12-06T21:14:56.282Z (over 1 year ago)
- Topics: asteroids, cargo, gameplay, opengl, rust
- Language: Rust
- Homepage:
- Size: 2.85 MB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Rusteroids
#### an asteroids clone built in Rust
[](https://travis-ci.org/benbrunton/rusteroids)
### Dependencies:
- [gflw](http://www.glfw.org/)
- [rust](http://www.rust-lang.org/)
- [cargo](http://doc.crates.io/)
### Playing
Use cargo to build and run the game:
```bash
cargo run
```
### Gameplay
[](http://www.youtube.com/watch?v=Jb8oIn0ot6w)
Follow the yellow arrow and collect the token to score a point
### Controls
| Key |Movement |
| ------: | :------|
| up | forwards thrust |
|down |backwards thrust |
|left | left |
|right | right |
| spacebar |fire |
| shift |shield |