meat/README.md

22 lines
545 B
Markdown
Raw Normal View History

2026-08-04 02:09:54 +02:00
# MEAT
2026-08-04 03:00:58 +02:00
- knobs
2026-08-07 12:49:13 +02:00
- toggle clouds: off, basic, fancy
- all the knobs
2026-08-07 13:01:32 +02:00
Start to make cohesive game:
- [x] Split apart the "engine" and "game"
- `Level`
- Configurable everything
- Terrain
- Level editor?
- Start thinking about MP
- Fixes
- 1, 2, 3 stopped working
- "main.ts" is huge - separate it out. most of whats in here should be captured under the domain term "Client". ideally, architecturally aiming for the client consumes the game which consumes the engine.
- Take HMR seriously, start building it in to the big changes
2026-08-07 13:01:32 +02:00