2048-Game-With-AI-Solver
Recreated the Game 2048 from scratch with all its basic functionalities and a option to get Hint or use AI to Solve the game from the Current State. 2048 is a single-player sliding block puzzle game designed by Italian web developer Gabriele Cirulli.The game's objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048.However, one can continue to play the game after reaching the goal, creating tiles with larger numbers
How to run:
Open 2048GUI.py with Python OR In terminal: python 2048GUI.py
Controls:
W,A,S,D to Move
H : Hint/Help
P : Play/Pause AI from the Current State