Skip to content

dansenglund/2048-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2048-AI

Currently uses a simple power of 2 based scoring system that prioritizes building up values in the bottom right corner. Could be expanded to do more sophisticated graph type analysis, or optimized to ignore bad search paths, and thus allow a greater depth of search.

To run: python3 gui.py

About

Expectimax based 2048 solver written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages