Table of Contents
Resources
- Processing, the main website for the language and environment we're using to make games
- Open Processing, a website where people upload cool code snippets in Processing. You are welcome to use others' code in your projects, but please make sure you understand it well enough to explain it to explain to an instructor what it's doing.
Code Snippets
These are useful bits of code that people want to be able to use in their projects.
- Advanced Side Scrolling – read and understand the simple example first!
Game Design Resources
Game Coding Resources
* Game Physics, a flash demonstration of physics concepts (velocity, acceleration, gravity, jumping, and projectiles).