Skip to content

wenxuanjun/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

Install V and just, then use just -l to list available recipes.

Add -h to those recipes that have optional flags to see full options of the game.

just run -h

You can create production build to gain the performance optimized executable.

just build

Use -A to select the AI algorithm:

just run -A dfs

There are various kinds of AI you can choose:

  • dfs
  • heuristic
  • minmax
  • expectimax
  • monte
  • reinforcement

The default algorithm is dfs.

About

Some AI that that play 2048!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published