summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)AuthorFilesLines
2026-03-29feat: nexus account manager scaffold with auth, characters, realmsHEADmainBobby2-1/+18
2026-03-29Add initial game setup and testing frameworkBobby1-0/+82
- Created an SVG icon for the game. - Added project configuration file and main scene. - Implemented a basic main script for the game. - Established a test suite with base test functionality. - Integrated Nakama client for multiplayer features. - Developed various tests for client, socket, and storage functionalities. - Configured Docker Compose for local development with CockroachDB and Nakama.