You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the player configures the canvas and clicks 'run', there is no easy way to go back to the configured state. This may be important, as the player could want to tweak the positioning of elements, etc.
Task
Determine how to store canvas configuration in memory
initial level setup (static)
player piece configuration (changeable)
create data structure in game element to keep track of level configuration(s)
when player adds piece to canvas, update data structure
after running the attempt, either immediately reset the level or allow player to click a button to reset
The text was updated successfully, but these errors were encountered:
When the player configures the canvas and clicks 'run', there is no easy way to go back to the configured state. This may be important, as the player could want to tweak the positioning of elements, etc.
Task
The text was updated successfully, but these errors were encountered: