/OOPgame

Jump to collect coins, but beware of obstacles! A pair-programming project using only Object Oriented Programming to build an interactive game in JS and Canvas.

Primary LanguageJavaScript

Game Hackathon

We had two days to plan and build a game in JavaScript using Object Oriented Programming architecture. In a pair, we completed this project in week 5 of the School of Code bootcamp to practice hands on with JavaScript, OOP, classes and canvas. We really pushed ourselves and set a challenge to build an interactive coin collecting game. We faced issues with Canvas and OOP classes, but overcame them with a lot of debugging.

Play the game!

https://coin-collect.netlify.app/

Run the game locally

  1. clone the repo.
  2. copy the path of the HTML file and run it in your browser.