Snake Game: Evolution
- 3 Devlogs
- 2 Total hours
snake game rougelike with smart evil snake that tries to hunt you down
snake game rougelike with smart evil snake that tries to hunt you down
I added some more abilities and bug fixes, with hazards, background color changes and obstacles for the player. I used ai to help teach me how to add in abilities like a magnet. This project really helped me learn more html and javascript and how to use them
Made an intelligent evil snake that tries to kill the player, made map bigger, added upgrades to the roguelike. Used an algorithm instead of actual in built game ai, and practiced work with functions within javascript.
snake game base just finished! Learned how to connect javascript to html to create a working game instead of just a website through html