patrickloeber / snake-ai-pytorch

MIT License
617 stars 398 forks source link

htqn's Snake Game #13

Closed htqn2005 closed 11 months ago

htqn2005 commented 11 months ago

This is a version of Snake Game where the Snake wraps around the other side when boundaries are hit, and the game speed increasing in proportion with the Snake Size. I also changed it to look a bit more visually appealing than the standard black, blue and red you are all familiar with :)

With this in mind, I had to alter the Agent to accommodate these changes.