Monorepo for the official server and client for txtris, a stacking game.
Find a file
2025-02-21 00:42:50 +00:00
client chore(client): split into modules 2025-02-21 00:33:01 +00:00
server chore: initialise server Cargo project 2025-02-18 15:25:40 +00:00
txcore cargo: init library txcore for shared code between server & client 2025-02-19 18:27:09 +00:00
.gitignore chore: add .gitignore 2025-02-18 20:58:02 +00:00
LICENSE.md chore+docs: add license 2025-02-21 00:42:50 +00:00
README.md chore+docs: add license 2025-02-21 00:42:50 +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

License

Everything contained within this repository is covered by the Apache License 2.0