This is a simple pong game that runs with crossterm written in Rust. It has almost no features, it's just the gameplay loop with awful ball physics, and that's it.
Control the left paddle with W and S, and the right paddle with I and K.
cargo build --release
cargo run --release