docs: description of the subprojects

This commit is contained in:
Muhammad Nauman Raza 2025-02-21 00:36:45 +00:00
parent da2c4022b6
commit 2490f257d5
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -1,4 +1,8 @@
# 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