Skip to content

crudeCopy/2048agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

194 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

An intelligent agent that can play 2048!

Original game: 2048

Design Notes

This agent is designed as part of an investigation into artificial play of the game 2048. A primary goal of the project is to be able to compare different methods of search in 2048's state space. The project will be able to run with different combinations of search algorithms, heuristics, and depth levels. The following are included:

Algorithms

  • Minimax
  • Expectimax

Heuristics

  • Game Score
  • Free Spaces on Board
  • Greatest Tile Value
  • Large Tile Values on Edges
  • Board Monotonicity
  • Board Uniformity

License

2048 is licensed under the MIT license.

About

Game and display by Gabriele Cirulli, intelligent agent by me :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 51.6%
  • CSS 26.0%
  • SCSS 14.5%
  • HTML 7.5%
  • Ruby 0.4%