Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.35 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.35 KB

Trio

Simple game for Android, where the goal is to find three matching cards.

Play Store

The game is available in Google Play Store: Trio

Pre-releases

As changes are made in the source, the newest build of application is available here. It may contain unstable changes not provided in a version from Play Store.

Game rules

Basic game rules are based on Set the game.

There're 81 cards in the game, each one has 4 attributes:

  • shape
  • color
  • number of elements
  • filling pattern

Trio is a set of three cards, for which each attribute is either the same (e.g. 3x square) or different (e.g. square, triangle and circle).

Game modes

ClassicTrio

It is played using all 81 cards. 12 of them are put on a table. Once Trio is found, three cards are replaced with new ones from the deck. If there's no Trio on new table, system automatically adds as many cards as needed to have at least one Trio on a table. Game ends when there's no Trio on a table and there's no card to add from the deck.

TrioChallenge

Quicker than ClassicTrio. Find three hidden Trio on the table.

Licence

Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)