Skip to the content.

Home

Basic Game Info

Shifting Stones is a game played on a \(3 \times 3\) grid of tiles. There are a total of 9 tiles, each belonging to one of four tile types. Each tile has two faces, so there are a total of 8 possible faces that any given grid position could contain. The breakdown of tiles is as follows:

The objective of the game is to match patterns given on cards to the grid. Players start with four cards. The goal of the game is to arrange to game board in such a way that the board matches a pattern on a card in your hand. For example, a player might want to arrange the grid so that a horse is directly above a boat. On a turn, a player can discard one or more of their cards to move a tile either horizontally or vertically (but not diagonally). You get one move for each card you discard. Alternatively, a player can choose to skip their turn to draw two more cards, but they cannot do this two turns in a row.

Site Map

Home

Home page and general info

Running Documentation

Weekly updates on progress we made and objectives for the next week

Proofs and Explainations

Mathematical proofs and explainations of concepts used and applied within the project

Observation Log

A collection of ideas and observations we’ve had while working on the project