Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 364 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 364 Bytes

Multiplayer snake game

Two players can join and communicate through websocket. Game state is kept on the server side. Using actix web and actor model, based on the actix chat server example

demo.mp4