For soft hints see: https://github.com/Gyebro/synacor-challenge#spoiler-free-hints
Here are more concrete hints:
-
- Read the arch
-
- Ready hints from arch and implement the hinted operations. Run the binary
-
- Implement all the operation as specified by the arch
-
- Run the binary and play around in the game. (hint1: take and use) (hin2: type jibberish in game)
-
- Play around. Use
drop
to mark locations. Maybe implement some sort of saving mechanism for game (I went with manually typing/copy pasting for this part)
- Play around. Use
-
- Solve the equations, coins to rescue.
-
- Just read the game run logs (operation, registers, curr memory location etc.), and build the checker. bypass the checker in game.
-
- First of all physics works here, north means north unlike previous areas. Second find shortest path in graph. Third It's a mirror