The AROS Archives(anonymous IP: 18.216.123.120,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (46)
   o Development (242)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1623

Full index file
Recent index file

Part of aros exec
 Readme for:  Game » Puzzle » sets.i386-aros.zip

sets

Description: An implementation of the sets game.
Download: sets.i386-aros.zip       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 123kb
Version: 1.0.0
Date: 17 Aug 18
Author: David Ashley
Submitter: cavemann
Homepage: https://www.linuxmotors.com/sets/
Category: game/puzzle
License: GPL
Distribute: yes
FileID: 1739
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 70  (Current version)
70  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
This is an implementation of the sets game.

This code was written by David Ashley dashxdr()gmail.com
http://www.xdr.com/dash
http://www.linuxmotors.com

This code is released under the terms of the GPL, whatever the latest version
is.

Build under linux by just doing

make

You need the SDL library to be installed.
http://www.libsdl.org

Under mac OSX you can build by doing
make -f Makefile.osx

You need to have the SDL sdl framework installed.

***********************************************************

There are 81 cards in the game. 12 cards are shown at a time. The object
is to identify the sets. The upper left corner of the window shows how
many sets have been discovered out of how many that exist.

Hitting the spacebar redeals 12 cards. The deck is shuffled after every "hand".
It's not so much like the real game, it's just a one player version to let
you practice finding the sets. Hitting the return key will expose all the
undiscovered sets.

Hitting escape exits the game.

Clicking on cards selects them, if 3 cards are highlighted that are a valid
undiscovered set, they'll get marked. The marking appears as digits that
show up on each card. The first set found will have 1's, the next set will
have 2's, etc.

RULES OF THE GAME

Each card has 4 characteristics:
COLOR: Either RED, GREEN or BLUE
NUMBER: Either ONE, TWO OR THREE items
SHAPE: Either CIRCLE, SQUARE or TRIANGLE
TEXTURE: Either EMPTY, SOLID or LINED

Since there are 4 characteristics, each with 3 possibilities, there are
3*3*3*3 or 81 possible combinations.

A "set" is 3 cards together where each characteristic is either the same
for all 3 cards, or different for all three cards. For example:

RED, ONE, CIRCLE, SOLID
RED, TWO, CIRCLE, SOLID
RED, THREE, CIRCLE, SOLID

Forms a set. The color is all the same, the shape is all the same, the
texture is all the same, and the number is different.

All you have to do is identify the sets. Click on each of the 3 cards in a
new set and it'll be marked.

Enjoy!

-Dave



Copyright © 2005 - 2024 The AROS Archives All Rights Reserved