> > |
1 December 2004
- Added spinning to kart, wall, and projectile collision response.
- Tested and debugged spinning.
- Tweaked collision response.
- Tweaked the AI logic.
- Revised "arcing" projectile model.
30 November 2004
- Implemented a "safe point" system.
- Rewrote collision response to implement the "safe point" system.
- Created a "spin" model for the karts.
28 November 2004
- Started planning the "safe point" system of collision response.
- Scrapped the "spinout" model, began planning the "spin" model.
26 November 2004
- Created a "spinout" model.
- Linked the kart's spinout to its KartInputHandler.
- Attempted to use a timer to control the kart's spinout.
- Tested, debugged, and revised the timer control of the spinout.
25 November 2004
- Created the AiGameObserver and AiKart classes.
- Implemented AI logic.
- Implemented AI opponents.
|