Monorepo for the official server and client for txtris, a stacking game.
Find a file
2025-02-21 12:47:30 +00:00
client style: offset profile section correctly 2025-02-21 12:47:30 +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
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