Go to file
Fraser Graham cc248dc2fe adding a listing of all bot id's and health to each payload 2013-10-24 06:26:54 -07:00
.gitignore moved code out of awkward bots repo 2013-09-27 22:27:05 -07:00
control.go bugfix for incorrect logic in game creation 2013-10-18 23:56:06 -07:00
game.go adding a listing of all bot id's and health to each payload 2013-10-24 06:26:54 -07:00
id.go some clean up 2013-09-28 12:59:17 -07:00
id_test.go tests work for GOMAXPROCS>1 2013-08-28 22:16:55 -07:00
main.go moved a bunch of logic out of run and into functions of the game, for a cleaner separation of functionality. 2013-10-20 21:15:23 -07:00
player.go enabled player collisions 2013-10-21 09:28:50 -07:00
projectile.go collision work 2013-10-21 07:49:56 -07:00
protocol.go Convert to 32-bit to save space in the serialization 2013-10-19 00:00:51 -07:00
robot.go moved a bunch of logic out of run and into functions of the game, for a cleaner separation of functionality. 2013-10-20 21:15:23 -07:00
sample_packet.json adding a sample JSON packet for reference 2013-10-19 21:05:38 -07:00
spectator.go moved a bunch of logic out of run and into functions of the game, for a cleaner separation of functionality. 2013-10-20 21:15:23 -07:00
splosion.go split splosions and projectiles into separate files 2013-10-20 20:54:19 -07:00