8 lines
285 B
Markdown
8 lines
285 B
Markdown
|
|
# Testing games
|
||
|
|
|
||
|
|
1. Games are dlls. Use a standalone test project to test a game.
|
||
|
|
2. Create baseline game snapshots in textual format.
|
||
|
|
3. Create baseline logs via the r3 observable api.
|
||
|
|
4. Read the snapshot/logs manually to identify issues.
|
||
|
|
5. Make sure serialization roundtrip works.
|