Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 963 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 963 Bytes

The Very Hungry Caterpillar

alt text

Based on the classic snake game, my parter @mariastlouis and I kept the logic of the game but made it our own by adding a Very Hungry Caterpillar theme. This project was created as part of the front-end curriculum at The Turing School. It served as our introduction to object-oriented programming. For example, each segment of the caterpillar is a Block object in an array. The food also extends the Block parent class. It was also the first time we ran our projects on a local server rather than just opening index.html. We had a lot of fun with this project!

Technologies used: Object Oriented Programming, JavaScript, HTML, CSS, Mocha, Chai, Git, GitHub