Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions projects/classes/the-shape-of-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ Two more exported classes must be exported that each extends `Horror`:
## Notes

- You may add `#` private members to the classes as you wish, such as to store previously consumed opponents.
- Record each opponent's name, evil, and power _at the moment you consume them_ — not a live reference
- If a horror hasn't eaten yet, its power starts at 0
Loading