8000 GitHub - finnegancodes/rusty-snake
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

finnegancodes/rusty-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rusty-snake

A crappy snake clone written in Rust.

alt text

Use [W, A, S, D] to move, [SPACE] to pause, [ESC] to quit.

Build:

cargo build

Run:

cargo run

Run with a custom move interval:

cargo run -- [move interval in seconds]

Default move interval is 0.2 seconds.

Note: Requires cargo to be installed (duh).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0