/BallDodgeGame

2D game where you must dodge an increasing number of colliding balls

Primary LanguageJavaScript

BallDodgeGame

check it out here

Overview

This is a simple 2D game in which the player is a blue circle and must collect all the yellow balls before proceeding to the finish zone. Each level progresses by adding an additional black ball that must be avoided

Purpose

This project was made to practice the concepts learned in the free Eloquent JavaScript textbook. The jumping off point for this project comes from chapter 16 where the author makes their own 2D game using the canvas element. This project is organized similarly to the one found in the linked chapter and some of the code is re-used.