Reliquarium
A downloadable game for Windows, macOS, and Linux
Reliquarium is a very unique set of four 3D slider puzzles, all with a Crystal Skull theme. Three are my own creation, while the fourth is a well-known Grabarchuk slider puzzle.
A reckless raider from Indiana has plundered tombs and displaced ancient relics. The objective is to return each relic to the center of its cubical box by rearranging the numbered blocks back into their proper order.
Dragging the cursor rotates the cube for a better view angle. The mouse wheel zooms. Typing a number 1..8 selects a block to move, 0 selects the relic itself. Then use the keys {u,d,l,r,f,b} to move the selected block ( Up, Down, Left, Right, Forward, Backward ).
Alternatively, you can select a block by clicking on it prior to the move.
As indicated on screen, (h) will toggle a help screen.
These puzzles are easy enough for children and will likely help with learning 3D visualization, geometry, problem solving and computer skills.
Works on Windows, Macs running OS-X and PCs running GNU/Linux.
Strategy suggestion: temporarily combine complementary pieces to maximize contiguous empty swap space.
==========================================
## Mouse/touchpad/keyboard controls
Look direction is controlled by a touch pad swipe or mouse drag;
Movement is controlled by the keys:
u d l r f b (Up Down Left Right Forward Backward)
In other words...
* forward/backward : moves selected block in Z direction
* right/left : moves selected block in X-direction
* up/down : moves selected block in Y-direction
This terminology for key-assignments assumes X+ is rightward, Y+ is upward, and Z+ is outward...the standard "view" for geometrical discussions in mathematics and physics. Note that the X, Y, & Z Axes are displayed by default.
Other keys active:
* (esc)-key => Exit puzzle
* (q)-key => Exit selection screen
* (mouseWheel) => Zoom
* (i)/(o)-keys => Zoom In/Out
* (spc)-key => Restart
* (c)-key => nextSkinColor
* (n)-key => toggle Numerals
* (h)-key => Help toggle
* 0-9 => select numbered block
* (s)-key => select Skull
* (m)-key => select Medusa head
------------------------------------------------------------
There are 4 variations numbered 2, 4, 5, and 6, according to a dimension of each puzzle. Note that the puzzles with a smaller number are somewhat more difficult.
One way to start the game is to open a [command-line] console, navigate to the installation directory, and at the command line type "reliquarium_gnu" or "reliquarium_osx" or "winreliq.bat".
In Linux, you may also double click the icon for reliquarium_gnu in the file manager.
For Mac users, there is now a Mac bundle (named "reliquarium.app") that acts like a real Mac app. You can put it into your personal Applications directory with the command "cp -r reliquarium.app ~/Applications". You can navigate to the installation directory in Finder and click the reliquarium.app icon named "Reliquarium".
Download
Install instructions
Windows users see also "windows-setup.txt".
The proper command to extract the archive and maintain the directory structure is "7z x filename".
Mac users see "osx-setup.txt".
Unzip the archive...
* On Linux & Windows, 7z [www.7-zip.org] works well for this. The proper command to extract the archive and maintain the directory structure is "7z x filename".
* On OSX, the command-line for Keka works thusly:
* /Applications/Keka.app/Contents/MacOS/Keka --cli 7z x (filename.7z)
Open a command line terminal, then cd to the install directory.
Windows users type "winreliq.bat".
Linux users type "gnureliq.sh" to start the game.
The Mac command line version is initiated by opening a terminal, navigating to the install_directory, and typing "macreliq.sh" on the command line.
Note that all of my FOSS games may be run from a thumb drive: Simply unzip onto a USB flash drive [w/same file format] and run.
Development log
- FlashMay 06, 2022
Leave a comment
Log in with itch.io to leave a comment.