From 2490f257d558eb030f4d6c5dcfecd7a26ef26be1 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Fri, 21 Feb 2025 00:36:45 +0000 Subject: [PATCH] docs: description of the subprojects --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c803ae..2b17917 100644 --- a/README.md +++ b/README.md @@ -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