Skip to content

aliher1911/2048-solve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2048-solve

Solve 2048 game automatically

Start Scala console with option -i game-init.scala to get into interactive mode.

It'll print initial game state and will accept functions up,down,left,right to play the game.

current is current game state

Autoplay could be invoked using: autoplayScore(playGame(current))

Evaluator type is hardcoded inside playGame function

About

Solve 2048 game automatically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages