txtris/README.md

9 lines
282 B
Markdown
Raw Normal View History

2025-02-18 15:24:58 +00:00
# txtris
This is the repository for the official server and client for txtris, a stacking game.
2025-02-21 00:36:45 +00:00
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