txtris/README.md

14 lines
474 B
Markdown

# 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](./LICENSE.md).
## Acknowledgements
- [Ratatui](https://ratatui.rs) for everything related to UI