Crankword is a turn-based multiplayer word-guessing game. It's a web application, written in Rust, where login is handled by a separate app (crankade).
Crankword uses actix-web for backend, Askama templates for front-end, and sqlx to run the mariadb database.
You can play the game at https://crankword.crankade.com.
-
Incorporate web sockets
-
Expand the answer words to include more unexpected words (it's too easy)
