txtris/README.md

12 lines
391 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
2025-02-21 00:42:50 +00:00
## License
Everything contained within this repository is covered by the [Apache License 2.0](./LICENSE.md)