Project
That Little Piggy was created using Canvas within Javascript, vanilla HTML with DOM manipulation, and vanilla CSS. Users are able to play as a pig that battles against a wolf due to the fictional events of the children's folk story, The Three Little Pigs. This is my first programming project, and it was created as a fun video-game project to practice DOM manipulation and game development. The game is heavily inspired by the popular action-platformer, Cuphead. The application utilizes velocity and gravity effects for movement along with hit detection to manage the health system. In the future, I plan to add hit effects to clearly show when an entity has been damaged.
Technologies
JavaScript (Canvas)
HTML
CSS
Back