Skip to content

For-The-Wolf/bog-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bog-rs

BogChamp: a multi-player word game web-app written in rust.

Play now at BogChamp.io

Includes:

  • bog-rs. A backend which generates the character grid. and 'solves' the grid efficiently using a trie.
  • BogChamp. A frontend web app built using actix-web and tera to serve a dynamic webpage.

BogChamp

To do

  • Fix shared state across multiple sessions.
  • Multiplayer beta (rooms, real-time scoring, synchronised timing, etc.).
  • Multiplayer stable release (inc. pretty UI).
  • Fix bug with CSS in FireFox
  • Update server to store state in concurrent hashmap (DashMap< >) rather than Mutex<HashMap< >>.
  • Use actix_actors::ws for Websockets

About

BogChamp: word game web-app written in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published