Rigaro / VRProEP

Platform for evaluating and customizing prosthetic devices using virtual reality.
GNU General Public License v3.0
5 stars 4 forks source link

GameMaster state pattern migration #45

Closed Rigaro closed 4 years ago

Rigaro commented 4 years ago

What is the feature about? GameMasters are going to be migrated to implement a "state" design pattern, which uses classes to determine the flow of the "game"/experiments instead of switch/case. This will make it easier for external people to implement their own experiments.

Rigaro commented 4 years ago

Need to add state management to GameMaster Start, Update, and FixedUpdate.

Rigaro commented 4 years ago

There seems to be a bug with the data logger where data cant' be appended.

Rigaro commented 4 years ago

Logging not starting bug fixed but I found two new ones:

Rigaro commented 4 years ago

Fixed countdown.

Rigaro commented 4 years ago

Fixed logging bug.