Solving a snake game using Greedy algorithm with GUI to show the snake winning the game
- python 3
Can run in both Windows and Linux
- Open Command Prompt
- type
python snakesolver.py - It will pop up a window of snake game and the snake will use the path from greedy to move until the game is finished
This project is made to fulfill IF2211 Algorithm and Strategy assignment. Created By : Jovan Karuna Cahyadi
