Skip to content

V8V88V8V88/rusty-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Snake Game

A classic Snake game implementation in Rust using the Piston game engine.

Description

This project is a modern take on the classic Snake game, built with Rust for performance and safety. It features smooth 60 FPS gameplay( atleast I tried), a scoring system, and special bonus food mechanics.

Installation

  1. Ensure you have Rust and Cargo installed on your system.
  2. Clone this repository:
    git clone https://github.com/v8v88v8v88/Rusty-Snake.git
    
  3. Navigate to the project directory:
    cd rust-snake-game
    
  4. Build the project:
    cargo build --release
    

Running the Game

To start the game, run:

cargo run --release

How to Play

  • Everyone knows how to place snake game.

Dependencies

  • piston_window
  • rand

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is open source and available under the MIT License.

About

A simple snake game built with Rust and Piston

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages