A simple single player domino game built with the ruby2d gem.
To launch the game install the gems from the Gemfile
and run main.rb
.
Bones (domino tiles) are laid in the shape of pyramid spots (pips) down, only the first and the last rows are revealed. A player has to find pairs of bones which total rank (weight) equals 12. By clicking such pairs the player deletes them from the pyramid potentially unblocking and revealing the other ones. The goal is to delete all the bones from the pyramid by repeating aforementioned process. If there are no bones left on the board the player wins. If there are no pairs among the revealed bones which total rank equals 12 the player looses.
- To select a bone click it with the left mouse button.
- To start a new game press return.
- To exit press escape.