So after a lot of reading and researching about html, CSS, JavaScript and jquery I was able to combine and add jquery event listeners to the examples in out textbook Making Isometric Social Real-Time Games with HTML5 CSS3 and JavaScript. I also considered game ideas that could be built off this code base. Thanks to Gary for the mouse wheel plugin link.
Changes
- took out javascript <script> tags and put them in .js file — to make OO
- combined examples 13 and 14 — to make buildings and tool controls
- converted event handling to jquery — that is how we do
- changed images of tiles I created — possible idea brainstorming
To Do
- replace the style attribute manipulation on DOM elements
- make more modular — some stuff can be separated