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
|
2025-02-21 15:16:35 +00:00
|
|
|
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
|