Skip to content

Files

Latest commit

 

History

History
4 lines (3 loc) · 165 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 165 Bytes

2048-python-game

2048 game implemented by python3 and tkinter

AI part: Expectiminimax with alpha-beta pruning (Normal level), Reinforcement Learning (Hard level)