TWiki . Team3 .
SeanGoKartLog
11 November 2004
Reviewed C# tutorials on CodeProject.com.
Created a very simple "Hello World"-style program to familiarize myself with C# programming.
Extended John's basic-physics prototype.
Added a second Kart.
Abstracted the Kart class and implemented P1Kart and P2Kart.
Created a simple InputHandler class to deal with controls for two Karts.
Created a CollisionHandler class that will detect and respond to collision events.
Implemented a Kart-Kart collision algorithm based on a single bounding-sphere per Kart.
Created a (temporary) Scenery class to improve the testing environment.
Tested and debugged the CollisionHandler.
-----
Revision r1.1 - 12 Nov 2004 - 19:12 GMT -
SeanBouchard
Copyright © 1999-2003 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send
feedback.