HTML and CSS Reference
In-Depth Information
Your Hotshot objectives
This project consists of the following tasks:
F Designing the game's user interface
F Placing the iles and grid in the city layer
F Choosing which building to build
F Placing buildings on the floor
F Growing buildings
F Generaing coins and diamonds
F Collecing pop-up diamonds
F Saving and loading game progress
Mission checklist
We need the EaselJS and TweenJS library code. Before we start the project, we have to
download these library code from http://CreateJS.com , or from the code bundle.
Designing the game's user interface
In this task, we will set up the project and create the essenial interface elements.
Prepare for lift off
The first thing we will do is create our project directory with the following file structure:
index.html
styles/game.css
scripts/game.js
vendors/easeljs-0.7.1.min.js
vendors/tweenjs-0.5.1.min.js
images/
 
Search WWH ::




Custom Search