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,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")]

View File

@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("FinalBattle")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("FinalBattle")]
[assembly: System.Reflection.AssemblyTitleAttribute("FinalBattle")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
15175f65f6f63f0c4c3ae8d13187889e73fe451b685fbc2643b44dd8e1084a87

View File

@@ -0,0 +1,15 @@
is_global = true
build_property.TargetFramework = net9.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = FinalBattle
build_property.ProjectDir = /home/xp986/programming/c#/tc#pg/chapter52/FinalBattle/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 9.0
build_property.EnableCodeStyleSeverity =

View File

@@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

Binary file not shown.

View File

@@ -0,0 +1 @@
3235bef0a15147595cd9d8b95c54ad6a8e17ed84b619b5a0ff9feb9b9eb6f2e3

View File

@@ -0,0 +1,14 @@
/home/xp986/programming/c#/tc#pg/chapter52/FinalBattle/bin/Debug/net9.0/FinalBattle
/home/xp986/programming/c#/tc#pg/chapter52/FinalBattle/bin/Debug/net9.0/FinalBattle.deps.json
/home/xp986/programming/c#/tc#pg/chapter52/FinalBattle/bin/Debug/net9.0/FinalBattle.runtimeconfig.json
/home/xp986/programming/c#/tc#pg/chapter52/FinalBattle/bin/Debug/net9.0/FinalBattle.dll
/home/xp986/programming/c#/tc#pg/chapter52/FinalBattle/bin/Debug/net9.0/FinalBattle.pdb
/home/xp986/programming/c#/tc#pg/chapter52/FinalBattle/obj/Debug/net9.0/FinalBattle.GeneratedMSBuildEditorConfig.editorconfig
/home/xp986/programming/c#/tc#pg/chapter52/FinalBattle/obj/Debug/net9.0/FinalBattle.AssemblyInfoInputs.cache
/home/xp986/programming/c#/tc#pg/chapter52/FinalBattle/obj/Debug/net9.0/FinalBattle.AssemblyInfo.cs
/home/xp986/programming/c#/tc#pg/chapter52/FinalBattle/obj/Debug/net9.0/FinalBattle.csproj.CoreCompileInputs.cache
/home/xp986/programming/c#/tc#pg/chapter52/FinalBattle/obj/Debug/net9.0/FinalBattle.dll
/home/xp986/programming/c#/tc#pg/chapter52/FinalBattle/obj/Debug/net9.0/refint/FinalBattle.dll
/home/xp986/programming/c#/tc#pg/chapter52/FinalBattle/obj/Debug/net9.0/FinalBattle.pdb
/home/xp986/programming/c#/tc#pg/chapter52/FinalBattle/obj/Debug/net9.0/FinalBattle.genruntimeconfig.cache
/home/xp986/programming/c#/tc#pg/chapter52/FinalBattle/obj/Debug/net9.0/ref/FinalBattle.dll

Binary file not shown.

View File

@@ -0,0 +1 @@
ae07ca1578eda8c8ded8dc8f92061eaf6da972b9dc05209dfcf30d5f5d79278a

Binary file not shown.

BIN
obj/Debug/net9.0/apphost Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.