Line 4: |
Line 4: |
| | | |
| ==Project Description== | | ==Project Description== |
| + | A grid style game where players traverse from start to finish following a certain convention. Some conventions include: adding/subtracting numbers to end up at a pre-determined finishing value, traversing the graph in a way where the player only touches multiples of 3 and following a path where each fraction is larger than the last. |
| + | |
| + | There will be different difficulties, set by the players themselves, which are directly related to how large the grid is. As the player completes a level, they move on to the next level: each level featuring a different set of problems with each level containing harder to solve puzzles. Players can change difficulty after they finish a level. There will be a boss stage with conventions yet to be determined. |
| + | |
| ==Implemented Domains== | | ==Implemented Domains== |
| | | |