issues
search
Charged-Entertainment
/
Charged-Learning
Electric circuits education puzzle game.
4
stars
1
forks
source link
Refactor PuzzleScene/Devices
#83
Open
nourgaser
opened
1 year ago
nourgaser
commented
1 year ago
Currently their codebase is heavily duplicated (all devices are pretty much a copy paste from the first device implemented, the Multimeter).
Consider using the StateMachine and State generic classes to implement device modes.