Skip to content
/ termpong Public

Learning Rust: a simple pong game in the terminal.

Notifications You must be signed in to change notification settings

C14L/termpong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termpong

A basic command line version of the Pong game in Rust.

termpong screenshot

Build

Build using Cargo:

$ cargo build --release
3.1M target/release/termpong

The executable still contains a lot of debug symbols. On Linux, they can be removed with strip:

$ strip target/release/termpong
463K target/release/termpong

About

Learning Rust: a simple pong game in the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages