Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 400 Bytes

File metadata and controls

5 lines (5 loc) · 400 Bytes

2048-Game

2048 Game with multiple functionalities

In order to run this , you will need a IDE that supports pygame, matplotlib, tkinter, etc

this game has been created with diffrent types of methods to complete it.

If you want the classical version of 2048 pick the human opperational code and run that. If you want it to be solved by an algorith use the A.I Expectimax code and run that.