Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 484 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 484 Bytes

pong-rs

pong written in Rust using Piston

Screenshots

Screenshot

How to play

The left paddle is controlled by moving the mouse cursor. Left click once the game is over to restart. Press ESC to exit the game.

Running with Cargo

cargo run --release

Go to Piston-Tutorials/getting-started to learn how to install Rust and the Piston dependencies.