Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 300 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 300 Bytes

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