An open API service indexing awesome lists of open source software.

https://github.com/soft/three

Three is a game about forming patterns.
https://github.com/soft/three

board-game game patterns puzzle rust

Last synced: about 1 month ago
JSON representation

Three is a game about forming patterns.

Awesome Lists containing this project

README

        

# Three :o: :o: :o:

Three is a game about forming patterns of three.

![screenshot](https://i.imgur.com/wBWHwWd.png)

## Rules

The game consists of players taking turns in placing rings to the game board.
The player who first manages to form one of the special patterns wins the game.
There are three different sizes of rings: big, medium, and small. Each player
has three of each size.

### Winning patterns

**Full Stack**: A player forms a full stack by having three of their rings in
the same location. This means having big, medium, and small ring all in the
same spot.

**Three of Same**: If a player places three rings of the same size in a line.
The line can be horizontal, vertical, or diagonal.

**Three in sequence**: If a player places three rings of decreasing (or
increasing) size in a line. The line can be horizontal, vertical, or diagonal.

## Installation

cargo install --git 'https://bitbucket.org/Soft/three.git'

The game is built on top of Gtk 3 and requires the appropriate libraries to be
installed.