Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gkaszewski/tetris-rs
- Owner: GKaszewski
- License: mit
- Created: 2023-09-20T23:03:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-20T23:08:35.000Z (about 1 year ago)
- Last Synced: 2023-09-21T12:31:59.539Z (about 1 year ago)
- Topics: raylib-rs, rust
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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