Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

AI plays 2048

In this project, we develop AI that can play the game 2048 (extremely well) using Monte Carlo tree search. Click here for the YouTube video.

In another project, we explain how to build 2048 in Python using the graphical user interface tkinter. Click here for a link to that video; click here for that GitHub repo.