No description
  • Go 99.9%
  • Just 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-13 12:52:04 +01:00
internal refactor: returned pin on lobby creation and changed PIN to string from *string 2026-05-13 12:52:04 +01:00
.env feature: added auto state loading 2026-04-30 13:16:16 +01:00
.gitignore feature: added saving state to json file 2026-04-29 22:09:12 +01:00
go.mod feature: added cors and separated host and ports 2026-05-12 14:25:46 +01:00
go.sum feature: added cors and separated host and ports 2026-05-12 14:25:46 +01:00
justfile feature: added justfile 2026-05-11 10:19:11 +01:00
main.go refactor: moved all code to an internal module 2026-05-05 23:50:32 +01:00
README.md feature: added readme 2026-05-05 23:54:44 +01:00

Cluedo Backend

A remake of the Cluedo board game written to play like a Jackbox-style game.

All players are required to have a mobile client, which they use to control their character, and a "bigscreen" client, which is used to show the state of the board.

The idea is that this is a more easily transportable version of Cluedo whilst maintaining the board game fashion of playstyle.