Advertisement
Black_Mage

Calcu-Late

Jul 4th, 2014
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. This is a walkthrough for Calcu-Late.
  2.  
  3. ====================
  4. Trial 1
  5. ====================
  6. - The input number puzzle
  7. You're given 6 pillar and by interacting with each pillar, you'll notice that each of them have a number in their description.
  8. The puzzle require you to enter a six digit number, with hint that contains the word "beginning" and "end". You'll notice that the left-most pillar had a word "begin" in it's description and the right-most pillar had a word "ends" in it's description. Input the number that shown from the most left pillar to the most right pillar in the map.
  9.  
  10. It's 428973.
  11.  
  12. - The 3x3 Magic square
  13. The purpose of this puzzle is to have 15 as the sum of number in each column, row, and diagonal.
  14. Here's some link for further reading.
  15. http://en.wikipedia.org/wiki/Magic_square
  16.  
  17. One of the solutions are like this :
  18. [2][7][6]
  19. [9][5][1]
  20. [4][3][8]
  21.  
  22. ====================
  23. Boss Battle 1
  24. ====================
  25. The Boss Battle 1 is a tile matching game. It's a game where you need to matching the picture hidden beneath the tiles. In addition to picture, you're given a color, and correctly matching a picture with your color on it will give you two points, but correctly matching a picture with opponent color on it will make you lose a point. No point is given if the picture aren't correctly matched.
  26.  
  27. If you do the math, regardless what color that you've opened, the winner will always be the one that has the most picture matched. So don't worry about the score and do the matching. The tile are regenerated randomly each time you start a game, so you might want to draw the picture position on a paper or just try to memorize it.
  28.  
  29. If you play the IGMC 2014 version, the AI are just open the tile randomly. So your chance to win is rather high.
  30.  
  31. ====================
  32. Trial 2
  33. ====================
  34. The puzzle in Trial 2 is a pattern game. You're given 9 crystal that will shine if touched. The problem is, it'll also toogle another crystal.
  35.  
  36. Here's some further reading, regarding the origin of the puzzle.
  37. http://en.wikipedia.org/wiki/Lights_Out_%28game%29
  38. This is how to solve this game mathematicaly.
  39. online.redwoods.edu/instruct/darnold/laproj/Fall2002/TifLiz/Presentation.pdf
  40.  
  41. In this game(Calcu-Late), you can complete the puzzle by touching the crystal by touching each crystal marked with "X" .
  42. [O]
  43. [X] [X]
  44. [O] [X] [O]
  45. [X] [X]
  46. [O]
  47.  
  48. ====================
  49. Boss Battle 2
  50. ====================
  51. It's the same as the 2nd trial, but rather than touching the crystal, there are lever to pull to toogle the crystal.
  52. The solutions are to pull the lever marked with "X".
  53. [O] [O]
  54. [O] [O]
  55.  
  56. [X]
  57. [X] [X]
  58. [X] [X]
  59. [O]
  60.  
  61. ====================
  62. Trial 3
  63. ====================
  64. It's just some lever and wall puzzle. Pull a lever and it'll toogle some wall in the room. I'm sure this one is rather easy.
  65. There are several similar solutions. Here's one of the solution.
  66. [ ][ ][ 5 ]
  67. [ 6 ][ 4 ][ ]
  68. [3,7][ 1 ][ 2 ]
  69. Turn the lever by following the number above.
  70.  
  71. ====================
  72. Boss Battle 3
  73. ====================
  74. Boss Battle 3 is a NIM game. The game is a bit hard to explain. Rather than put how to solve this puzzle here. We suggest you to look up at some articles or google about it. They'll give you more than enough information on how to beat it.
  75.  
  76. Here's our recomended article :
  77. http://www.ams.org/samplings/feature-column/fcarc-games4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement