Skip to content

asodja/rust-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Snake

Server for multiplayer snake game written in Rust. It is my playground for trying out Rust and all it offers.

Server-client protocol is a simpler version of one described in Slither.io-Protocol.

Since I was more interested in learning Rust and implementing server in Rust, game logic is very simple. Only basic snake movement and death when out of screen are implemented.

Web Client

There is also hacked-up game client written in javascript under the web folder.

Build and run

  • cargo build or cargo build --release
  • ./target/debug/rust-snake or ./target/release/rust-snake

About

Rust learning project. Gameserver for multiplayer Snake game written in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published