pythonesque / tetris-demo

A Tetris example written in Rust using Piston

Repository from Github https://github.compythonesque/tetris-demoRepository from Github https://github.compythonesque/tetris-demo

Tetris Example in Rust

A Tetris example written in Rust using Piston.

  • For demoing basic Rust coding
  • 498 lines of code
  • The completed lines are flashing
  • No scoring
  • No 'next piece view'
  • No automatic restart after 'game over'
  • No change in falling piece speed

  1. Install Rust from main site.
  2. Perform the following:
git clone https://github.com/da-x/tetris-demo
cd tetris-demo
cargo run

About

A Tetris example written in Rust using Piston

License:MIT License


Languages

Language:Rust 100.0%