Skip to content

moritz-gross/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An implementation of the videogame Snake using Rust

A pet project for learning Rust.

gameplay

Run

cargo run

Debug overlays

cargo run --features debug_draw

Spectator mode (local WebSocket + HTTP)

cargo run --features spectator

Then open:

  • On the same machine: http://127.0.0.1:8000/
  • On another device in the same Wi-Fi: http://<your-mac-ip>:8000/

The WebSocket server runs on port 9001. The spectator page connects automatically.

About

simple implementation of the videogame Snake using Rust only, with live-streaming on local devices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors