Monorepo for the official server and client for txtris, a stacking game.
Find a file
2025-02-21 11:59:21 +00:00
client refactor: util.rs for UI utilities 2025-02-21 11:59:21 +00:00
server Proposal: Enum Pattern for Game State in the Client 2025-02-20 10:05:10 +00:00
txcore Proposal: Enum Pattern for Game State in the Client 2025-02-20 10:05:10 +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