theflowong / logic-blocks-game

web-based game in progress: logic block puzzles
http://theflowong.github.io/logic-blocks-game
1 stars 1 forks source link

Wonky BlackHole behavior in first stage #5

Closed theflowong closed 7 years ago

theflowong commented 7 years ago

Investigate more:

Solution: have a StartGame/Menu screen before game

theflowong commented 7 years ago

Error due to variable hoisting; moved order of variable declarations (specifically, declaration of "world" after declaration of "blackhole_cap")