Menu

Tree [9b9ec3] default tip /
 History

Read Only access


File Date Author Commit
 images 2010-05-30 Cesar Otero Cesar Otero [9b9ec3] Initial commit. This is a working version
 LICENSE 2010-05-30 Cesar Otero Cesar Otero [9b9ec3] Initial commit. This is a working version
 README 2010-05-30 Cesar Otero Cesar Otero [9b9ec3] Initial commit. This is a working version
 briscas.py 2010-05-30 Cesar Otero Cesar Otero [9b9ec3] Initial commit. This is a working version
 gameLib.py 2010-05-30 Cesar Otero Cesar Otero [9b9ec3] Initial commit. This is a working version

Read Me

--Requirements--
Python 2.5 and Pygame

--Installation-- 
No installation is required. In order to execute, run

>>> python briscas.py

and you're good to go. This game is still in early stages and requires
a lot of work.

-- How to Play -- 
Each player is given 3 cards. Another card is flipped
over, this card is considered the "Life". The four life types are cups,
cold, clubs(wands), and swords.

Player one throws down a card, and if the second player throws a card
of a different type, player one wins. If the second player throws down
a card of the same type, and of a higher value, player two wins. If
the card first thrown is not of a life type, then if the second player
throws down a card which is of a suite of the current life type, the
second player wins.

At the end of the game all cards won, are counted up, and the player
with the highest score wins. Not all cards have a point value.

--Card Values (highest to lowest)--
1 (11 points)
3 (10 points)
12 (4 points)
11 (3 points)
10 (2 points)
7 (0 points)
6 (0 points)
5 (0 points)
4 (0 points)
2 (0 points)