Skip to content
/ termsnake Public

Learning Rust: a simple snake game in the terminal.

Notifications You must be signed in to change notification settings

C14L/termsnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termsnake

A simple Snake game for the command line.

termsnake screenshot

Build

Build using Cargo:

$ cargo build --release
1.5M target/release/termsnake

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

$ strip target/release/termsnake
363K target/release/termsnake

About

Learning Rust: a simple snake game in the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages