Skip to content

hudsongeovane/2048-AI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 AI

This repository implements an AI for the game 2048. It was developed by @hudsongeovane.

The algorithm idea is based on monte carlo simulations. Movements are played randomly several times and the one with higher probability of "not losing" is chosen. This strategy leads to win often.

To see the engine working, check out on github pages. http://hudsongeovane.github.io/2048-AI

Official APP

The official app can also be found on the Play Store and App Store!

Screenshot

Screenshot

About

2048 AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.2%
  • CSS 34.0%
  • SCSS 18.4%
  • HTML 5.9%
  • Ruby 0.5%