News

Self playing pygame based snake game playing with A-star algorithm This uses A* algorithm to search food in the workspace there by avoiding obstrucles. Just copy the code 'snakeself.py ' and run in ...
Optimizing-Snake-Game-with-Genetic-Algorithm This project leverages genetic algorithms to optimize AI performance in the classic Snake game using Python. By employing evolutionary strategies, the AI ...