Changes

575 bytes added ,  14:32, 21 May 2014
no edit summary
Line 11: Line 11:  
=====Base Implementation=====
 
=====Base Implementation=====
   −
Addboard's puzzles are based around moving your single circle around the board within a set amount of turns. The goal is to reach the middle white square by using the numbers around your circle to navigate your way through the maze. The player moves the set amount of space in the direction of the number they move towards.
+
Addboard's puzzles are based around moving your single circle around the board within a set amount of turns. The goal is to reach the middle white square by using the numbers around your circle to navigate your way through the maze. The player moves the set amount of space in the direction of the number they move towards. The numbers on the board are semi-random. In the loop that creates the board, each number is first assigned a value based on its distance from the row or column of the goal square. Depending on its position in the loop, it will check its distance from either the left or right of the goal’s column, or from below or above the goal’s row, then assign that value to the square. This assures that at least half of the squares on the board will take you directly to the column or row of the goal square, assuming you are able to approach the square from the right direction.
    
=====Curriculum=====
 
=====Curriculum=====
5

edits