Skip to content

The classic snake game written in rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

elzoughby/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Snake Game

The classic snake game built with Rust programming language using Piston game engine.

Screenshots

Demo

How to run

To build the game, you need to have Rust 1.31 or higher installed in your machine with the MSVC Build Tools or MinGW for windows, GCC for linux or Xcode Tools for macOS.

Prerequisites

  • Rustc
  • Cargo

To run the debug binary

cargo run

To build the release binary

cargo build --release

License

Rusty Snake is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE-APACHE and LICENSE-MIT for details. Opening a pull requests is assumed to signal agreement with these licensing terms.

About

The classic snake game written in rust

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages