A 3D sci-fi colony builder inspired by Against the Storm
Find a file
2026-08-23 16:26:54 +01:00
addons/gut Added the GUT testing addon and installed it. 2026-08-16 08:35:10 +01:00
common Create a buildingcatalogue resource to define the building types. Use this to populate the building panel on the game screen. Add a custom tooltip showing details from the building resource files. 2026-08-23 09:47:19 +01:00
docs Outline of resource prospecting mechanics 2026-08-19 19:42:22 +01:00
entities Clean up some scene layout issues and be more idomatic. Change the BuildingTypeCard to be a button in a button group. Gives basic hover states. 2026-08-23 16:25:13 +01:00
globals Further folder restructuring. Removed scripts and scenes folder. 2026-08-23 07:27:23 +01:00
test/unit Wrote utility functions for neighbouring_cells() and is_sloped(). A slope is defined by neighbouring cells having a height difference greater than max_step_levels, but this value may need to change in the future. Claude provided the unit tests. 2026-08-19 21:42:57 +01:00
ui Clean up some scene layout issues and be more idomatic. Change the BuildingTypeCard to be a button in a button group. Gives basic hover states. 2026-08-23 16:25:13 +01:00
.editorconfig Initial project setup 2026-08-15 08:41:09 +01:00
.gitattributes Initial project setup 2026-08-15 08:41:09 +01:00
.gitignore Update CLAUDE.md to reference the use of forgejo milestones as epic tracker 2026-08-23 06:26:13 +01:00
.gutconfig.json Added terrain seed tests and updated gut configuration. Updated CLAUDE.md with testing notes 2026-08-16 08:51:29 +01:00
CLAUDE.md Update CLAUDE.md to reference the use of forgejo milestones as epic tracker 2026-08-23 06:26:13 +01:00
icon.svg Initial project setup 2026-08-15 08:41:09 +01:00
icon.svg.import Initial project setup 2026-08-15 08:41:09 +01:00
project.godot Added the GUT testing addon and installed it. 2026-08-16 08:35:10 +01:00