Working on major restructuring

This commit is contained in:
2025-12-20 15:30:24 -07:00
parent f4c5ba1f14
commit 645a47b98a
53 changed files with 226 additions and 1407 deletions
+5
View File
@@ -0,0 +1,5 @@
module Settings
PORT = 8080
GAME_SPEED = 1.0
SIMULATION_STEP = 0.05
end