Chapter 5. Building an Isometric City Game
We created a canvas-based game in the last project. We will continue working on canvas and CreateJS library in this project. We are going to create a game where players build their own city. We give the city depth by using an isometric projection, the so-called 2.5D world. We also will learn more essential CreateJS techniques that help us build canvas-based games.