P4Games at MLK
Assignments
Submitted by leut on Tue, 07/01/2008 - 7:17amHere is a list of programming assignments.
- GameState Step1. Goal: to learn how to write the code that drives game state changes.
- GameState Step2. Goal: to learn how to write the code that drives game state changes.
- Animation. Goal: to learn how to support multiple levels with game states.
Scenario Examples
Submitted by leut on Thu, 06/26/2008 - 12:50pm
Attached here are a few example scenarios.
We suggest you go through them in this order:
- BackForth_1.zip: Demos simple back and for actor movement with hard coded boundaries.
- BackForth_2.zip: Adds methods "CanMoveLeft() and CanMoveRight() which checkthe boundaries using getWorld().getWidth() instead of hardcoding a specific value.
Programming Text (2008)
Submitted by leut on Thu, 06/26/2008 - 12:37pmThis page has (will have) all the programming chapters attached.
»