- Use the TDD development cycle as much as possible:
- Determine a golden-path scenario for missing feature
- Draw it out
- Convert to written language (native->english)
- Convert to comments
- Write new test from the comments
- Implement all that is missing
- Fake it till you make it
- 0-1-many
- Refactor everything
To be determined...
Everything else.
- Game Loading