Skip to content

Latest commit

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Mathematico

A classic game, for unlimited number of players. Each player keeps track of their own board and after 25 random choices of numbers, the score is calculated for each player and the highest score wins.

note: You can try it!

Rules of the Game

The game of Mathematico is played on a 5x5 grid. In each round, a card with a number is drawn from the deck consisting of cards with numbers in range 1-13, with 4 copies of each, and players are obliged to fill the number in one of the empty cells on their board. When the boards are full, resulting scores are computed (see below) for each board, and the player with the highest score wins.

Scoring System

For each line, row and two longest diagonals, the points are computed based on the following table and are summed across all rows, columns and diagonals. In addition, if the score in a diagonal is non-zero, the player is awarded 10 bonus points for each such diagonal.

The numbers in the rows, columns and diagonals can be in ANY order.

RuleExamplePoints
One pair1 2 3 4 110
Two pairs1 2 2 3 120
Three of a kind5 6 7 7 740
Full House1 1 2 2 280
Four of a kind (not number 1)1 2 2 2 2160
Four ones1 1 5 1 1200
Straight5 7 9 8 650
Three 1s and two 13s1 13 1 13 1100
Numbers 1, 10, 11, 12, 1312 11 13 1 10150

For each row, column and diagonal, only the highest score is applied, i.e. it is forbidden to combine two scoring rules for one line.

About

Exploring different models on the probabilistic game Mathematico

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages