Slitherin - Solving the Classic Game of Snakeš with AIš¤ (Part 1: Domain Specific - {Shortest,Longest}Path, Hamiltonian Cycle, DNN)
11 min readSep 23, 2018
In todayās article, I am going to show you various approaches to solving the classic game of Snake with Artificial Intelligence. After the end of this post, you will be able to implement solutions that successfully play the game of Snake.
Table of Contents
- Game of Snake
- How to create an AI that plays Snake?
- AI Research Playground
- Domain Specific Solvers
- Whatās next?
Game of Snake
Those of you who were raised in the 90ās and before are probably familiar with this classic game and maybe even played it on their first mobile phones.
Anyway, I am still going to briefly introduce you to this game. Snakeās rules are very simple and intuitive.