Skip to content

doggodoge/pong-term

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Terminal Pong Game

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.

Building and Running

Build

cargo build --release

Run

cargo run --release

About

Simple pong game that runs in terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages