Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.99 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.99 KB

This is a port of SameGame to CodinGame. The rules are the same as used for benchmarks in AI publications.

CodinGame

Short game description

SameGame is a puzzle composed of a rectangular grid containing cells of different colors. A move removes connected cells of the same color. The cells of other colors fall to fill the void created by a move down, and when a column is empty the columns on the right are moved to the left. At least two cells have to be removed for a move to be legal. The score of a move is the square of the number of removed cells minus two. A bonus of one thousand is credited for completely clearing the board.

Online play

Literature