log src/creep.c @ 20:51a0972fcf76

age author description
Sun, 12 Jan 2014 22:43:03 -0800 Michael Pavone Move some tilemap/distance stuff out of creep.c and main.c into a separate source file
Sun, 12 Jan 2014 22:05:12 -0800 Michael Pavone Skip diagonals when calculating distance
Sun, 12 Jan 2014 18:16:51 -0800 Mike Pavone Creeps now move towards the goal
Sun, 12 Jan 2014 17:19:42 -0800 Mike Pavone Make cursor and creeps play nice
Sun, 12 Jan 2014 17:05:53 -0800 Mike Pavone Calculate distances from goal for all passible points for pathfinding purposes
Sun, 12 Jan 2014 16:03:33 -0800 Mike Pavone Forgot to add creep.c