-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Data attributes are now a printer/parser pair to accommedate the tutorial system, which is layer on top of the base game and so doesn't have access to the game state. Information about the game state will be encoded into data attributes and parsed by the tutorial system. DataAttribute tests added to ensure that the print/parse round trip returns the same values we statrted with. Typesafe tutorials deemed unworkable, will be moving forward with the new `GuideE` method of running tutorials.
- Loading branch information
1 parent
ea031c2
commit 8e51a5d
Showing
24 changed files
with
382 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.