
# Lock
# Lock - "Thinky Puzzle" game jam submission. Slide numbers and operators to solve math expressions. You'll need to unlock your path to reach the goal. Use the Arrow Keys to move the player within the grid and through the path to reach the goal. Push numbers and operators into horizontal or vertical tuples to make mathematical expressions. The order in which the expression is completed determines the result. Horizontal and vertical expressions work the same. If the last element pushed is an operator, left->right and top->down order is used. 2 pushed into a sequence of ( [ ] [-] [1] ) == 2 - 1 = 1 1 pushed into a sequence of ( [ ] [-] [2] ) == 1 - 2 = -1 Yielded numeric results give you the values needed to unlock your route to the goal. Operators (Extended) @ Average operator 2@5 = (2+5) /2 = 3.5 (All values are set to the floor value) = 3 ~ Joiner Operator 2~5 = 25 5~2 = 52 52 ~ 6 = 526 (( Toggle Edit Mode: <E>dit or <Escape> ))g ( goal creation ) l ( load ) s ( save ) d ( toggle door ) f ( toggle fixed position ) w ( set wall ) b ( set block (moveable obstacle) <space> ( clear cell ) 0-9 ( set value ) + - * / ^ % @ ~ ( set operator ) <enter> ( set value ) (( Back to Main Menu: <H>ome or <Backspace> ))
lostwords 19 followers· portfolio 11 View creator →
