docs: description of the subprojects
This commit is contained in:
parent
da2c4022b6
commit
2490f257d5
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue