diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2c65cd9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+ADEPT-Godot/.idea/.idea.ADEPT/.idea
diff --git a/ADEPT-Godot/.editorconfig b/ADEPT-Godot/.editorconfig
new file mode 100644
index 0000000..f28239b
--- /dev/null
+++ b/ADEPT-Godot/.editorconfig
@@ -0,0 +1,4 @@
+root = true
+
+[*]
+charset = utf-8
diff --git a/ADEPT-Godot/.gitattributes b/ADEPT-Godot/.gitattributes
new file mode 100644
index 0000000..8ad74f7
--- /dev/null
+++ b/ADEPT-Godot/.gitattributes
@@ -0,0 +1,2 @@
+# Normalize EOL for all files that Git considers text files.
+* text=auto eol=lf
diff --git a/ADEPT-Godot/.gitignore b/ADEPT-Godot/.gitignore
new file mode 100644
index 0000000..0af181c
--- /dev/null
+++ b/ADEPT-Godot/.gitignore
@@ -0,0 +1,3 @@
+# Godot 4+ specific ignores
+.godot/
+/android/
diff --git a/ADEPT-Godot/ADEPT.csproj b/ADEPT-Godot/ADEPT.csproj
new file mode 100644
index 0000000..ae48abd
--- /dev/null
+++ b/ADEPT-Godot/ADEPT.csproj
@@ -0,0 +1,9 @@
+
+
+ net9.0
+ true
+
+
+
+
+
\ No newline at end of file
diff --git a/ADEPT-Godot/ADEPT.sln b/ADEPT-Godot/ADEPT.sln
new file mode 100644
index 0000000..6288ce9
--- /dev/null
+++ b/ADEPT-Godot/ADEPT.sln
@@ -0,0 +1,19 @@
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2012
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ADEPT", "ADEPT.csproj", "{22074BC2-6D63-48CD-9630-215040E83815}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ ExportDebug|Any CPU = ExportDebug|Any CPU
+ ExportRelease|Any CPU = ExportRelease|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {22074BC2-6D63-48CD-9630-215040E83815}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {22074BC2-6D63-48CD-9630-215040E83815}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {22074BC2-6D63-48CD-9630-215040E83815}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
+ {22074BC2-6D63-48CD-9630-215040E83815}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
+ {22074BC2-6D63-48CD-9630-215040E83815}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
+ {22074BC2-6D63-48CD-9630-215040E83815}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
+ EndGlobalSection
+EndGlobal
diff --git a/ADEPT-Godot/ADEPT.sln.DotSettings.user b/ADEPT-Godot/ADEPT.sln.DotSettings.user
new file mode 100644
index 0000000..55ae3c9
--- /dev/null
+++ b/ADEPT-Godot/ADEPT.sln.DotSettings.user
@@ -0,0 +1,4 @@
+
+ <AssemblyExplorer>
+ <Assembly Path="/home/chris/.nuget/packages/cogwheellib/1.3.0/lib/net9.0/CogwheelLib.dll" />
+</AssemblyExplorer>
\ No newline at end of file
diff --git a/ADEPT-Godot/global.json b/ADEPT-Godot/global.json
new file mode 100644
index 0000000..f4fd385
--- /dev/null
+++ b/ADEPT-Godot/global.json
@@ -0,0 +1,7 @@
+{
+ "sdk": {
+ "version": "9.0.0",
+ "rollForward": "latestMajor",
+ "allowPrerelease": true
+ }
+}
\ No newline at end of file
diff --git a/ADEPT-Godot/icon.svg b/ADEPT-Godot/icon.svg
new file mode 100644
index 0000000..9d8b7fa
--- /dev/null
+++ b/ADEPT-Godot/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/ADEPT-Godot/icon.svg.import b/ADEPT-Godot/icon.svg.import
new file mode 100644
index 0000000..93d5708
--- /dev/null
+++ b/ADEPT-Godot/icon.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c8mk7d13haeih"
+path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://icon.svg"
+dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/ADEPT-Godot/project.godot b/ADEPT-Godot/project.godot
new file mode 100644
index 0000000..2a94840
--- /dev/null
+++ b/ADEPT-Godot/project.godot
@@ -0,0 +1,19 @@
+; Engine configuration file.
+; It's best edited using the editor UI and not directly,
+; since the parameters that go here are not all obvious.
+;
+; Format:
+; [section] ; section goes between []
+; param=value ; assign values to parameters
+
+config_version=5
+
+[application]
+
+config/name="ADEPT"
+config/features=PackedStringArray("4.4", "Forward Plus")
+config/icon="res://icon.svg"
+
+[dotnet]
+
+project/assembly_name="ADEPT"