Skip to content

scowcron/rust-snake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Build Status

An implementation of Snake in Rust using Piston.

Build Instructions

cargo build

Game Instructions

screenshot

You may change the direction of the snake with the arrow or WASD keys. To pause the game, hit either the return key or the p key. If you'd like to restart the game, press r, or press esc to quit. The goal is to touch each randomly appearing block with the "head" of the snake. The game ends when the "head" touches another part of the snake.

Contribute

I'd appreciate any contributions, especially for fixing bugs and improving the UI. Contributions target Rust's master branch until Rust 1.0 is released.

Credits

  • Arcterus (this entire project)
  • Indiv0 (updates and Cargo support)
  • Nathan Scowcroft (updates and Game Over message)

License

Copyright (C) 2014 by Arcterus. This project is licensed under the MPL v2.0. See LICENSE for more details.

About

An implementation of Snake in Rust using Piston

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%