analytics

Friday, October 2, 2015

Tokens

This is about a game I'm making tentatively called "Tokens",. It is for two players but can be played by one in solitaire mode as well...
Pieces:
There are 5 types of tokens in increasing value:

And there are 50 cards; each of one of four types: red, orange, yellow, and green. Here are four example cards:

Players both start with this card:
Each round this card can produce a red token, because it's "Takes" area is blank so it doesn't require any token to operate... Of course if you look at the other example cards some of them do require other tokens to operate, in effect changing a certain number and type of tokens into a different more valuable set of tokens...
So to begin a "Store" of ten random cards is flipped up for each player from the deck... The players will both have a red token from the first card they are given, and they can buy any other red card from their store... they can also sell their original card for a token of the color of the card and sold cards get shuffled back into the deck after the turn. Once they own more cards, they can also use any of the cards they own once per turn to exchange tokens according to the formulas on the cards, and additionally they can exchange 2 red tokens for an orange, 3 for a yellow, 4 for a green at any time... For example they could use the orange card from the example cards to exchange a red and orange token for a green one. Ten rounds of this are played, with the players getting 10 new store cards to choose from each round and being able to use each of the cards they own to exchange tokens once per round... Any unbought store cards are returned to the deck and shuffled... The player with the most blue tokens after the final round wins! 
\

List of Cards (50)
COLOR Takes Makes
red  []  ['r']
red [] ['r']
red ['g'] ['b']
red ['g'] ['o', 'y']
red ['o'] ['y']
red ['o', 'y'] ['r', 'b']
red ['r'] ['o']
red ['r', 'o'] ['g']
red ['r', 'o', 'g'] ['y', 'b']
red ['r', 'y'] ['b']
red ['y'] ['g']
red ['y', 'g'] ['r', 'o', 'b']
orange [] ['o']
orange  []  ['o']
orange ['g'] ['r', 'b']
orange ['g'] ['r', 'o', 'y']
orange ['o'] ['g']
orange ['o'] ['r', 'y']
orange ['o', 'g'] ['y', 'b']
orange ['r'] ['y']
orange ['r', 'g'] ['o', 'b']
orange ['r', 'o'] ['b']
orange ['r', 'y'] ['o', 'g']
orange ['y'] ['b']
orange ['y'] ['r', 'g']
yellow [] ['r', 'o']
yellow [] ['y']
yellow  []  ['y']
yellow ['g'] ['o', 'b']
yellow ['o'] ['b']
yellow ['o'] ['r', 'g']
yellow ['o', 'g'] ['r', 'y', 'b']
yellow ['r'] ['g']
yellow ['r', 'g'] ['y', 'b']
yellow ['r', 'o', 'y'] ['g', 'b']
yellow ['r', 'y'] ['o', 'b']
yellow ['y'] ['o', 'g']
yellow ['y'] ['r', 'b']
green [] ['g']
green  []  ['g']
green [] ['r', 'y']
green ['g'] ['r', 'o', 'b']
green ['g'] ['y', 'b']
green ['o'] ['r', 'b']
green ['o', 'y'] ['g', 'b']
green ['r'] ['b']
green ['r'] ['o', 'y']
green ['r', 'o'] ['y', 'g']
green ['y'] ['o', 'b']
green ['y'] ['r', 'o', 'g']

No comments:

Post a Comment