Intial commit with working base game and game status.

This commit is contained in:
2025-08-24 06:58:45 -05:00
parent 5df5d66661
commit 8e458da61e
32 changed files with 927 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net9.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "9.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}