Files
anekdotin e1410c234a Initial commit before folder reorganization
Checkpoint of the existing flat file layout prior to restructuring
into autoload/, menu/, ships/, world/, and assets/ folders.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-10 20:26:48 -04:00

6 lines
296 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Dev Notes
- First Godot project — learning the engine while building
- GDScript is the primary language; UI is built programmatically in `_ready()` rather than in the editor scene tree
- Steam Deck is the primary target: fixed 1280×800, controller support required alongside keyboard/mouse