FOSSRIT / lemonade-stand

Educational game where player manages a lemonade stand to make as much money as possible; teaches money and fractional math skills to teach basic operations
https://fossrit.github.io/projects/lemonade-stand
7 stars 1 forks source link

Lemonade stand showing up in journal #16

Closed fortnight closed 11 years ago

fortnight commented 11 years ago

As an activity, Lemonade Stand should show up in the Journal on the XO laptops. -> Discover a way to have Lemonade Stand showing up in the Journal -> After discovering why it won't show up in the journal, see if there is a way to save game data to the datastore file.

ramstush commented 11 years ago

The Journal automatically makes an entry. The thing that was blocking Lemonade Stand was a boolean that was set to false in the class params. Changed that to true and it works.