summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-15Updated brain from initial trainingJustin Worthe
2015-08-14Merge branch 'master' of bitbucket.org:JWorthe/spacebotJustin Worthe
2015-08-14Added missing sensorsJustin Worthe
2015-08-13Added new files to project fileJustin Worthe
2015-08-12Changing how gamestate is interpreted into networkJustin Worthe
2015-08-02Changed network innards to use mapsJustin Worthe
2015-08-02Reading brain in from a fileJustin Worthe
2015-08-01Reading network from fileJustin Worthe
2015-08-01First integration testJustin Worthe
2015-08-01Implemented structure of networkJustin Worthe
2015-07-31Constructed nodesJustin Worthe
2015-07-27Added test and abstract neural nodeJustin Worthe
2015-07-27Added interface for neural networkJustin Worthe
2015-06-14Added script for rebuilding on every file changeJustin Worthe
2015-06-12Renamed to spacebotJustin Worthe
2015-06-12Updated project fileJustin Worthe
2015-06-12Updated compile and run scriptsJustin Worthe
2015-06-12Added new testsJustin Worthe
2015-06-08Started adding test for reading game stateJustin Worthe
2015-06-08Added build for test projectJustin Worthe
2015-06-06Refactored reading in game state fileJustin Worthe
2015-06-06Fixed indentation to be all spacesJustin Worthe
2015-06-06Added logging of other objects in game stateJustin Worthe
2015-06-06Abstracted game objects into an entity base classJustin Worthe
2015-06-03Moved mapping move to string to its own fileJustin Worthe
2015-06-03Added remaining objects for game stateJustin Worthe
2015-06-03Started reading of gamestateJustin Worthe
2015-06-03Merge branch 'master' of bitbucket.org:JWorthe/spacebotJustin Worthe
2015-06-03Passed argument straight into spacebotJustin Worthe
2015-06-03Added proper vs projects fileJustin Worthe
2015-06-03Removed bad vcxproj filesJustin Worthe
2015-06-03Added gamestate objectJustin Worthe
2015-05-31Merge branch 'master' of bitbucket.org:JWorthe/spacebotJustin Worthe
2015-05-31Added some domain objectsJustin Worthe
2015-05-30Initial visual studio project filesJustin Worthe
2015-05-25Made output randomJustin Worthe
2015-05-24Base botJustin Worthe
2015-05-19Initial commitJustin Worthe
2013-12-12Create README.mdJustin Worthe
2013-11-14Removed logging outputJustin Worthe
2013-11-10Fixed issue when trying to move left/right while in middleJustin Worthe
Also made a change to the x distance for a bullet to be seen as 'my' bullet. This is to compensate for the new issue of a tank moving in to the middle of the field, messing up the original assumptions about how far apart they would be.
2013-11-10Experimental new method of going straight to center and then shooting forwardsJustin Worthe
Does not really work on the map it was intended for :( Still, might be useful.
2013-11-03Updated timing to use relative time rather than absolute time for sleepingJustin Worthe
2013-10-27Added awareness of last action, and turning to try to avoid obstaclesJustin Worthe
2013-10-20Removed duplicate wsdlJustin Worthe
2013-10-20Removed unneeded (and commented) event handling codeJustin Worthe
2013-10-20Fixed off-by-two errorJustin Worthe
2013-10-20Fixed giving commands to dead tanksJustin Worthe
2013-10-20Refactored project to have separate AIAgents for each tankJustin Worthe
2013-10-14Initial commit with the Mono Rot BotJustin Worthe