Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 314 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 314 Bytes

Snake Multiplayer

A multiplayer snake game in rust, using TCP sockets for communication, and SDL2 for rendering the game.

Running (development mode)

Client

cargo run --bin client -- serverip:port

Server (optional)

cargo run --bin server