Skip to content

Latest commit

 

History

History
104 lines (78 loc) · 4.44 KB

README.md

File metadata and controls

104 lines (78 loc) · 4.44 KB

Contributors Forks Stargazers Issues MIT License LinkedIn


Rust Gomoku

Backend service for PlayGomoku

About The Project

Rust Gomoku provides the backend APIs for PlayGomoku. Features implemented:

  • Websocket server: manages client connections and maintains socket connections across user sessions using session tokens
  • Lobby state: allows users to create and join lobbies, keeping server-side lobby state data
  • Game state: keeps track of game state and implements game logic to respond to player actions
  • Asynchronous architecture: uses the asynchronous actors model to handle asynchronous messages from different users, and to parallelize actions across separate lobbies and games

(back to top)

Built With

Rust Actix Web

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Acknowledgments

(back to top)