November 15, 2003

zombie sim, code from 11/14

this is the revised source code which we used last night to walk around campus. the code has not been optimized and the game hasnt obviously been completely constructed. it does, however, allow you to hook up a garmin to the serial port and walk around - it redraws the players cursor as you move in space.

the gps coordinates are set in the top of the code as x_min, x_max, y_min, y_max. plug in your own gps coordinates and give it a whirl in a rectangle of your choosing.

source

Posted by tripp at November 15, 2003 01:13 PM



Comments

Actually... this code still has the longitude and latitude flipped. Remember: x is longitude and y is latitude (like a "ladder" it goes up).

Posted by: kurt at November 22, 2003 08:59 PM