Monorepo for the official server and client for txtris, a stacking game.
Find a file
2025-02-21 00:36:45 +00:00
client chore(client): split into modules 2025-02-21 00:33:01 +00:00
server
txcore cargo: init library txcore for shared code between server & client 2025-02-19 18:27:09 +00:00
.gitignore
README.md docs: description of the subprojects 2025-02-21 00:36:45 +00:00

txtris

This is the repository for the official server and client for txtris, a stacking game.

The project is split into three distinct Cargo projects:

  • server - as you'd expect
  • client - also as you'd expect
  • txcore - contains shared code between the server and client