Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 193 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 193 Bytes

2048 and AI (Python3)

Game.py is the program of the game "2048". Note that the probability of new number 2 and 4 is [0.8, 0.2].

You can run "Main.py" to collect data saved as csv file.