Commit Graph

8 Commits (a7c0a0126999d82fa85d5a2d7048cc66154ebcad)

Author SHA1 Message Date
Govind Krishna Joshi a7c0a01269 Merge branch 'engine-govind' 2015-07-21 23:14:21 +05:30
Abhinav Sarkar 7ecb72ff04 Major refactoring to use Monads for the game engine.
Also adds support for boost change and refill.
2015-07-16 02:33:19 +05:30
Arun Raghavan 1cb9490566 game: Add a player instantiation helper 2015-07-15 18:50:44 +05:30
Arun Raghavan f8bd50a51b engine: Accept (event, timestamp) pairs instead of (event, timeElapsed)
The timeElapsed code was incorrect, applying the event retrospectively
rather than for the future.
2015-07-15 18:40:55 +05:30
Govind Krishna Joshi af2cd56c81 Some refactoring & added player functions 2015-07-13 00:42:34 +05:30
Govind Krishna Joshi a61e874b16 Added testing setup with Tasty 2015-07-12 19:41:47 +05:30
Abhinav Sarkar 8b4f606469 Adds basic game step logic 2015-07-10 00:56:37 +05:30
Abhinav Sarkar e530f3aa68 Add a Game type
The game engine can now be filled in.
2015-07-08 20:41:37 +05:30