KhalilJDamouni / SnakeAI

A snake algorithm that works to maximize the score by eating and avoiding breaking constraints, such as hitting itself or an edge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SnakeAI

A snake algorithm that works to maximize the score by eating and avoiding breaking constraints, such as hitting itself or an edge.

Does not require any user input.

Board size can be changed in snek_api.h.

Example run: https://www.youtube.com/watch?v=fERMCqPm4c8

About

A snake algorithm that works to maximize the score by eating and avoiding breaking constraints, such as hitting itself or an edge.


Languages

Language:C 100.0%