Skip to content

Arcterus/rust-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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 keys. To pause the game, hit either the return key or the p key. If you'd like to restart the game, press r. 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)

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages