545 B
545 B
MEAT
- knobs
- toggle clouds: off, basic, fancy
- all the knobs
Start to make cohesive game:
- 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