Ping-Pong game A console edition written in Rust language Installation Copy files from this repository to your /src/ folder and add ncurses library to your Cargo.toml file. [dependencies] ncurses = "5.86.0" Then compile and enjoy the game!