1
edit
Changes
no edit summary
==Goals& Schedule==<ul> <li>Develop a simple 2D or 3D game using in Processing</li> <li>9-11 Examples and exercises</li> <li>11-12 Work, experiment, collaborate</li></ul>
Flying side-scroller<br />
[http://en.wikipedia.org/wiki/Sokoban Sokoban]<br />
==Gotchas==
<ul><li>Integer/Integer division println(5/2) v.s. println(5/2.0)</li>
<li>NPOT (Non Power of Two) textures will not load in 3D</li>
</ul>