diff --git a/.gitignore b/.gitignore
index 64ec0d8..f53a636 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
.godot/
.idea
/android/
+bin
+obj
\ No newline at end of file
diff --git a/src/SideScrollerGame.Sim/bin/Debug/net8.0/SideScrollerGame.Sim.deps.json b/src/SideScrollerGame.Sim/bin/Debug/net8.0/SideScrollerGame.Sim.deps.json
deleted file mode 100644
index 3b4bc55..0000000
--- a/src/SideScrollerGame.Sim/bin/Debug/net8.0/SideScrollerGame.Sim.deps.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v8.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v8.0": {
- "SideScrollerGame.Sim/1.0.0": {
- "runtime": {
- "SideScrollerGame.Sim.dll": {}
- }
- }
- }
- },
- "libraries": {
- "SideScrollerGame.Sim/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/src/SideScrollerGame.Sim/bin/Debug/net8.0/SideScrollerGame.Sim.dll b/src/SideScrollerGame.Sim/bin/Debug/net8.0/SideScrollerGame.Sim.dll
deleted file mode 100644
index 5d25b3d..0000000
Binary files a/src/SideScrollerGame.Sim/bin/Debug/net8.0/SideScrollerGame.Sim.dll and /dev/null differ
diff --git a/src/SideScrollerGame.Sim/bin/Debug/net8.0/SideScrollerGame.Sim.pdb b/src/SideScrollerGame.Sim/bin/Debug/net8.0/SideScrollerGame.Sim.pdb
deleted file mode 100644
index d6b6f39..0000000
Binary files a/src/SideScrollerGame.Sim/bin/Debug/net8.0/SideScrollerGame.Sim.pdb and /dev/null differ
diff --git a/src/SideScrollerGame.Sim/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/SideScrollerGame.Sim/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
deleted file mode 100644
index 2217181..0000000
--- a/src/SideScrollerGame.Sim/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.AssemblyInfo.cs b/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.AssemblyInfo.cs
deleted file mode 100644
index 7f545b3..0000000
--- a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SideScrollerGame.Sim")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4c4089a57b0f04a3ddf2e14a113984c00c33f4fc")]
-[assembly: System.Reflection.AssemblyProductAttribute("SideScrollerGame.Sim")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SideScrollerGame.Sim")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.AssemblyInfoInputs.cache b/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.AssemblyInfoInputs.cache
deleted file mode 100644
index 43785f5..0000000
--- a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-a1b961817e5e8e42a1859fc05fe322422760b8a7ba028cf04c475b2fe731b944
diff --git a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.GeneratedMSBuildEditorConfig.editorconfig b/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 98c2b55..0000000
--- a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-is_global = true
-build_property.TargetFramework = net8.0
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v8.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 = SideScrollerGame.Sim
-build_property.ProjectDir = D:\Code\SideScrollerGame\src\SideScrollerGame.Sim\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.EffectiveAnalysisLevelStyle = 8.0
-build_property.EnableCodeStyleSeverity =
diff --git a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.GlobalUsings.g.cs b/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.GlobalUsings.g.cs
deleted file mode 100644
index d12bcbc..0000000
--- a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.GlobalUsings.g.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.IO;
-global using System.Linq;
-global using System.Net.Http;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.assets.cache b/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.assets.cache
deleted file mode 100644
index 965a49c..0000000
Binary files a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.assets.cache and /dev/null differ
diff --git a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.csproj.CoreCompileInputs.cache b/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.csproj.CoreCompileInputs.cache
deleted file mode 100644
index ce238df..0000000
--- a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-796e1bf0ec3da7a2837388ffa742b069061c03c3b32749b5f0f5b5383c28ce09
diff --git a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.csproj.FileListAbsolute.txt b/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.csproj.FileListAbsolute.txt
deleted file mode 100644
index 6bc9aed..0000000
--- a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-D:\Code\SideScrollerGame\src\SideScrollerGame.Sim\obj\Debug\net8.0\SideScrollerGame.Sim.GeneratedMSBuildEditorConfig.editorconfig
-D:\Code\SideScrollerGame\src\SideScrollerGame.Sim\obj\Debug\net8.0\SideScrollerGame.Sim.AssemblyInfoInputs.cache
-D:\Code\SideScrollerGame\src\SideScrollerGame.Sim\obj\Debug\net8.0\SideScrollerGame.Sim.AssemblyInfo.cs
-D:\Code\SideScrollerGame\src\SideScrollerGame.Sim\obj\Debug\net8.0\SideScrollerGame.Sim.csproj.CoreCompileInputs.cache
-D:\Code\SideScrollerGame\src\SideScrollerGame.Sim\bin\Debug\net8.0\SideScrollerGame.Sim.deps.json
-D:\Code\SideScrollerGame\src\SideScrollerGame.Sim\bin\Debug\net8.0\SideScrollerGame.Sim.dll
-D:\Code\SideScrollerGame\src\SideScrollerGame.Sim\bin\Debug\net8.0\SideScrollerGame.Sim.pdb
-D:\Code\SideScrollerGame\src\SideScrollerGame.Sim\obj\Debug\net8.0\SideScrollerGame.Sim.dll
-D:\Code\SideScrollerGame\src\SideScrollerGame.Sim\obj\Debug\net8.0\refint\SideScrollerGame.Sim.dll
-D:\Code\SideScrollerGame\src\SideScrollerGame.Sim\obj\Debug\net8.0\SideScrollerGame.Sim.pdb
-D:\Code\SideScrollerGame\src\SideScrollerGame.Sim\obj\Debug\net8.0\ref\SideScrollerGame.Sim.dll
diff --git a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.dll b/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.dll
deleted file mode 100644
index 5d25b3d..0000000
Binary files a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.dll and /dev/null differ
diff --git a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.pdb b/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.pdb
deleted file mode 100644
index d6b6f39..0000000
Binary files a/src/SideScrollerGame.Sim/obj/Debug/net8.0/SideScrollerGame.Sim.pdb and /dev/null differ
diff --git a/src/SideScrollerGame.Sim/obj/Debug/net8.0/ref/SideScrollerGame.Sim.dll b/src/SideScrollerGame.Sim/obj/Debug/net8.0/ref/SideScrollerGame.Sim.dll
deleted file mode 100644
index 2979d2e..0000000
Binary files a/src/SideScrollerGame.Sim/obj/Debug/net8.0/ref/SideScrollerGame.Sim.dll and /dev/null differ
diff --git a/src/SideScrollerGame.Sim/obj/Debug/net8.0/refint/SideScrollerGame.Sim.dll b/src/SideScrollerGame.Sim/obj/Debug/net8.0/refint/SideScrollerGame.Sim.dll
deleted file mode 100644
index 2979d2e..0000000
Binary files a/src/SideScrollerGame.Sim/obj/Debug/net8.0/refint/SideScrollerGame.Sim.dll and /dev/null differ
diff --git a/src/SideScrollerGame.Sim/obj/SideScrollerGame.Sim.csproj.nuget.dgspec.json b/src/SideScrollerGame.Sim/obj/SideScrollerGame.Sim.csproj.nuget.dgspec.json
deleted file mode 100644
index 71e5797..0000000
--- a/src/SideScrollerGame.Sim/obj/SideScrollerGame.Sim.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,73 +0,0 @@
-{
- "format": 1,
- "restore": {
- "D:\\Code\\SideScrollerGame\\src\\SideScrollerGame.Sim\\SideScrollerGame.Sim.csproj": {}
- },
- "projects": {
- "D:\\Code\\SideScrollerGame\\src\\SideScrollerGame.Sim\\SideScrollerGame.Sim.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "D:\\Code\\SideScrollerGame\\src\\SideScrollerGame.Sim\\SideScrollerGame.Sim.csproj",
- "projectName": "SideScrollerGame.Sim",
- "projectPath": "D:\\Code\\SideScrollerGame\\src\\SideScrollerGame.Sim\\SideScrollerGame.Sim.csproj",
- "packagesPath": "C:\\Users\\frank\\.nuget\\packages\\",
- "outputPath": "D:\\Code\\SideScrollerGame\\src\\SideScrollerGame.Sim\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\frank\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0": {
- "targetAlias": "net8.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- },
- "SdkAnalysisLevel": "10.0.100"
- },
- "frameworks": {
- "net8.0": {
- "targetAlias": "net8.0",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.102/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/src/SideScrollerGame.Sim/obj/SideScrollerGame.Sim.csproj.nuget.g.props b/src/SideScrollerGame.Sim/obj/SideScrollerGame.Sim.csproj.nuget.g.props
deleted file mode 100644
index 4ffe877..0000000
--- a/src/SideScrollerGame.Sim/obj/SideScrollerGame.Sim.csproj.nuget.g.props
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\frank\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
- PackageReference
- 7.0.0
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/SideScrollerGame.Sim/obj/SideScrollerGame.Sim.csproj.nuget.g.targets b/src/SideScrollerGame.Sim/obj/SideScrollerGame.Sim.csproj.nuget.g.targets
deleted file mode 100644
index 3dc06ef..0000000
--- a/src/SideScrollerGame.Sim/obj/SideScrollerGame.Sim.csproj.nuget.g.targets
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/SideScrollerGame.Sim/obj/project.assets.json b/src/SideScrollerGame.Sim/obj/project.assets.json
deleted file mode 100644
index 6cc71e3..0000000
--- a/src/SideScrollerGame.Sim/obj/project.assets.json
+++ /dev/null
@@ -1,79 +0,0 @@
-{
- "version": 3,
- "targets": {
- "net8.0": {}
- },
- "libraries": {},
- "projectFileDependencyGroups": {
- "net8.0": []
- },
- "packageFolders": {
- "C:\\Users\\frank\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "D:\\Code\\SideScrollerGame\\src\\SideScrollerGame.Sim\\SideScrollerGame.Sim.csproj",
- "projectName": "SideScrollerGame.Sim",
- "projectPath": "D:\\Code\\SideScrollerGame\\src\\SideScrollerGame.Sim\\SideScrollerGame.Sim.csproj",
- "packagesPath": "C:\\Users\\frank\\.nuget\\packages\\",
- "outputPath": "D:\\Code\\SideScrollerGame\\src\\SideScrollerGame.Sim\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\frank\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0": {
- "targetAlias": "net8.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- },
- "SdkAnalysisLevel": "10.0.100"
- },
- "frameworks": {
- "net8.0": {
- "targetAlias": "net8.0",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.102/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
-}
\ No newline at end of file
diff --git a/src/SideScrollerGame.Sim/obj/project.nuget.cache b/src/SideScrollerGame.Sim/obj/project.nuget.cache
deleted file mode 100644
index 07f7f5b..0000000
--- a/src/SideScrollerGame.Sim/obj/project.nuget.cache
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "peCFRDEJgdg=",
- "success": true,
- "projectFilePath": "D:\\Code\\SideScrollerGame\\src\\SideScrollerGame.Sim\\SideScrollerGame.Sim.csproj",
- "expectedPackageFiles": [],
- "logs": []
-}
\ No newline at end of file