't' was the codename for the multiplayer game dadpan.
It is using sockts for the client server communication . There is a console application and a maui app to make the game playable for users.
- t.App (maui)
- t.App.Controls (maui controls)
- t.client console application
- t.lib game libary including network socket implementation
dotnet build t.App\t.App.csproj -f net6.0-android -t:Clean,Run

