Skip to content

acatai/SameGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SameGame optimization puzzle contribution on CodinGame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published