Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gkaszewski/tetris-rs

My implementation of Tetris game in Rust using Raylib.
https://github.com/gkaszewski/tetris-rs

raylib-rs rust

Last synced: 8 days ago
JSON representation

My implementation of Tetris game in Rust using Raylib.

Awesome Lists containing this project

README

        

# tetris-rs
My implementation of Tetris in Rust using Raylib.

## How to play
- `←` and `→` to move left and right
- `↑` to rotate
- `↓` to drop
- `space` to hard drop
- press `p` to pause

## How to build
- Install Rust
- `cargo build --release`
- `./target/release/tetris-rs`
- Enjoy!

## License
MIT