Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 503 Bytes

File metadata and controls

26 lines (18 loc) · 503 Bytes

General Guidelines

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

Code Structure

Framework

To be determined...

Business Logic

Everything else.

Services

  1. Game Loading