diff --git a/examples/pong/project.godot b/examples/pong/project.pandemonium similarity index 100% rename from examples/pong/project.godot rename to examples/pong/project.pandemonium diff --git a/examples/pong_multiplayer/project.godot b/examples/pong_multiplayer/project.pandemonium similarity index 100% rename from examples/pong_multiplayer/project.godot rename to examples/pong_multiplayer/project.pandemonium diff --git a/pythonscript/_godot.pyx b/pythonscript/_pandemonium.pyx similarity index 100% rename from pythonscript/_godot.pyx rename to pythonscript/_pandemonium.pyx diff --git a/pythonscript/_godot_editor.pxi b/pythonscript/_pandemonium_editor.pxi similarity index 100% rename from pythonscript/_godot_editor.pxi rename to pythonscript/_pandemonium_editor.pxi diff --git a/pythonscript/_godot_instance.pxi b/pythonscript/_pandemonium_instance.pxi similarity index 100% rename from pythonscript/_godot_instance.pxi rename to pythonscript/_pandemonium_instance.pxi diff --git a/pythonscript/_godot_io.pxi b/pythonscript/_pandemonium_io.pxi similarity index 100% rename from pythonscript/_godot_io.pxi rename to pythonscript/_pandemonium_io.pxi diff --git a/pythonscript/_godot_profiling.pxi b/pythonscript/_pandemonium_profiling.pxi similarity index 100% rename from pythonscript/_godot_profiling.pxi rename to pythonscript/_pandemonium_profiling.pxi diff --git a/pythonscript/_godot_script.pxi b/pythonscript/_pandemonium_script.pxi similarity index 100% rename from pythonscript/_godot_script.pxi rename to pythonscript/_pandemonium_script.pxi diff --git a/pythonscript/godot/SConscript b/pythonscript/pandemonium/SConscript similarity index 100% rename from pythonscript/godot/SConscript rename to pythonscript/pandemonium/SConscript diff --git a/pythonscript/godot/__init__.py b/pythonscript/pandemonium/__init__.py similarity index 100% rename from pythonscript/godot/__init__.py rename to pythonscript/pandemonium/__init__.py diff --git a/pythonscript/godot/_hazmat/SConscript b/pythonscript/pandemonium/_hazmat/SConscript similarity index 100% rename from pythonscript/godot/_hazmat/SConscript rename to pythonscript/pandemonium/_hazmat/SConscript diff --git a/pythonscript/godot/_hazmat/__init__.py b/pythonscript/pandemonium/_hazmat/__init__.py similarity index 100% rename from pythonscript/godot/_hazmat/__init__.py rename to pythonscript/pandemonium/_hazmat/__init__.py diff --git a/pythonscript/godot/_hazmat/conversion.pxd b/pythonscript/pandemonium/_hazmat/conversion.pxd similarity index 100% rename from pythonscript/godot/_hazmat/conversion.pxd rename to pythonscript/pandemonium/_hazmat/conversion.pxd diff --git a/pythonscript/godot/_hazmat/conversion.pyx b/pythonscript/pandemonium/_hazmat/conversion.pyx similarity index 100% rename from pythonscript/godot/_hazmat/conversion.pyx rename to pythonscript/pandemonium/_hazmat/conversion.pyx diff --git a/pythonscript/godot/_hazmat/gdapi.pxd b/pythonscript/pandemonium/_hazmat/gdapi.pxd similarity index 100% rename from pythonscript/godot/_hazmat/gdapi.pxd rename to pythonscript/pandemonium/_hazmat/gdapi.pxd diff --git a/pythonscript/godot/_hazmat/internal.pxd b/pythonscript/pandemonium/_hazmat/internal.pxd similarity index 100% rename from pythonscript/godot/_hazmat/internal.pxd rename to pythonscript/pandemonium/_hazmat/internal.pxd diff --git a/pythonscript/godot/_hazmat/internal.pyx b/pythonscript/pandemonium/_hazmat/internal.pyx similarity index 100% rename from pythonscript/godot/_hazmat/internal.pyx rename to pythonscript/pandemonium/_hazmat/internal.pyx diff --git a/pythonscript/godot/_version.py b/pythonscript/pandemonium/_version.py similarity index 100% rename from pythonscript/godot/_version.py rename to pythonscript/pandemonium/_version.py diff --git a/pythonscript/godot/globals.py b/pythonscript/pandemonium/globals.py similarity index 100% rename from pythonscript/godot/globals.py rename to pythonscript/pandemonium/globals.py diff --git a/pythonscript/godot/hazmat.pxd b/pythonscript/pandemonium/hazmat.pxd similarity index 100% rename from pythonscript/godot/hazmat.pxd rename to pythonscript/pandemonium/hazmat.pxd diff --git a/pythonscript/godot/tags.pyx b/pythonscript/pandemonium/tags.pyx similarity index 100% rename from pythonscript/godot/tags.pyx rename to pythonscript/pandemonium/tags.pyx diff --git a/tests/bindings/project.godot b/tests/bindings/project.pandemonium similarity index 100% rename from tests/bindings/project.godot rename to tests/bindings/project.pandemonium diff --git a/tests/global_constants/project.godot b/tests/global_constants/project.pandemonium similarity index 100% rename from tests/global_constants/project.godot rename to tests/global_constants/project.pandemonium diff --git a/tests/helloworld/project.godot b/tests/helloworld/project.pandemonium similarity index 100% rename from tests/helloworld/project.godot rename to tests/helloworld/project.pandemonium diff --git a/tests/threading/project.godot b/tests/threading/project.pandemonium similarity index 100% rename from tests/threading/project.godot rename to tests/threading/project.pandemonium diff --git a/tests/work_with_gdscript/project.godot b/tests/work_with_gdscript/project.pandemonium similarity index 100% rename from tests/work_with_gdscript/project.godot rename to tests/work_with_gdscript/project.pandemonium