NOTE: Our December 1st meeting will be held at the St. Charles Public Library. We will meet at the usual time 5:45PM to 7:45PM
Agenda
- Fix the Jelly Wobbly Gravity game! With the book’s original code, the character won’t move…the jellies are all dropping in the same line and splattering before hitting the floor…the character isn’t able to get sick from the jellies because the “collisions” have no effect. Let’s help The Dude enjoy (or not) his fill of jellies!
- Make your own changes to any part of the game and/or to your site’s home page
- We can do some changes as a group if there are suggestions and desire to do that
- We can help each other with updates to individual pages
Resources
To copy the JavaScript file with all the bug fixes:
- Go to the file on GitHub: Wobbly Jelly Gravity Corrected JavaScript
- Click the “Raw” button when viewing the file
- Right-click and select “save as” to save it to your machine
- Upload the saved file to your project in Cloud9 and swap it for the “bad” JavaScript. Detailed instructions for doing that are in the debugging document in the below link
Detailed notes for the debugging exercise and concepts:
A working version of the game: Jelly Gravity