Skip to content
/ termtris Public

Learning Rust: a simple falling bricks game in the terminal.

Notifications You must be signed in to change notification settings

C14L/termtris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termtris

First attempts to write some command line Rust. A crude version of the game of bricks falling into a bucket.

termtris screenshot

Build

Build using Cargo:

$ cargo build --release
2.9M target/release/termtris

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

$ strip target/release/termtris
419K target/release/termtris

About

Learning Rust: a simple falling bricks game in the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages