S5-VR-Game / game

2 stars 0 forks source link

[PUZZLE, CODE] implement energy-core riddle #64

Closed MarianK99 closed 9 months ago

MarianK99 commented 9 months ago

Adding a new riddle:

theme: a problem has occurred with the energy supply in the reactor room task: There are colored energy cores that are represented as cuboids with a spherical notch. Each energy core has a color-matched, spherical energy cell, that got mixed up. Your job is to take the spheres and put them in the right energy core, but you can only pick up one energy cell at a time. In order to solve the puzzle, there will be an empty, unused core in the middle of the energy cores where the sphere can be temporarily stored.

You finished it when all energy cell fit to its energy core and the unused core is empty.

(inspired by the tower of hanoi)

IMPORTANT: this riddle is a new riddle and needs to add to the puzzles-branch while implementing.