Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 738 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 738 Bytes

Snake game with pseudo AI

My second project with p5.js. I created a snake game and tried to create an algorithm to beat it. It was inspired by Code Bullet, I didn’t get far but ended up with a fancy background for my portfolio. On mouse click food is dropped on the clicked location. On keypress ( WASD / Arrow Keys ) pseudo AI stops and you can play normally.

Result

snake AI

https://lughapp.github.io/p5-snake-game/

Inspiration

Coding Train

Code Bullet