Commit Graph

9 Commits

Author SHA1 Message Date
Mário C c3891c18cf implementadas possibilidades diferentes para o valor do acto
changed usage of lodash individual functions to inclusion of
individual functions from whole lodash package
also lol commit messages in portuguese and english
2016-10-23 23:54:52 +01:00
Mário C c0e321d128 fix scene playing algorithm
added some test scenes to test deep recursion.
2016-10-23 20:37:51 +01:00
Mário C 2745182e9b attempt #1 2016-10-23 17:20:36 +01:00
Mário C 8f626e74b4 include only the parts of lodash that are needed 2016-10-18 21:48:54 +01:00
Mário C 1cc25c81ca simplified scene description 2016-10-18 00:37:25 +01:00
Mário C 8ec0470804 nice comments everywhere 2016-10-17 02:01:11 +01:00
Mário C 4ef223e391 implemented all scenes and choices
choice mechanism is a bit rushed, maybe refactor later
2016-10-17 01:00:10 +01:00
Mário C 133349deb9 full animation for one scene 2016-10-16 23:48:00 +01:00
Mário C 563c79652f some architecture
Canvas class takes care of displaying images
Scene class will display a scene as described in script.json
Director class will switch between scenes

for now, this displays a static frame
2016-10-16 07:41:46 +01:00