Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 200 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 200 Bytes

samegame

Monte Carlo Tree search for finding good solutions for SameGame.

How to run:

./samegame <nesting_level> <board_size> +RTS -N<number_of_cores>

Example:

./samegame 1 15 +RTS -N8