Skip to content

taotao54321/SameGameSFCMedium2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNES SameGame (J) solver for "SameGame, Medium"

Requirement

  • x64 CPU with BMI2 instructions
  • Some RAM (16 GB will be sufficient)

I tested only on Linux.

Usage

solve_all binary searches the maximum score for the legal boards in the game. I recommend to specify a initial maximum score for pruning (the known best score is 2229).

cargo --example=solve_all --profile=release-lto -- --prune-score-max=2000

About

solver for SNES SameGame (J) "SameGame, Medium" mode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages