An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Rusteroids
#### an asteroids clone built in Rust

[![Build Status](https://travis-ci.org/benbrunton/rusteroids.svg?branch=master)](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
[![Gameplay Video](rusteroids.gif)](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 |