├── .gitignore ├── LICENSE ├── README.md ├── Source ├── AbstractGroup.h ├── AbstractOrder.h ├── ActionGenerator.cpp ├── ActionGenerator.h ├── ActionProbabilities.h ├── CombatInfo.h ├── CombatSimDecreased.cpp ├── CombatSimDecreased.h ├── CombatSimLanchester.cpp ├── CombatSimLanchester.h ├── CombatSimSustained.cpp ├── CombatSimSustained.h ├── CombatSimulator.cpp ├── CombatSimulator.h ├── EvaluationFunction.cpp ├── EvaluationFunction.h ├── GameNode.cpp ├── GameNode.h ├── GameState.cpp ├── GameState.h ├── MCTSCD.cpp ├── MCTSCD.h ├── Negamax.h ├── RegionManager.cpp ├── RegionManager.h ├── TargetSorting.cpp ├── TargetSorting.h ├── UnitInfoStatic.cpp ├── UnitInfoStatic.h ├── stdafx.cpp ├── stdafx.h └── targetver.h ├── StarAlgo.sdf ├── StarAlgo.sln ├── StarAlgo.v12.suo ├── StarAlgo.vcxproj ├── StarAlgo.vcxproj.filters ├── StarAlgo.vcxproj.user ├── examples └── UAlbertaBot with StarAlgo │ ├── BOSS │ ├── .gitignore │ ├── Makefile │ ├── Qt │ │ ├── BOSSGUI.pro │ │ ├── Protoss_Probe.ico │ │ ├── main.cpp │ │ ├── mainwindow.cpp │ │ ├── mainwindow.h │ │ └── mainwindow.ui │ ├── VisualStudio │ │ ├── BOSS.sln │ │ ├── BOSS.vcxproj │ │ ├── BOSS.vcxproj.filters │ │ ├── BOSS_combatsearch.vcxproj │ │ ├── BOSS_main.psess │ │ ├── BOSS_main.vcxproj │ │ └── BOSS_main.vcxproj.filters │ ├── bin │ │ ├── buildorders │ │ │ ├── Protoss_DarkTemplarRush.txt │ │ │ ├── Protoss_DragoonRange.txt │ │ │ ├── Terran_TankPush.txt │ │ │ ├── Zerg_2HatchHydra.txt │ │ │ └── Zerg_3HatchMuta.txt │ │ └── images │ │ │ ├── command_icons │ │ │ ├── Adrenal_Glands.png │ │ │ ├── Anabolic_Synthesis.png │ │ │ ├── Antennae.png │ │ │ ├── Apial_Sensors.png │ │ │ ├── Apollo_Reactor.png │ │ │ ├── Argus_Jewel.png │ │ │ ├── Argus_Talisman.png │ │ │ ├── Burrowing.png │ │ │ ├── Caduceus_Reactor.png │ │ │ ├── Carrier_Capacity.png │ │ │ ├── Charon_Boosters.png │ │ │ ├── Chitinous_Plating.png │ │ │ ├── Cloaking_Field.png │ │ │ ├── Colossus_Reactor.png │ │ │ ├── Command_Attack.png │ │ │ ├── Command_Build_Advanced_Structure.png │ │ │ ├── Command_Build_Basic_Structure.png │ │ │ ├── Command_Gather.png │ │ │ ├── Command_Halt_Construction.png │ │ │ ├── Command_Hold_Position.png │ │ │ ├── Command_Load.png │ │ │ ├── Command_Move.png │ │ │ ├── Command_Patrol.png │ │ │ ├── Command_Repair.png │ │ │ ├── Command_Return_Cargo.png │ │ │ ├── Command_Set_Rally_Point.png │ │ │ ├── Command_Spider_Mine.png │ │ │ ├── Command_Stop.png │ │ │ ├── Command_Unload.png │ │ │ ├── Consume.png │ │ │ ├── Dark_Swarm.png │ │ │ ├── Defensive_Matrix.png │ │ │ ├── Disruption_Web.png │ │ │ ├── EMP_Shockwave.png │ │ │ ├── Ensnare.png │ │ │ ├── Feedback.png │ │ │ ├── Fusion_Cutter.png │ │ │ ├── Gamete_Meiosis.png │ │ │ ├── Gauss_Rifle.png │ │ │ ├── Gravitic_Boosters.png │ │ │ ├── Gravitic_Drive.png │ │ │ ├── Gravitic_Thrusters.png │ │ │ ├── Grooved_Spines.png │ │ │ ├── Hallucination.png │ │ │ ├── Heal.png │ │ │ ├── Infest_Command_Center.png │ │ │ ├── Ion_Thrusters.png │ │ │ ├── Irradiate.png │ │ │ ├── Khaydarin_Amulet.png │ │ │ ├── Khaydarin_Core.png │ │ │ ├── Land.png │ │ │ ├── Leg_Enhancements.png │ │ │ ├── Lift_Off.png │ │ │ ├── Lockdown.png │ │ │ ├── Lurker_Aspect.png │ │ │ ├── Maelstrom.png │ │ │ ├── Metabolic_Boost.png │ │ │ ├── Metasynaptic_Node.png │ │ │ ├── Mind_Control.png │ │ │ ├── Moebius_Reactor.png │ │ │ ├── Muscular_Augments.png │ │ │ ├── Nuclear_Strike.png │ │ │ ├── Ocular_Implants.png │ │ │ ├── Optical_Flare.png │ │ │ ├── Parasite.png │ │ │ ├── Personnel_Cloaking.png │ │ │ ├── Plague.png │ │ │ ├── Pneumatized_Carapace.png │ │ │ ├── Protoss_Air_Armor.png │ │ │ ├── Protoss_Air_Weapons.png │ │ │ ├── Protoss_Ground_Armor.png │ │ │ ├── Protoss_Ground_Weapons.png │ │ │ ├── Protoss_Plasma_Shields.png │ │ │ ├── Psionic_Storm.png │ │ │ ├── Reaver_Capacity.png │ │ │ ├── Recall.png │ │ │ ├── Restoration.png │ │ │ ├── Scanner_Sweep.png │ │ │ ├── Scarab_Damage.png │ │ │ ├── Sensor_Array.png │ │ │ ├── Singularity_Charge.png │ │ │ ├── Spawn_Broodlings.png │ │ │ ├── Spider_Mines.png │ │ │ ├── Stasis_Field.png │ │ │ ├── Stim_Packs.png │ │ │ ├── Tank_Siege_Mode.png │ │ │ ├── Tank_Tank_Mode.png │ │ │ ├── Terran_Infantry_Armor.png │ │ │ ├── Terran_Infantry_Weapons.png │ │ │ ├── Terran_Ship_Plating.png │ │ │ ├── Terran_Ship_Weapons.png │ │ │ ├── Terran_Vehicle_Plating.png │ │ │ ├── Terran_Vehicle_Weapons.png │ │ │ ├── Titan_Reactor.png │ │ │ ├── U_238_Shells.png │ │ │ ├── Unburrow.png │ │ │ ├── Ventral_Sacs.png │ │ │ ├── Vulture_Mine.png │ │ │ ├── Yamato_Gun.png │ │ │ ├── Zerg_Carapace.png │ │ │ ├── Zerg_Flyer_Attacks.png │ │ │ ├── Zerg_Flyer_Carapace.png │ │ │ ├── Zerg_Melee_Attacks.png │ │ │ ├── Zerg_Missile_Attacks.png │ │ │ ├── fix.bat │ │ │ └── incomplete │ │ │ │ ├── Mind_Control (2).png │ │ │ │ ├── cmdicons000.png │ │ │ │ ├── cmdicons001.png │ │ │ │ ├── cmdicons002.png │ │ │ │ ├── cmdicons003.png │ │ │ │ ├── cmdicons004.png │ │ │ │ ├── cmdicons005.png │ │ │ │ ├── cmdicons007.png │ │ │ │ ├── cmdicons008.png │ │ │ │ ├── cmdicons009.png │ │ │ │ ├── cmdicons010.png │ │ │ │ ├── cmdicons011.png │ │ │ │ ├── cmdicons012.png │ │ │ │ ├── cmdicons013.png │ │ │ │ ├── cmdicons014.png │ │ │ │ ├── cmdicons015.png │ │ │ │ ├── cmdicons016.png │ │ │ │ ├── cmdicons018.png │ │ │ │ ├── cmdicons025.png │ │ │ │ ├── cmdicons035.png │ │ │ │ ├── cmdicons036.png │ │ │ │ ├── cmdicons037.png │ │ │ │ ├── cmdicons038.png │ │ │ │ ├── cmdicons039.png │ │ │ │ ├── cmdicons041.png │ │ │ │ ├── cmdicons042.png │ │ │ │ ├── cmdicons043.png │ │ │ │ ├── cmdicons044.png │ │ │ │ ├── cmdicons045.png │ │ │ │ ├── cmdicons046.png │ │ │ │ ├── cmdicons047.png │ │ │ │ ├── cmdicons050.png │ │ │ │ ├── cmdicons051.png │ │ │ │ ├── cmdicons059.png │ │ │ │ ├── cmdicons064.png │ │ │ │ ├── cmdicons065.png │ │ │ │ ├── cmdicons066.png │ │ │ │ ├── cmdicons067.png │ │ │ │ ├── cmdicons068.png │ │ │ │ ├── cmdicons069.png │ │ │ │ ├── cmdicons070.png │ │ │ │ ├── cmdicons071.png │ │ │ │ ├── cmdicons072.png │ │ │ │ ├── cmdicons073.png │ │ │ │ ├── cmdicons074.png │ │ │ │ ├── cmdicons081.png │ │ │ │ ├── cmdicons084.png │ │ │ │ ├── cmdicons085.png │ │ │ │ ├── cmdicons087.png │ │ │ │ ├── cmdicons089.png │ │ │ │ ├── cmdicons090.png │ │ │ │ ├── cmdicons091.png │ │ │ │ ├── cmdicons092.png │ │ │ │ ├── cmdicons093.png │ │ │ │ ├── cmdicons095.png │ │ │ │ ├── cmdicons101.png │ │ │ │ ├── cmdicons106.png │ │ │ │ ├── cmdicons107.png │ │ │ │ ├── cmdicons108.png │ │ │ │ ├── cmdicons109.png │ │ │ │ ├── cmdicons110.png │ │ │ │ ├── cmdicons111.png │ │ │ │ ├── cmdicons112.png │ │ │ │ ├── cmdicons113.png │ │ │ │ ├── cmdicons114.png │ │ │ │ ├── cmdicons115.png │ │ │ │ ├── cmdicons116.png │ │ │ │ ├── cmdicons117.png │ │ │ │ ├── cmdicons118.png │ │ │ │ ├── cmdicons119.png │ │ │ │ ├── cmdicons120.png │ │ │ │ ├── cmdicons121.png │ │ │ │ ├── cmdicons122.png │ │ │ │ ├── cmdicons123.png │ │ │ │ ├── cmdicons124.png │ │ │ │ ├── cmdicons125.png │ │ │ │ ├── cmdicons126.png │ │ │ │ ├── cmdicons127.png │ │ │ │ ├── cmdicons130.png │ │ │ │ ├── cmdicons131.png │ │ │ │ ├── cmdicons132.png │ │ │ │ ├── cmdicons133.png │ │ │ │ ├── cmdicons134.png │ │ │ │ ├── cmdicons135.png │ │ │ │ ├── cmdicons136.png │ │ │ │ ├── cmdicons137.png │ │ │ │ ├── cmdicons138.png │ │ │ │ ├── cmdicons139.png │ │ │ │ ├── cmdicons140.png │ │ │ │ ├── cmdicons141.png │ │ │ │ ├── cmdicons142.png │ │ │ │ ├── cmdicons143.png │ │ │ │ ├── cmdicons144.png │ │ │ │ ├── cmdicons146.png │ │ │ │ ├── cmdicons147.png │ │ │ │ ├── cmdicons148.png │ │ │ │ ├── cmdicons149.png │ │ │ │ ├── cmdicons150.png │ │ │ │ ├── cmdicons151.png │ │ │ │ ├── cmdicons154.png │ │ │ │ ├── cmdicons155.png │ │ │ │ ├── cmdicons156.png │ │ │ │ ├── cmdicons157.png │ │ │ │ ├── cmdicons159.png │ │ │ │ ├── cmdicons160.png │ │ │ │ ├── cmdicons161.png │ │ │ │ ├── cmdicons162.png │ │ │ │ ├── cmdicons163.png │ │ │ │ ├── cmdicons164.png │ │ │ │ ├── cmdicons165.png │ │ │ │ ├── cmdicons166.png │ │ │ │ ├── cmdicons167.png │ │ │ │ ├── cmdicons168.png │ │ │ │ ├── cmdicons169.png │ │ │ │ ├── cmdicons170.png │ │ │ │ ├── cmdicons171.png │ │ │ │ ├── cmdicons172.png │ │ │ │ ├── cmdicons173.png │ │ │ │ ├── cmdicons174.png │ │ │ │ ├── cmdicons175.png │ │ │ │ ├── cmdicons176.png │ │ │ │ ├── cmdicons177.png │ │ │ │ ├── cmdicons178.png │ │ │ │ ├── cmdicons188.png │ │ │ │ ├── cmdicons189.png │ │ │ │ ├── cmdicons194.png │ │ │ │ ├── cmdicons195.png │ │ │ │ ├── cmdicons196.png │ │ │ │ ├── cmdicons197.png │ │ │ │ ├── cmdicons200.png │ │ │ │ ├── cmdicons212.png │ │ │ │ ├── cmdicons213.png │ │ │ │ ├── cmdicons214.png │ │ │ │ ├── cmdicons215.png │ │ │ │ ├── cmdicons216.png │ │ │ │ ├── cmdicons217.png │ │ │ │ ├── cmdicons218.png │ │ │ │ ├── cmdicons219.png │ │ │ │ ├── cmdicons220.png │ │ │ │ ├── cmdicons239.png │ │ │ │ ├── cmdicons244.png │ │ │ │ ├── cmdicons253.png │ │ │ │ ├── cmdicons257.png │ │ │ │ ├── cmdicons258.png │ │ │ │ ├── cmdicons269.png │ │ │ │ ├── cmdicons272.png │ │ │ │ ├── cmdicons273.png │ │ │ │ ├── cmdicons279.png │ │ │ │ ├── cmdicons308.png │ │ │ │ ├── cmdicons324.png │ │ │ │ ├── cmdicons325.png │ │ │ │ ├── cmdicons326.png │ │ │ │ ├── cmdicons327.png │ │ │ │ ├── cmdicons328.png │ │ │ │ ├── cmdicons330.png │ │ │ │ ├── cmdicons331.png │ │ │ │ ├── cmdicons333.png │ │ │ │ ├── cmdicons334.png │ │ │ │ ├── cmdicons335.png │ │ │ │ ├── cmdicons336.png │ │ │ │ ├── cmdicons337.png │ │ │ │ ├── cmdicons339.png │ │ │ │ ├── cmdicons340.png │ │ │ │ ├── cmdicons341.png │ │ │ │ ├── cmdicons344.png │ │ │ │ ├── cmdicons345.png │ │ │ │ ├── cmdicons346.png │ │ │ │ ├── cmdicons347.png │ │ │ │ ├── cmdicons348.png │ │ │ │ ├── cmdicons349.png │ │ │ │ ├── cmdicons350.png │ │ │ │ ├── cmdicons351.png │ │ │ │ ├── cmdicons354.png │ │ │ │ ├── cmdicons355.png │ │ │ │ ├── cmdicons356.png │ │ │ │ ├── cmdicons359.png │ │ │ │ ├── cmdicons360.png │ │ │ │ ├── cmdicons361.png │ │ │ │ ├── cmdicons362.png │ │ │ │ ├── cmdicons363.png │ │ │ │ ├── cmdicons366.png │ │ │ │ ├── cmdicons368.png │ │ │ │ ├── cmdicons370.png │ │ │ │ ├── cmdicons374.png │ │ │ │ ├── cmdicons375.png │ │ │ │ ├── cmdicons377.png │ │ │ │ └── cmdicons382.png │ │ │ ├── fonts │ │ │ └── alpha_trans.png │ │ │ ├── ground │ │ │ ├── ground.png │ │ │ ├── ground1.png │ │ │ ├── ground2.png │ │ │ └── ground3.png │ │ │ └── units │ │ │ ├── Protoss_Arbiter.png │ │ │ ├── Protoss_Arbiter_Tribunal.png │ │ │ ├── Protoss_Archon.png │ │ │ ├── Protoss_Assimilator.png │ │ │ ├── Protoss_Carrier.png │ │ │ ├── Protoss_Citadel_of_Adun.png │ │ │ ├── Protoss_Corsair.png │ │ │ ├── Protoss_Cybernetics_Core.png │ │ │ ├── Protoss_Dark_Archon.png │ │ │ ├── Protoss_Dark_Templar.png │ │ │ ├── Protoss_Dragoon.png │ │ │ ├── Protoss_Fleet_Beacon.png │ │ │ ├── Protoss_Forge.png │ │ │ ├── Protoss_Gateway.png │ │ │ ├── Protoss_High_Templar.png │ │ │ ├── Protoss_Nexus.png │ │ │ ├── Protoss_Observatory.png │ │ │ ├── Protoss_Observer.png │ │ │ ├── Protoss_Photon_Cannon.png │ │ │ ├── Protoss_Probe.png │ │ │ ├── Protoss_Pylon.png │ │ │ ├── Protoss_Reaver.png │ │ │ ├── Protoss_Robotics_Facility.png │ │ │ ├── Protoss_Robotics_Support_Bay.png │ │ │ ├── Protoss_Scout.png │ │ │ ├── Protoss_Shield_Battery.png │ │ │ ├── Protoss_Shuttle.png │ │ │ ├── Protoss_Stargate.png │ │ │ ├── Protoss_Templar_Archives.png │ │ │ ├── Protoss_Zealot.png │ │ │ ├── Resource_Mineral_Field.png │ │ │ ├── Resource_Vespene_Geyser.png │ │ │ ├── Terran_Academy.png │ │ │ ├── Terran_Arbiter_Tribunal.png │ │ │ ├── Terran_Armory.png │ │ │ ├── Terran_Barracks.png │ │ │ ├── Terran_Battlecruiser.png │ │ │ ├── Terran_Bunker.png │ │ │ ├── Terran_Command_Center.png │ │ │ ├── Terran_Comsat_Station.png │ │ │ ├── Terran_Control_Tower.png │ │ │ ├── Terran_Covert_Ops.png │ │ │ ├── Terran_Dropship.png │ │ │ ├── Terran_Engineering_Bay.png │ │ │ ├── Terran_Factory.png │ │ │ ├── Terran_Firebat.png │ │ │ ├── Terran_Ghost.png │ │ │ ├── Terran_Goliath.png │ │ │ ├── Terran_Machine_Shop.png │ │ │ ├── Terran_Marine.png │ │ │ ├── Terran_Medic.png │ │ │ ├── Terran_Missile_Turret.png │ │ │ ├── Terran_Nuclear_Silo.png │ │ │ ├── Terran_Physics_Lab.png │ │ │ ├── Terran_Refinery.png │ │ │ ├── Terran_SCV - Copy.png │ │ │ ├── Terran_SCV.png │ │ │ ├── Terran_Science_Facility.png │ │ │ ├── Terran_Science_Vessel.png │ │ │ ├── Terran_Siege_Tank_Siege_Mode.png │ │ │ ├── Terran_Siege_Tank_Tank_Mode.png │ │ │ ├── Terran_Starport.png │ │ │ ├── Terran_Supply_Depot.png │ │ │ ├── Terran_Valkyrie.png │ │ │ ├── Terran_Vulture.png │ │ │ ├── Terran_Wraith.png │ │ │ ├── Zerg_Creep_Colony.png │ │ │ ├── Zerg_Defiler.png │ │ │ ├── Zerg_Defiler_Mound.png │ │ │ ├── Zerg_Devourer.png │ │ │ ├── Zerg_Drone.png │ │ │ ├── Zerg_Evolution_Chamber.png │ │ │ ├── Zerg_Extractor.png │ │ │ ├── Zerg_Greater_Spire.png │ │ │ ├── Zerg_Guardian.png │ │ │ ├── Zerg_Hatchery.png │ │ │ ├── Zerg_Hive.png │ │ │ ├── Zerg_Hydralisk.png │ │ │ ├── Zerg_Hydralisk_Den.png │ │ │ ├── Zerg_Infested_Terran.png │ │ │ ├── Zerg_Lair.png │ │ │ ├── Zerg_Larva.png │ │ │ ├── Zerg_Lurker.png │ │ │ ├── Zerg_Mutalisk.png │ │ │ ├── Zerg_Nydus_Canal.png │ │ │ ├── Zerg_Overlord.png │ │ │ ├── Zerg_Queen.png │ │ │ ├── Zerg_Queens_Nest.png │ │ │ ├── Zerg_Scourge.png │ │ │ ├── Zerg_Spawning_Pool.png │ │ │ ├── Zerg_Spire.png │ │ │ ├── Zerg_Spore_Colony.png │ │ │ ├── Zerg_Sunken_Colony.png │ │ │ ├── Zerg_Ultralisk.png │ │ │ ├── Zerg_Ultralisk_Cavern.png │ │ │ ├── Zerg_Zergling.png │ │ │ └── fix.bat │ ├── emscripten │ │ ├── BOSS.html │ │ ├── BOSS2.html │ │ ├── config.html │ │ └── config.txt │ ├── make_windows.bat │ └── source │ │ ├── ActionInProgress.cpp │ │ ├── ActionInProgress.h │ │ ├── ActionSet.cpp │ │ ├── ActionSet.h │ │ ├── ActionType.cpp │ │ ├── ActionType.h │ │ ├── ActionTypeData.cpp │ │ ├── ActionTypeData.h │ │ ├── Array.hpp │ │ ├── BOSS.cpp │ │ ├── BOSS.h │ │ ├── BOSSAssert.cpp │ │ ├── BOSSAssert.h │ │ ├── BOSSException.cpp │ │ ├── BOSSException.h │ │ ├── BOSSExperiments.cpp │ │ ├── BOSSExperiments.h │ │ ├── BOSSLogger.cpp │ │ ├── BOSSLogger.h │ │ ├── BOSSParameters.cpp │ │ ├── BOSSParameters.h │ │ ├── BOSSPlotBuildOrders.cpp │ │ ├── BOSSPlotBuildOrders.h │ │ ├── BOSS_main.cpp │ │ ├── BaseTypes.h │ │ ├── BuildOrder.cpp │ │ ├── BuildOrder.h │ │ ├── BuildOrderPlot.cpp │ │ ├── BuildOrderPlot.h │ │ ├── BuildOrderSearchGoal.cpp │ │ ├── BuildOrderSearchGoal.h │ │ ├── BuildOrderTester.cpp │ │ ├── BuildOrderTester.h │ │ ├── BuildingData.cpp │ │ ├── BuildingData.h │ │ ├── CImg │ │ └── CImg.h │ │ ├── CombatSearch.cpp │ │ ├── CombatSearch.h │ │ ├── CombatSearchExperiment.cpp │ │ ├── CombatSearchExperiment.h │ │ ├── CombatSearchParameters.cpp │ │ ├── CombatSearchParameters.h │ │ ├── CombatSearchResults.cpp │ │ ├── CombatSearchResults.h │ │ ├── CombatSearch_BestResponse.cpp │ │ ├── CombatSearch_BestResponse.h │ │ ├── CombatSearch_BestResponseData.cpp │ │ ├── CombatSearch_BestResponseData.h │ │ ├── CombatSearch_Bucket.cpp │ │ ├── CombatSearch_Bucket.h │ │ ├── CombatSearch_BucketData.cpp │ │ ├── CombatSearch_BucketData.h │ │ ├── CombatSearch_Integral.cpp │ │ ├── CombatSearch_Integral.h │ │ ├── CombatSearch_IntegralData.cpp │ │ ├── CombatSearch_IntegralData.h │ │ ├── Common.h │ │ ├── Constants.cpp │ │ ├── Constants.h │ │ ├── DFBB_BuildOrderSearchParameters.cpp │ │ ├── DFBB_BuildOrderSearchParameters.h │ │ ├── DFBB_BuildOrderSearchResults.cpp │ │ ├── DFBB_BuildOrderSearchResults.h │ │ ├── DFBB_BuildOrderSearchSaveState.cpp │ │ ├── DFBB_BuildOrderSearchSaveState.h │ │ ├── DFBB_BuildOrderSmartSearch.cpp │ │ ├── DFBB_BuildOrderSmartSearch.h │ │ ├── DFBB_BuildOrderStackSearch.cpp │ │ ├── DFBB_BuildOrderStackSearch.h │ │ ├── Eval.cpp │ │ ├── Eval.h │ │ ├── GameState.cpp │ │ ├── GameState.h │ │ ├── GraphViz.hpp │ │ ├── HatcheryData.cpp │ │ ├── HatcheryData.h │ │ ├── JSONTools.cpp │ │ ├── JSONTools.h │ │ ├── NaiveBuildOrderSearch.cpp │ │ ├── NaiveBuildOrderSearch.h │ │ ├── Position.hpp │ │ ├── PrerequisiteSet.cpp │ │ ├── PrerequisiteSet.h │ │ ├── StarCraftGUI.cpp │ │ ├── StarCraftGUI.h │ │ ├── Timer.hpp │ │ ├── Tools.cpp │ │ ├── Tools.h │ │ ├── UnitData.cpp │ │ ├── UnitData.h │ │ ├── deprecated │ │ ├── BOSSAssert.cpp │ │ ├── BOSSAssert.h │ │ ├── BOSSVisExperiment.cpp │ │ ├── BOSSVisExperiment.h │ │ ├── GUI.cpp │ │ ├── GUI.h │ │ ├── GUITools.cpp │ │ ├── GUITools.h │ │ └── bwapidata │ │ │ ├── README.txt │ │ │ └── include │ │ │ ├── AIModule.cpp │ │ │ ├── BWAPI.cpp │ │ │ ├── BWAPI.h │ │ │ ├── BWAPI │ │ │ ├── AIModule.h │ │ │ ├── Bitmap.h │ │ │ ├── Bullet.h │ │ │ ├── BulletType.h │ │ │ ├── Client.h │ │ │ ├── Client │ │ │ │ ├── BulletData.h │ │ │ │ ├── BulletImpl.h │ │ │ │ ├── Client.h │ │ │ │ ├── Command.h │ │ │ │ ├── CommandType.h │ │ │ │ ├── Event.h │ │ │ │ ├── ForceData.h │ │ │ │ ├── ForceImpl.h │ │ │ │ ├── GameData.h │ │ │ │ ├── GameImpl.h │ │ │ │ ├── PlayerData.h │ │ │ │ ├── PlayerImpl.h │ │ │ │ ├── Shape.h │ │ │ │ ├── ShapeType.h │ │ │ │ ├── UnitCommand.h │ │ │ │ ├── UnitData.h │ │ │ │ └── UnitImpl.h │ │ │ ├── Color.h │ │ │ ├── Constants.h │ │ │ ├── CoordinateType.h │ │ │ ├── DamageType.h │ │ │ ├── Error.h │ │ │ ├── Event.h │ │ │ ├── EventType.h │ │ │ ├── ExplosionType.h │ │ │ ├── Flag.h │ │ │ ├── Force.h │ │ │ ├── Game.h │ │ │ ├── GameType.h │ │ │ ├── Input.h │ │ │ ├── Latency.h │ │ │ ├── Order.h │ │ │ ├── Player.h │ │ │ ├── PlayerType.h │ │ │ ├── Position.h │ │ │ ├── Race.h │ │ │ ├── TechType.h │ │ │ ├── TilePosition.h │ │ │ ├── Unit.h │ │ │ ├── UnitCommand.h │ │ │ ├── UnitCommandType.h │ │ │ ├── UnitSizeType.h │ │ │ ├── UnitType.h │ │ │ ├── UpgradeType.h │ │ │ └── WeaponType.h │ │ │ ├── Bitmap.cpp │ │ │ ├── BulletType.cpp │ │ │ ├── Color.cpp │ │ │ ├── Common.cpp │ │ │ ├── Common.h │ │ │ ├── DamageType.cpp │ │ │ ├── Error.cpp │ │ │ ├── Event.cpp │ │ │ ├── ExplosionType.cpp │ │ │ ├── GameType.cpp │ │ │ ├── Order.cpp │ │ │ ├── PlayerType.cpp │ │ │ ├── Position.cpp │ │ │ ├── Race.cpp │ │ │ ├── TechType.cpp │ │ │ ├── TilePosition.cpp │ │ │ ├── UnitCommandType.cpp │ │ │ ├── UnitSizeType.cpp │ │ │ ├── UnitType.cpp │ │ │ ├── UpgradeType.cpp │ │ │ ├── Util │ │ │ ├── Bitmask.h │ │ │ ├── Exceptions.cpp │ │ │ ├── Exceptions.h │ │ │ ├── FileLogger.cpp │ │ │ ├── FileLogger.h │ │ │ ├── Foreach.h │ │ │ ├── Gnu.h │ │ │ ├── LogLevel.h │ │ │ ├── Logger.cpp │ │ │ ├── Logger.h │ │ │ ├── RectangleArray.h │ │ │ ├── RegionQuadTree.h │ │ │ ├── Strings.cpp │ │ │ ├── Strings.h │ │ │ ├── Types.h │ │ │ ├── sha1.cpp │ │ │ └── sha1.h │ │ │ └── WeaponType.cpp │ │ └── rapidjson │ │ ├── document.h │ │ ├── filestream.h │ │ ├── internal │ │ ├── pow10.h │ │ ├── stack.h │ │ └── strfunc.h │ │ ├── prettywriter.h │ │ ├── rapidjson.h │ │ ├── reader.h │ │ ├── stringbuffer.h │ │ └── writer.h │ ├── SparCraft │ ├── .gitignore │ ├── LINUX_HOW_TO_COMPILE.txt │ ├── Makefile │ ├── README.txt │ ├── VisualStudio │ │ ├── SparCraft.sln │ │ ├── SparCraft.vcxproj │ │ ├── SparCraft.vcxproj.filters │ │ ├── SparCraft_main.vcxproj │ │ ├── SparCraft_main.vcxproj.filters │ │ ├── bwapidata.vcxproj │ │ ├── bwapidata.vcxproj.filters │ │ └── set_environment_variables.bat │ ├── asset │ │ └── images │ │ │ ├── command_icons │ │ │ ├── Adrenal_Glands.png │ │ │ ├── Anabolic_Synthesis.png │ │ │ ├── Antennae.png │ │ │ ├── Apial_Sensors.png │ │ │ ├── Apollo_Reactor.png │ │ │ ├── Argus_Jewel.png │ │ │ ├── Argus_Talisman.png │ │ │ ├── Burrowing.png │ │ │ ├── Caduceus_Reactor.png │ │ │ ├── Carrier_Capacity.png │ │ │ ├── Charon_Boosters.png │ │ │ ├── Chitinous_Plating.png │ │ │ ├── Cloaking_Field.png │ │ │ ├── Colossus_Reactor.png │ │ │ ├── Command_Attack.png │ │ │ ├── Command_Build_Advanced_Structure.png │ │ │ ├── Command_Build_Basic_Structure.png │ │ │ ├── Command_Gather.png │ │ │ ├── Command_Halt_Construction.png │ │ │ ├── Command_Hold_Position.png │ │ │ ├── Command_Load.png │ │ │ ├── Command_Move.png │ │ │ ├── Command_Patrol.png │ │ │ ├── Command_Repair.png │ │ │ ├── Command_Return_Cargo.png │ │ │ ├── Command_Set_Rally_Point.png │ │ │ ├── Command_Spider_Mine.png │ │ │ ├── Command_Stop.png │ │ │ ├── Command_Unload.png │ │ │ ├── Consume.png │ │ │ ├── Dark_Swarm.png │ │ │ ├── Defensive_Matrix.png │ │ │ ├── Disruption_Web.png │ │ │ ├── EMP_Shockwave.png │ │ │ ├── Ensnare.png │ │ │ ├── Feedback.png │ │ │ ├── Fusion_Cutter.png │ │ │ ├── Gamete_Meiosis.png │ │ │ ├── Gauss_Rifle.png │ │ │ ├── Gravitic_Boosters.png │ │ │ ├── Gravitic_Drive.png │ │ │ ├── Gravitic_Thrusters.png │ │ │ ├── Grooved_Spines.png │ │ │ ├── Hallucination.png │ │ │ ├── Heal.png │ │ │ ├── Infest_Command_Center.png │ │ │ ├── Ion_Thrusters.png │ │ │ ├── Irradiate.png │ │ │ ├── Khaydarin_Amulet.png │ │ │ ├── Khaydarin_Core.png │ │ │ ├── Land.png │ │ │ ├── Leg_Enhancements.png │ │ │ ├── Lift_Off.png │ │ │ ├── Lockdown.png │ │ │ ├── Lurker_Aspect.png │ │ │ ├── Maelstrom.png │ │ │ ├── Metabolic_Boost.png │ │ │ ├── Metasynaptic_Node.png │ │ │ ├── Mind_Control.png │ │ │ ├── Moebius_Reactor.png │ │ │ ├── Muscular_Augments.png │ │ │ ├── Nuclear_Strike.png │ │ │ ├── Ocular_Implants.png │ │ │ ├── Optical_Flare.png │ │ │ ├── Parasite.png │ │ │ ├── Personnel_Cloaking.png │ │ │ ├── Plague.png │ │ │ ├── Pneumatized_Carapace.png │ │ │ ├── Protoss_Air_Armor.png │ │ │ ├── Protoss_Air_Weapons.png │ │ │ ├── Protoss_Ground_Armor.png │ │ │ ├── Protoss_Ground_Weapons.png │ │ │ ├── Protoss_Plasma_Shields.png │ │ │ ├── Psionic_Storm.png │ │ │ ├── Reaver_Capacity.png │ │ │ ├── Recall.png │ │ │ ├── Restoration.png │ │ │ ├── Scanner_Sweep.png │ │ │ ├── Scarab_Damage.png │ │ │ ├── Sensor_Array.png │ │ │ ├── Singularity_Charge.png │ │ │ ├── Spawn_Broodlings.png │ │ │ ├── Spider_Mines.png │ │ │ ├── Stasis_Field.png │ │ │ ├── Stim_Packs.png │ │ │ ├── Tank_Siege_Mode.png │ │ │ ├── Tank_Tank_Mode.png │ │ │ ├── Terran_Infantry_Armor.png │ │ │ ├── Terran_Infantry_Weapons.png │ │ │ ├── Terran_Ship_Plating.png │ │ │ ├── Terran_Ship_Weapons.png │ │ │ ├── Terran_Vehicle_Plating.png │ │ │ ├── Terran_Vehicle_Weapons.png │ │ │ ├── Titan_Reactor.png │ │ │ ├── U_238_Shells.png │ │ │ ├── Unburrow.png │ │ │ ├── Ventral_Sacs.png │ │ │ ├── Vulture_Mine.png │ │ │ ├── Yamato_Gun.png │ │ │ ├── Zerg_Carapace.png │ │ │ ├── Zerg_Flyer_Attacks.png │ │ │ ├── Zerg_Flyer_Carapace.png │ │ │ ├── Zerg_Melee_Attacks.png │ │ │ ├── Zerg_Missile_Attacks.png │ │ │ ├── fix.bat │ │ │ └── incomplete │ │ │ │ ├── Mind_Control (2).png │ │ │ │ ├── cmdicons000.png │ │ │ │ ├── cmdicons001.png │ │ │ │ ├── cmdicons002.png │ │ │ │ ├── cmdicons003.png │ │ │ │ ├── cmdicons004.png │ │ │ │ ├── cmdicons005.png │ │ │ │ ├── cmdicons007.png │ │ │ │ ├── cmdicons008.png │ │ │ │ ├── cmdicons009.png │ │ │ │ ├── cmdicons010.png │ │ │ │ ├── cmdicons011.png │ │ │ │ ├── cmdicons012.png │ │ │ │ ├── cmdicons013.png │ │ │ │ ├── cmdicons014.png │ │ │ │ ├── cmdicons015.png │ │ │ │ ├── cmdicons016.png │ │ │ │ ├── cmdicons018.png │ │ │ │ ├── cmdicons025.png │ │ │ │ ├── cmdicons035.png │ │ │ │ ├── cmdicons036.png │ │ │ │ ├── cmdicons037.png │ │ │ │ ├── cmdicons038.png │ │ │ │ ├── cmdicons039.png │ │ │ │ ├── cmdicons041.png │ │ │ │ ├── cmdicons042.png │ │ │ │ ├── cmdicons043.png │ │ │ │ ├── cmdicons044.png │ │ │ │ ├── cmdicons045.png │ │ │ │ ├── cmdicons046.png │ │ │ │ ├── cmdicons047.png │ │ │ │ ├── cmdicons050.png │ │ │ │ ├── cmdicons051.png │ │ │ │ ├── cmdicons059.png │ │ │ │ ├── cmdicons064.png │ │ │ │ ├── cmdicons065.png │ │ │ │ ├── cmdicons066.png │ │ │ │ ├── cmdicons067.png │ │ │ │ ├── cmdicons068.png │ │ │ │ ├── cmdicons069.png │ │ │ │ ├── cmdicons070.png │ │ │ │ ├── cmdicons071.png │ │ │ │ ├── cmdicons072.png │ │ │ │ ├── cmdicons073.png │ │ │ │ ├── cmdicons074.png │ │ │ │ ├── cmdicons081.png │ │ │ │ ├── cmdicons084.png │ │ │ │ ├── cmdicons085.png │ │ │ │ ├── cmdicons087.png │ │ │ │ ├── cmdicons089.png │ │ │ │ ├── cmdicons090.png │ │ │ │ ├── cmdicons091.png │ │ │ │ ├── cmdicons092.png │ │ │ │ ├── cmdicons093.png │ │ │ │ ├── cmdicons095.png │ │ │ │ ├── cmdicons101.png │ │ │ │ ├── cmdicons106.png │ │ │ │ ├── cmdicons107.png │ │ │ │ ├── cmdicons108.png │ │ │ │ ├── cmdicons109.png │ │ │ │ ├── cmdicons110.png │ │ │ │ ├── cmdicons111.png │ │ │ │ ├── cmdicons112.png │ │ │ │ ├── cmdicons113.png │ │ │ │ ├── cmdicons114.png │ │ │ │ ├── cmdicons115.png │ │ │ │ ├── cmdicons116.png │ │ │ │ ├── cmdicons117.png │ │ │ │ ├── cmdicons118.png │ │ │ │ ├── cmdicons119.png │ │ │ │ ├── cmdicons120.png │ │ │ │ ├── cmdicons121.png │ │ │ │ ├── cmdicons122.png │ │ │ │ ├── cmdicons123.png │ │ │ │ ├── cmdicons124.png │ │ │ │ ├── cmdicons125.png │ │ │ │ ├── cmdicons126.png │ │ │ │ ├── cmdicons127.png │ │ │ │ ├── cmdicons130.png │ │ │ │ ├── cmdicons131.png │ │ │ │ ├── cmdicons132.png │ │ │ │ ├── cmdicons133.png │ │ │ │ ├── cmdicons134.png │ │ │ │ ├── cmdicons135.png │ │ │ │ ├── cmdicons136.png │ │ │ │ ├── cmdicons137.png │ │ │ │ ├── cmdicons138.png │ │ │ │ ├── cmdicons139.png │ │ │ │ ├── cmdicons140.png │ │ │ │ ├── cmdicons141.png │ │ │ │ ├── cmdicons142.png │ │ │ │ ├── cmdicons143.png │ │ │ │ ├── cmdicons144.png │ │ │ │ ├── cmdicons146.png │ │ │ │ ├── cmdicons147.png │ │ │ │ ├── cmdicons148.png │ │ │ │ ├── cmdicons149.png │ │ │ │ ├── cmdicons150.png │ │ │ │ ├── cmdicons151.png │ │ │ │ ├── cmdicons154.png │ │ │ │ ├── cmdicons155.png │ │ │ │ ├── cmdicons156.png │ │ │ │ ├── cmdicons157.png │ │ │ │ ├── cmdicons159.png │ │ │ │ ├── cmdicons160.png │ │ │ │ ├── cmdicons161.png │ │ │ │ ├── cmdicons162.png │ │ │ │ ├── cmdicons163.png │ │ │ │ ├── cmdicons164.png │ │ │ │ ├── cmdicons165.png │ │ │ │ ├── cmdicons166.png │ │ │ │ ├── cmdicons167.png │ │ │ │ ├── cmdicons168.png │ │ │ │ ├── cmdicons169.png │ │ │ │ ├── cmdicons170.png │ │ │ │ ├── cmdicons171.png │ │ │ │ ├── cmdicons172.png │ │ │ │ ├── cmdicons173.png │ │ │ │ ├── cmdicons174.png │ │ │ │ ├── cmdicons175.png │ │ │ │ ├── cmdicons176.png │ │ │ │ ├── cmdicons177.png │ │ │ │ ├── cmdicons178.png │ │ │ │ ├── cmdicons188.png │ │ │ │ ├── cmdicons189.png │ │ │ │ ├── cmdicons194.png │ │ │ │ ├── cmdicons195.png │ │ │ │ ├── cmdicons196.png │ │ │ │ ├── cmdicons197.png │ │ │ │ ├── cmdicons200.png │ │ │ │ ├── cmdicons212.png │ │ │ │ ├── cmdicons213.png │ │ │ │ ├── cmdicons214.png │ │ │ │ ├── cmdicons215.png │ │ │ │ ├── cmdicons216.png │ │ │ │ ├── cmdicons217.png │ │ │ │ ├── cmdicons218.png │ │ │ │ ├── cmdicons219.png │ │ │ │ ├── cmdicons220.png │ │ │ │ ├── cmdicons239.png │ │ │ │ ├── cmdicons244.png │ │ │ │ ├── cmdicons253.png │ │ │ │ ├── cmdicons257.png │ │ │ │ ├── cmdicons258.png │ │ │ │ ├── cmdicons269.png │ │ │ │ ├── cmdicons272.png │ │ │ │ ├── cmdicons273.png │ │ │ │ ├── cmdicons279.png │ │ │ │ ├── cmdicons308.png │ │ │ │ ├── cmdicons324.png │ │ │ │ ├── cmdicons325.png │ │ │ │ ├── cmdicons326.png │ │ │ │ ├── cmdicons327.png │ │ │ │ ├── cmdicons328.png │ │ │ │ ├── cmdicons330.png │ │ │ │ ├── cmdicons331.png │ │ │ │ ├── cmdicons333.png │ │ │ │ ├── cmdicons334.png │ │ │ │ ├── cmdicons335.png │ │ │ │ ├── cmdicons336.png │ │ │ │ ├── cmdicons337.png │ │ │ │ ├── cmdicons339.png │ │ │ │ ├── cmdicons340.png │ │ │ │ ├── cmdicons341.png │ │ │ │ ├── cmdicons344.png │ │ │ │ ├── cmdicons345.png │ │ │ │ ├── cmdicons346.png │ │ │ │ ├── cmdicons347.png │ │ │ │ ├── cmdicons348.png │ │ │ │ ├── cmdicons349.png │ │ │ │ ├── cmdicons350.png │ │ │ │ ├── cmdicons351.png │ │ │ │ ├── cmdicons354.png │ │ │ │ ├── cmdicons355.png │ │ │ │ ├── cmdicons356.png │ │ │ │ ├── cmdicons359.png │ │ │ │ ├── cmdicons360.png │ │ │ │ ├── cmdicons361.png │ │ │ │ ├── cmdicons362.png │ │ │ │ ├── cmdicons363.png │ │ │ │ ├── cmdicons366.png │ │ │ │ ├── cmdicons368.png │ │ │ │ ├── cmdicons370.png │ │ │ │ ├── cmdicons374.png │ │ │ │ ├── cmdicons375.png │ │ │ │ ├── cmdicons377.png │ │ │ │ └── cmdicons382.png │ │ │ ├── fonts │ │ │ └── alpha_trans.png │ │ │ ├── ground │ │ │ ├── ground.png │ │ │ ├── ground1.png │ │ │ ├── ground2.png │ │ │ └── ground3.png │ │ │ └── units │ │ │ ├── Protoss_Arbiter.png │ │ │ ├── Protoss_Arbiter_Tribunal.png │ │ │ ├── Protoss_Archon.png │ │ │ ├── Protoss_Assimilator.png │ │ │ ├── Protoss_Carrier.png │ │ │ ├── Protoss_Citadel_of_Adun.png │ │ │ ├── Protoss_Corsair.png │ │ │ ├── Protoss_Cybernetics_Core.png │ │ │ ├── Protoss_Dark_Archon.png │ │ │ ├── Protoss_Dark_Templar.png │ │ │ ├── Protoss_Dragoon.png │ │ │ ├── Protoss_Fleet_Beacon.png │ │ │ ├── Protoss_Forge.png │ │ │ ├── Protoss_Gateway.png │ │ │ ├── Protoss_High_Templar.png │ │ │ ├── Protoss_Nexus.png │ │ │ ├── Protoss_Observatory.png │ │ │ ├── Protoss_Observer.png │ │ │ ├── Protoss_Photon_Cannon.png │ │ │ ├── Protoss_Probe.png │ │ │ ├── Protoss_Pylon.png │ │ │ ├── Protoss_Reaver.png │ │ │ ├── Protoss_Robotics_Facility.png │ │ │ ├── Protoss_Robotics_Support_Bay.png │ │ │ ├── Protoss_Scout.png │ │ │ ├── Protoss_Shield_Battery.png │ │ │ ├── Protoss_Shuttle.png │ │ │ ├── Protoss_Stargate.png │ │ │ ├── Protoss_Templar_Archives.png │ │ │ ├── Protoss_Zealot.png │ │ │ ├── Resource_Mineral_Field.png │ │ │ ├── Resource_Vespene_Geyser.png │ │ │ ├── Terran_Academy.png │ │ │ ├── Terran_Arbiter_Tribunal.png │ │ │ ├── Terran_Armory.png │ │ │ ├── Terran_Barracks.png │ │ │ ├── Terran_Battlecruiser.png │ │ │ ├── Terran_Bunker.png │ │ │ ├── Terran_Command_Center.png │ │ │ ├── Terran_Comsat_Station.png │ │ │ ├── Terran_Control_Tower.png │ │ │ ├── Terran_Covert_Ops.png │ │ │ ├── Terran_Dropship.png │ │ │ ├── Terran_Engineering_Bay.png │ │ │ ├── Terran_Factory.png │ │ │ ├── Terran_Firebat.png │ │ │ ├── Terran_Ghost.png │ │ │ ├── Terran_Goliath.png │ │ │ ├── Terran_Machine_Shop.png │ │ │ ├── Terran_Marine.png │ │ │ ├── Terran_Medic.png │ │ │ ├── Terran_Missile_Turret.png │ │ │ ├── Terran_Nuclear_Silo.png │ │ │ ├── Terran_Physics_Lab.png │ │ │ ├── Terran_Refinery.png │ │ │ ├── Terran_SCV.png │ │ │ ├── Terran_Science_Facility.png │ │ │ ├── Terran_Science_Vessel.png │ │ │ ├── Terran_Siege_Tank_Siege_Mode.png │ │ │ ├── Terran_Siege_Tank_Tank_Mode.png │ │ │ ├── Terran_Starport.png │ │ │ ├── Terran_Supply_Depot.png │ │ │ ├── Terran_Valkyrie.png │ │ │ ├── Terran_Vulture.png │ │ │ ├── Terran_Wraith.png │ │ │ ├── Zerg_Creep_Colony.png │ │ │ ├── Zerg_Defiler.png │ │ │ ├── Zerg_Defiler_Mound.png │ │ │ ├── Zerg_Devourer.png │ │ │ ├── Zerg_Drone.png │ │ │ ├── Zerg_Evolution_Chamber.png │ │ │ ├── Zerg_Extractor.png │ │ │ ├── Zerg_Greater_Spire.png │ │ │ ├── Zerg_Guardian.png │ │ │ ├── Zerg_Hatchery.png │ │ │ ├── Zerg_Hive.png │ │ │ ├── Zerg_Hydralisk.png │ │ │ ├── Zerg_Hydralisk_Den.png │ │ │ ├── Zerg_Infested_Terran.png │ │ │ ├── Zerg_Lair.png │ │ │ ├── Zerg_Larva.png │ │ │ ├── Zerg_Lurker.png │ │ │ ├── Zerg_Mutalisk.png │ │ │ ├── Zerg_Nydus_Canal.png │ │ │ ├── Zerg_Overlord.png │ │ │ ├── Zerg_Queen.png │ │ │ ├── Zerg_Queens_Nest.png │ │ │ ├── Zerg_Scourge.png │ │ │ ├── Zerg_Spawning_Pool.png │ │ │ ├── Zerg_Spire.png │ │ │ ├── Zerg_Spore_Colony.png │ │ │ ├── Zerg_Sunken_Colony.png │ │ │ ├── Zerg_Ultralisk.png │ │ │ ├── Zerg_Ultralisk_Cavern.png │ │ │ ├── Zerg_Zergling.png │ │ │ └── fix.bat │ ├── bin │ │ └── .gitkeep │ ├── bwapidata │ │ ├── README.txt │ │ └── include │ │ │ ├── AIModule.cpp │ │ │ ├── BWAPI.cpp │ │ │ ├── BWAPI.h │ │ │ ├── BWAPI │ │ │ ├── AIModule.h │ │ │ ├── Bitmap.h │ │ │ ├── Bullet.h │ │ │ ├── BulletType.h │ │ │ ├── Client.h │ │ │ ├── Client │ │ │ │ ├── BulletData.h │ │ │ │ ├── BulletImpl.h │ │ │ │ ├── Client.h │ │ │ │ ├── Command.h │ │ │ │ ├── CommandType.h │ │ │ │ ├── Event.h │ │ │ │ ├── ForceData.h │ │ │ │ ├── ForceImpl.h │ │ │ │ ├── GameData.h │ │ │ │ ├── GameImpl.h │ │ │ │ ├── PlayerData.h │ │ │ │ ├── PlayerImpl.h │ │ │ │ ├── Shape.h │ │ │ │ ├── ShapeType.h │ │ │ │ ├── UnitCommand.h │ │ │ │ ├── UnitData.h │ │ │ │ └── UnitImpl.h │ │ │ ├── Color.h │ │ │ ├── Constants.h │ │ │ ├── CoordinateType.h │ │ │ ├── DamageType.h │ │ │ ├── Error.h │ │ │ ├── Event.h │ │ │ ├── EventType.h │ │ │ ├── ExplosionType.h │ │ │ ├── Flag.h │ │ │ ├── Force.h │ │ │ ├── Game.h │ │ │ ├── GameType.h │ │ │ ├── Input.h │ │ │ ├── Latency.h │ │ │ ├── Order.h │ │ │ ├── Player.h │ │ │ ├── PlayerType.h │ │ │ ├── Position.h │ │ │ ├── Race.h │ │ │ ├── TechType.h │ │ │ ├── TilePosition.h │ │ │ ├── Unit.h │ │ │ ├── UnitCommand.h │ │ │ ├── UnitCommandType.h │ │ │ ├── UnitSizeType.h │ │ │ ├── UnitType.h │ │ │ ├── UpgradeType.h │ │ │ └── WeaponType.h │ │ │ ├── Bitmap.cpp │ │ │ ├── BulletType.cpp │ │ │ ├── Color.cpp │ │ │ ├── Common.cpp │ │ │ ├── Common.h │ │ │ ├── DamageType.cpp │ │ │ ├── Error.cpp │ │ │ ├── Event.cpp │ │ │ ├── ExplosionType.cpp │ │ │ ├── GameType.cpp │ │ │ ├── Order.cpp │ │ │ ├── PlayerType.cpp │ │ │ ├── Position.cpp │ │ │ ├── Race.cpp │ │ │ ├── TechType.cpp │ │ │ ├── TilePosition.cpp │ │ │ ├── UnitCommandType.cpp │ │ │ ├── UnitSizeType.cpp │ │ │ ├── UnitType.cpp │ │ │ ├── UpgradeType.cpp │ │ │ ├── Util │ │ │ ├── Bitmask.h │ │ │ ├── Exceptions.cpp │ │ │ ├── Exceptions.h │ │ │ ├── FileLogger.cpp │ │ │ ├── FileLogger.h │ │ │ ├── Foreach.h │ │ │ ├── Gnu.h │ │ │ ├── LogLevel.h │ │ │ ├── Logger.cpp │ │ │ ├── Logger.h │ │ │ ├── RectangleArray.h │ │ │ ├── RegionQuadTree.h │ │ │ ├── Strings.cpp │ │ │ ├── Strings.h │ │ │ ├── Types.h │ │ │ ├── sha1.cpp │ │ │ └── sha1.h │ │ │ └── WeaponType.cpp │ ├── sample_experiment │ │ ├── sample_exp.txt │ │ ├── sample_exp_linux.txt │ │ ├── sample_map_files │ │ │ ├── destination.txt │ │ │ └── map_file_format.txt │ │ ├── sample_results │ │ │ ├── sample_exp_2013-03-22_17-49-13_config.txt │ │ │ ├── sample_exp_2013-03-22_17-49-13_results_raw.txt │ │ │ └── sample_exp_2013-03-22_17-49-13_results_summary.txt │ │ └── sample_state.txt │ ├── source │ │ ├── Action.cpp │ │ ├── Action.h │ │ ├── AllPlayers.cpp │ │ ├── AllPlayers.h │ │ ├── AlphaBetaMove.cpp │ │ ├── AlphaBetaMove.h │ │ ├── AlphaBetaSearch.cpp │ │ ├── AlphaBetaSearch.h │ │ ├── AlphaBetaSearchParameters.hpp │ │ ├── AlphaBetaSearchResults.hpp │ │ ├── AnimationFrameData.cpp │ │ ├── AnimationFrameData.h │ │ ├── Array.hpp │ │ ├── BaseTypes.hpp │ │ ├── Common.cpp │ │ ├── Common.h │ │ ├── ConfigFileGenerator.h │ │ ├── EnumData.cpp │ │ ├── EnumData.h │ │ ├── Game.cpp │ │ ├── Game.h │ │ ├── GameState.cpp │ │ ├── GameState.h │ │ ├── GraphViz.hpp │ │ ├── Hash.cpp │ │ ├── Hash.h │ │ ├── Logger.cpp │ │ ├── Logger.h │ │ ├── Map.hpp │ │ ├── MoveArray.cpp │ │ ├── MoveArray.h │ │ ├── MoveSet.hpp │ │ ├── Player.cpp │ │ ├── Player.h │ │ ├── PlayerProperties.cpp │ │ ├── PlayerProperties.h │ │ ├── Player_AlphaBeta.cpp │ │ ├── Player_AlphaBeta.h │ │ ├── Player_AttackClosest.cpp │ │ ├── Player_AttackClosest.h │ │ ├── Player_AttackDPS.cpp │ │ ├── Player_AttackDPS.h │ │ ├── Player_AttackWeakest.cpp │ │ ├── Player_AttackWeakest.h │ │ ├── Player_Cluster.cpp │ │ ├── Player_Cluster.h │ │ ├── Player_Kiter.cpp │ │ ├── Player_Kiter.h │ │ ├── Player_KiterDPS.cpp │ │ ├── Player_KiterDPS.h │ │ ├── Player_Kiter_NOKDPS.cpp │ │ ├── Player_Kiter_NOKDPS.h │ │ ├── Player_NOKDPS.cpp │ │ ├── Player_NOKDPS.h │ │ ├── Player_PortfolioGreedySearch.cpp │ │ ├── Player_PortfolioGreedySearch.h │ │ ├── Player_Random.cpp │ │ ├── Player_Random.h │ │ ├── Player_UCT.cpp │ │ ├── Player_UCT.h │ │ ├── PortfolioGreedySearch.cpp │ │ ├── PortfolioGreedySearch.h │ │ ├── Position.hpp │ │ ├── Random.hpp │ │ ├── SparCraft.cpp │ │ ├── SparCraft.h │ │ ├── SparCraftAssert.cpp │ │ ├── SparCraftAssert.h │ │ ├── SparCraftException.cpp │ │ ├── SparCraftException.h │ │ ├── Timer.cpp │ │ ├── Timer.h │ │ ├── TranspositionTable.cpp │ │ ├── TranspositionTable.h │ │ ├── TutorialCode.cpp │ │ ├── UCTMemoryPool.hpp │ │ ├── UCTNode.h │ │ ├── UCTSearch.cpp │ │ ├── UCTSearch.h │ │ ├── UCTSearchParameters.hpp │ │ ├── UCTSearchResults.hpp │ │ ├── Unit.cpp │ │ ├── Unit.h │ │ ├── UnitAction.hpp │ │ ├── UnitProperties.cpp │ │ ├── UnitProperties.h │ │ ├── UnitScriptData.cpp │ │ ├── UnitScriptData.h │ │ ├── UnitType.hpp │ │ ├── WeaponProperties.cpp │ │ ├── WeaponProperties.h │ │ ├── glext │ │ │ ├── glext.h │ │ │ └── wglext.h │ │ ├── glfont2 │ │ │ ├── glfont.cc │ │ │ └── glfont.h │ │ ├── gui │ │ │ ├── GUI.cpp │ │ │ ├── GUI.h │ │ │ ├── GUIGame.cpp │ │ │ ├── GUIGame.h │ │ │ ├── GUITools.cpp │ │ │ └── GUITools.h │ │ └── main │ │ │ ├── SearchExperiment.cpp │ │ │ ├── SearchExperiment.h │ │ │ └── main.cpp │ └── starcraft_images │ │ ├── fonts │ │ └── couriernew.glf │ │ ├── ground │ │ ├── ground.png │ │ ├── ground1.png │ │ ├── ground2.png │ │ └── ground3.png │ │ └── units │ │ ├── Protoss_Arbiter.png │ │ ├── Protoss_Archon.png │ │ ├── Protoss_Assimilator.png │ │ ├── Protoss_Cybernetics_Core.png │ │ ├── Protoss_Dragoon.png │ │ ├── Protoss_Fleet_Beacon.png │ │ ├── Protoss_Forge.png │ │ ├── Protoss_Gateway.png │ │ ├── Protoss_High_Templar.png │ │ ├── Protoss_Nexus.png │ │ ├── Protoss_Photon_Cannon.png │ │ ├── Protoss_Probe.png │ │ ├── Protoss_Pylon.png │ │ ├── Protoss_Reaver.png │ │ ├── Protoss_Robotics_Bay.png │ │ ├── Protoss_Robotics_Support_Bay.png │ │ ├── Protoss_Scout.png │ │ ├── Protoss_Shield_Battery.png │ │ ├── Protoss_Shuttle.png │ │ ├── Protoss_Stargate.png │ │ ├── Protoss_Templar_Archives.png │ │ ├── Protoss_Zealot.png │ │ ├── Resource_Mineral_Field.png │ │ ├── Resource_Vespene_Geyser.png │ │ ├── Terran_Academy.png │ │ ├── Terran_Arbiter_Tribunal.png │ │ ├── Terran_Armory.png │ │ ├── Terran_Barracks.png │ │ ├── Terran_Battlecruiser.png │ │ ├── Terran_Bunker.png │ │ ├── Terran_Command_Center.png │ │ ├── Terran_Comsat_Station.png │ │ ├── Terran_Covert_Ops.png │ │ ├── Terran_Dropship.png │ │ ├── Terran_Engineering_Bay.png │ │ ├── Terran_Factory.png │ │ ├── Terran_Firebat.png │ │ ├── Terran_Ghost.png │ │ ├── Terran_Machine_Shop.png │ │ ├── Terran_Marine.png │ │ ├── Terran_Medic.png │ │ ├── Terran_Missile_Turret.png │ │ ├── Terran_Nuclear_Silo.png │ │ ├── Terran_Physics_Lab.png │ │ ├── Terran_Refinery.png │ │ ├── Terran_SCV.png │ │ ├── Terran_Science_Facility.png │ │ ├── Terran_Science_Vessel.png │ │ ├── Terran_Siege_Tank_Siege_Mode.png │ │ ├── Terran_Siege_Tank_Tank_Mode.png │ │ ├── Terran_Starport.png │ │ ├── Terran_Supply_Depot.png │ │ ├── Terran_Valkyrie.png │ │ ├── Terran_Vulture.png │ │ ├── Terran_Wraith.png │ │ └── Zerg_Zergling.png │ └── UAlbertaBot │ ├── .gitignore │ ├── Source │ ├── AutoObserver.cpp │ ├── AutoObserver.h │ ├── BOSSManager.cpp │ ├── BOSSManager.h │ ├── BuildOrder.cpp │ ├── BuildOrder.h │ ├── BuildOrderQueue.cpp │ ├── BuildOrderQueue.h │ ├── BuildingData.cpp │ ├── BuildingData.h │ ├── BuildingManager.cpp │ ├── BuildingManager.h │ ├── BuildingPlacer.cpp │ ├── BuildingPlacer.h │ ├── CombatCommander - Copy.cpp │ ├── CombatCommander.cpp │ ├── CombatCommander.h │ ├── CombatData.cpp │ ├── CombatData.h │ ├── CombatSimulation.cpp │ ├── CombatSimulation.h │ ├── Common.cpp │ ├── Common.h │ ├── Config.cpp │ ├── Config.h │ ├── DetectorManager.cpp │ ├── DetectorManager.h │ ├── DistanceMap.hpp │ ├── Dll.cpp │ ├── GameCommander.cpp │ ├── GameCommander.h │ ├── GameHistory.hpp │ ├── HardCodedInfo.cpp │ ├── HardCodedInfo.h │ ├── InformationManager.cpp │ ├── InformationManager.h │ ├── JSONTools.cpp │ ├── JSONTools.h │ ├── Logger.cpp │ ├── Logger.h │ ├── MapGrid.cpp │ ├── MapGrid.h │ ├── MapTools.cpp │ ├── MapTools.h │ ├── MedicManager.cpp │ ├── MedicManager.h │ ├── MeleeManager.cpp │ ├── MeleeManager.h │ ├── MetaType.cpp │ ├── MetaType.h │ ├── Micro.cpp │ ├── Micro.h │ ├── MicroManager.cpp │ ├── MicroManager.h │ ├── ParseUtils.cpp │ ├── ParseUtils.h │ ├── PokeManager.cpp │ ├── PokeManager.h │ ├── ProductionManager.cpp │ ├── ProductionManager.h │ ├── RangedManager.cpp │ ├── RangedManager.h │ ├── ScoutManager.cpp │ ├── ScoutManager.h │ ├── Squad.cpp │ ├── Squad.h │ ├── SquadData.cpp │ ├── SquadData.h │ ├── SquadOrder.h │ ├── StrategyManager.cpp │ ├── StrategyManager.h │ ├── TankManager.cpp │ ├── TankManager.h │ ├── TimerManager.cpp │ ├── TimerManager.h │ ├── TransportManager.cpp │ ├── TransportManager.h │ ├── UABAssert.cpp │ ├── UABAssert.h │ ├── UAlbertaBotModule.cpp │ ├── UAlbertaBotModule.h │ ├── UnitData.cpp │ ├── UnitData.h │ ├── UnitUtil.cpp │ ├── UnitUtil.h │ ├── WorkerData.cpp │ ├── WorkerData.h │ ├── WorkerManager.cpp │ ├── WorkerManager.h │ ├── rapidjson │ │ ├── allocators.h │ │ ├── document.h │ │ ├── encodedstream.h │ │ ├── encodings.h │ │ ├── error │ │ │ ├── en.h │ │ │ └── error.h │ │ ├── filereadstream.h │ │ ├── filewritestream.h │ │ ├── internal │ │ │ ├── biginteger.h │ │ │ ├── diyfp.h │ │ │ ├── dtoa.h │ │ │ ├── ieee754.h │ │ │ ├── itoa.h │ │ │ ├── meta.h │ │ │ ├── pow10.h │ │ │ ├── stack.h │ │ │ ├── strfunc.h │ │ │ └── strtod.h │ │ ├── memorybuffer.h │ │ ├── memorystream.h │ │ ├── msinttypes │ │ │ ├── inttypes.h │ │ │ └── stdint.h │ │ ├── pointer.h │ │ ├── prettywriter.h │ │ ├── rapidjson.h │ │ ├── reader.h │ │ ├── stringbuffer.h │ │ └── writer.h │ └── research │ │ ├── combatpredictor │ │ ├── CombatPredictor.cpp │ │ └── CombatPredictor.h │ │ ├── hlsearch │ │ ├── HLCombatCommander.cpp │ │ ├── HLCombatCommander.h │ │ ├── HLManager.cpp │ │ ├── HLManager.h │ │ ├── HLSearch.cpp │ │ ├── HLSearch.h │ │ ├── HLSquad.cpp │ │ ├── HLSquad.h │ │ ├── HLState.cpp │ │ ├── HLState.h │ │ ├── HLStatistics.cpp │ │ ├── HLStatistics.h │ │ ├── HLStrategyManager.cpp │ │ ├── HLStrategyManager.h │ │ ├── HLTranspositionTable.cpp │ │ ├── HLTranspositionTable.h │ │ ├── HLUnitData.cpp │ │ └── HLUnitData.h │ │ ├── sparcraft │ │ ├── SparCraftManager.cpp │ │ ├── SparCraftManager.h │ │ ├── UnitCommandData.cpp │ │ ├── UnitCommandData.h │ │ ├── UnitCommandManager.cpp │ │ └── UnitCommandManager.h │ │ └── visualizer │ │ ├── Display.cpp │ │ ├── Display.h │ │ ├── EnhancedInterface.hpp │ │ ├── ReplayVisualizer.cpp │ │ ├── ReplayVisualizer.h │ │ ├── Visualizer.cpp │ │ └── Visualizer.h │ ├── UAlbertaBot_Config.txt │ ├── VisualStudio │ ├── .vs │ │ └── UAlbertaBot │ │ │ └── v14 │ │ │ └── .suo │ ├── ClassDiagram.cd │ ├── PokeManager.cpp │ ├── PokeManager.h │ ├── UAlbertaBot.sdf │ ├── UAlbertaBot.sln │ ├── UAlbertaBot.v12.suo │ ├── UAlbertaBot.vcxproj │ ├── UAlbertaBot.vcxproj.filters │ └── UAlbertaBot.vcxproj.user │ └── uml │ ├── ualbertabot.dia │ └── ualbertabot.png └── patches ├── CombatPatchCpp ├── CombatPatchH ├── GameCommanderCpp └── UAlbertaModuleCpp /Source/AbstractGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/AbstractGroup.h -------------------------------------------------------------------------------- /Source/AbstractOrder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/AbstractOrder.h -------------------------------------------------------------------------------- /Source/ActionGenerator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/ActionGenerator.cpp -------------------------------------------------------------------------------- /Source/ActionGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/ActionGenerator.h -------------------------------------------------------------------------------- /Source/ActionProbabilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/ActionProbabilities.h -------------------------------------------------------------------------------- /Source/CombatInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/CombatInfo.h -------------------------------------------------------------------------------- /Source/CombatSimDecreased.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/CombatSimDecreased.h -------------------------------------------------------------------------------- /Source/CombatSimLanchester.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/CombatSimLanchester.cpp -------------------------------------------------------------------------------- /Source/CombatSimLanchester.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/CombatSimLanchester.h -------------------------------------------------------------------------------- /Source/CombatSimSustained.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/CombatSimSustained.cpp -------------------------------------------------------------------------------- /Source/CombatSimSustained.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/CombatSimSustained.h -------------------------------------------------------------------------------- /Source/CombatSimulator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/CombatSimulator.cpp -------------------------------------------------------------------------------- /Source/CombatSimulator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/CombatSimulator.h -------------------------------------------------------------------------------- /Source/EvaluationFunction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/EvaluationFunction.cpp -------------------------------------------------------------------------------- /Source/EvaluationFunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/EvaluationFunction.h -------------------------------------------------------------------------------- /Source/GameNode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/GameNode.cpp -------------------------------------------------------------------------------- /Source/GameNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/GameNode.h -------------------------------------------------------------------------------- /Source/GameState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/GameState.cpp -------------------------------------------------------------------------------- /Source/GameState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/GameState.h -------------------------------------------------------------------------------- /Source/MCTSCD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/MCTSCD.cpp -------------------------------------------------------------------------------- /Source/RegionManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/RegionManager.cpp -------------------------------------------------------------------------------- /Source/TargetSorting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/TargetSorting.cpp -------------------------------------------------------------------------------- /Source/TargetSorting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/TargetSorting.h -------------------------------------------------------------------------------- /Source/UnitInfoStatic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/Source/UnitInfoStatic.cpp -------------------------------------------------------------------------------- /Source/UnitInfoStatic.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "CombatInfo.h" 4 | 5 | class UnitInfoStatic 6 | { 7 | public: 8 | UnitInfoStatic(); 9 | 10 | std::vector > typeDPF; 11 | std::vector DPF; 12 | std::vector HP; 13 | }; 14 | -------------------------------------------------------------------------------- /StarAlgo.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/StarAlgo.sdf -------------------------------------------------------------------------------- /StarAlgo.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/StarAlgo.v12.suo -------------------------------------------------------------------------------- /StarAlgo.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/Qt/Protoss_Probe.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/Qt/Protoss_Probe.ico -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Adrenal_Glands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Adrenal_Glands.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Anabolic_Synthesis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Anabolic_Synthesis.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Antennae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Antennae.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Apial_Sensors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Apial_Sensors.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Apollo_Reactor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Apollo_Reactor.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Argus_Jewel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Argus_Jewel.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Argus_Talisman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Argus_Talisman.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Burrowing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Burrowing.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Caduceus_Reactor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Caduceus_Reactor.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Carrier_Capacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Carrier_Capacity.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Charon_Boosters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Charon_Boosters.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Chitinous_Plating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Chitinous_Plating.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Cloaking_Field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Cloaking_Field.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Colossus_Reactor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Colossus_Reactor.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Attack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Attack.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Gather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Gather.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Hold_Position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Hold_Position.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Load.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Move.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Patrol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Patrol.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Repair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Repair.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Return_Cargo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Return_Cargo.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Set_Rally_Point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Set_Rally_Point.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Spider_Mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Spider_Mine.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Stop.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Unload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Unload.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Consume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Consume.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Dark_Swarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Dark_Swarm.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Defensive_Matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Defensive_Matrix.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Disruption_Web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Disruption_Web.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/EMP_Shockwave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/EMP_Shockwave.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Ensnare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Ensnare.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Feedback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Feedback.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Fusion_Cutter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Fusion_Cutter.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Gamete_Meiosis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Gamete_Meiosis.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Gauss_Rifle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Gauss_Rifle.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Gravitic_Boosters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Gravitic_Boosters.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Gravitic_Drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Gravitic_Drive.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Gravitic_Thrusters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Gravitic_Thrusters.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Grooved_Spines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Grooved_Spines.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Hallucination.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Hallucination.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Heal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Heal.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Infest_Command_Center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Infest_Command_Center.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Ion_Thrusters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Ion_Thrusters.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Irradiate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Irradiate.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Khaydarin_Amulet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Khaydarin_Amulet.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Khaydarin_Core.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Khaydarin_Core.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Land.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Leg_Enhancements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Leg_Enhancements.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Lift_Off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Lift_Off.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Lockdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Lockdown.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Lurker_Aspect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Lurker_Aspect.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Maelstrom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Maelstrom.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Metabolic_Boost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Metabolic_Boost.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Metasynaptic_Node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Metasynaptic_Node.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Mind_Control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Mind_Control.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Moebius_Reactor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Moebius_Reactor.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Muscular_Augments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Muscular_Augments.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Nuclear_Strike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Nuclear_Strike.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Ocular_Implants.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Ocular_Implants.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Optical_Flare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Optical_Flare.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Parasite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Parasite.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Personnel_Cloaking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Personnel_Cloaking.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Plague.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Plague.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Pneumatized_Carapace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Pneumatized_Carapace.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Protoss_Air_Armor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Protoss_Air_Armor.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Protoss_Air_Weapons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Protoss_Air_Weapons.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Protoss_Ground_Armor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Protoss_Ground_Armor.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Protoss_Ground_Weapons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Protoss_Ground_Weapons.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Protoss_Plasma_Shields.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Protoss_Plasma_Shields.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Psionic_Storm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Psionic_Storm.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Reaver_Capacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Reaver_Capacity.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Recall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Recall.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Restoration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Restoration.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Scanner_Sweep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Scanner_Sweep.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Scarab_Damage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Scarab_Damage.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Sensor_Array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Sensor_Array.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Singularity_Charge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Singularity_Charge.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Spawn_Broodlings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Spawn_Broodlings.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Spider_Mines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Spider_Mines.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Stasis_Field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Stasis_Field.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Stim_Packs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Stim_Packs.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Tank_Siege_Mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Tank_Siege_Mode.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Tank_Tank_Mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Tank_Tank_Mode.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Terran_Infantry_Armor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Terran_Infantry_Armor.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Terran_Infantry_Weapons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Terran_Infantry_Weapons.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Terran_Ship_Plating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Terran_Ship_Plating.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Terran_Ship_Weapons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Terran_Ship_Weapons.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Terran_Vehicle_Plating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Terran_Vehicle_Plating.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Terran_Vehicle_Weapons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Terran_Vehicle_Weapons.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Titan_Reactor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Titan_Reactor.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/U_238_Shells.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/U_238_Shells.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Unburrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Unburrow.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Ventral_Sacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Ventral_Sacs.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Vulture_Mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Vulture_Mine.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Yamato_Gun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Yamato_Gun.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Zerg_Carapace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Zerg_Carapace.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Zerg_Flyer_Attacks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Zerg_Flyer_Attacks.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Zerg_Flyer_Carapace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Zerg_Flyer_Carapace.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Zerg_Melee_Attacks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Zerg_Melee_Attacks.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Zerg_Missile_Attacks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Zerg_Missile_Attacks.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/fix.bat: -------------------------------------------------------------------------------- 1 | for %%f in (*.png) DO ( convert "%%f" -strip -resize 32x32! "%%f" ) 2 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons000.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons001.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons002.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons003.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons004.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons005.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons007.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons008.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons009.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons010.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons011.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons012.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons013.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons014.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons015.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons016.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons018.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons025.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons035.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons036.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons037.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons038.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons039.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons041.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons042.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons043.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons044.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons045.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons046.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons047.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons050.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons051.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons059.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons064.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons064.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons065.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons065.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons066.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons066.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons067.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons067.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons068.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons068.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons069.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons069.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons070.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons071.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons071.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons072.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons072.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons073.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons073.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons074.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons074.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons081.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons081.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons084.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons084.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons085.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons085.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons087.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons087.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons089.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons089.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons090.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons090.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons091.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons091.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons092.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons092.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons093.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons093.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons095.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons095.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons101.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons106.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons107.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons108.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons109.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons110.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons111.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons112.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons113.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons114.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons115.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons116.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons117.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons117.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons118.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons119.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons120.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons121.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons122.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons123.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons124.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons125.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons126.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons126.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons127.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons127.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons130.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons131.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons131.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons132.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons132.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons133.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons133.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons134.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons134.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons135.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons135.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons136.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons137.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons137.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons138.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons138.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons139.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons140.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons140.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons141.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons141.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons142.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons142.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons143.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons143.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons144.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons146.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons146.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons147.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons147.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons148.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons148.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons149.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons149.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons150.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons151.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons151.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons154.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons154.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons155.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons155.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons156.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons156.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons157.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons157.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons159.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons159.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons160.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons161.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons161.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons162.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons162.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons163.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons163.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons164.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons164.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons165.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons165.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons166.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons166.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons167.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons168.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons168.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons169.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons169.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons170.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons170.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons171.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons171.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons172.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons172.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons173.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons173.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons174.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons174.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons175.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons176.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons176.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons177.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons177.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons178.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons178.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons188.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons188.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons189.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons189.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons194.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons194.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons195.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons195.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons196.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons196.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons197.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons197.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons200.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons212.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons212.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons213.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons213.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons214.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons214.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons215.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons215.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons216.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons216.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons217.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/incomplete/cmdicons217.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/fonts/alpha_trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/fonts/alpha_trans.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/ground/ground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/ground/ground.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/ground/ground1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/ground/ground1.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/ground/ground2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/ground/ground2.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/ground/ground3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/ground/ground3.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Arbiter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Arbiter.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Arbiter_Tribunal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Arbiter_Tribunal.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Archon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Archon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Assimilator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Assimilator.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Carrier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Carrier.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Citadel_of_Adun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Citadel_of_Adun.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Corsair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Corsair.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Cybernetics_Core.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Cybernetics_Core.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Dark_Archon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Dark_Archon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Dark_Templar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Dark_Templar.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Dragoon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Dragoon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Fleet_Beacon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Fleet_Beacon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Forge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Forge.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Gateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Gateway.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_High_Templar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_High_Templar.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Nexus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Nexus.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Observatory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Observatory.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Observer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Observer.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Photon_Cannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Photon_Cannon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Probe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Probe.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Pylon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Pylon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Reaver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Reaver.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Robotics_Facility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Robotics_Facility.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Robotics_Support_Bay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Robotics_Support_Bay.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Scout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Scout.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Shield_Battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Shield_Battery.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Shuttle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Shuttle.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Stargate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Stargate.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Templar_Archives.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Templar_Archives.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Zealot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Zealot.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Resource_Mineral_Field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Resource_Mineral_Field.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Resource_Vespene_Geyser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Resource_Vespene_Geyser.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Academy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Academy.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Arbiter_Tribunal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Arbiter_Tribunal.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Armory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Armory.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Barracks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Barracks.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Battlecruiser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Battlecruiser.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Bunker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Bunker.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Command_Center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Command_Center.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Comsat_Station.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Comsat_Station.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Control_Tower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Control_Tower.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Covert_Ops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Covert_Ops.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Dropship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Dropship.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Engineering_Bay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Engineering_Bay.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Factory.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Firebat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Firebat.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Ghost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Ghost.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Goliath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Goliath.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Machine_Shop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Machine_Shop.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Marine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Marine.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Medic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Medic.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Missile_Turret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Missile_Turret.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Nuclear_Silo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Nuclear_Silo.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Physics_Lab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Physics_Lab.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Refinery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Refinery.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_SCV - Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_SCV - Copy.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_SCV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_SCV.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Science_Facility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Science_Facility.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Science_Vessel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Science_Vessel.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Siege_Tank_Siege_Mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Siege_Tank_Siege_Mode.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Siege_Tank_Tank_Mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Siege_Tank_Tank_Mode.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Starport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Starport.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Supply_Depot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Supply_Depot.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Valkyrie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Valkyrie.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Vulture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Vulture.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Wraith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Wraith.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Creep_Colony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Creep_Colony.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Defiler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Defiler.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Defiler_Mound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Defiler_Mound.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Devourer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Devourer.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Drone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Drone.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Evolution_Chamber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Evolution_Chamber.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Extractor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Extractor.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Greater_Spire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Greater_Spire.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Guardian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Guardian.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Hatchery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Hatchery.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Hive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Hive.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Hydralisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Hydralisk.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Hydralisk_Den.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Hydralisk_Den.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Infested_Terran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Infested_Terran.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Lair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Lair.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Larva.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Larva.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Lurker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Lurker.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Mutalisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Mutalisk.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Nydus_Canal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Nydus_Canal.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Overlord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Overlord.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Queen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Queen.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Queens_Nest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Queens_Nest.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Scourge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Scourge.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Spawning_Pool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Spawning_Pool.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Spire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Spire.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Spore_Colony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Spore_Colony.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Sunken_Colony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Sunken_Colony.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Ultralisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Ultralisk.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Ultralisk_Cavern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Ultralisk_Cavern.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Zergling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Zergling.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/fix.bat: -------------------------------------------------------------------------------- 1 | for %%f in (*.png) DO ( convert "%%f" -strip "%%f" ) 2 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/bwapidata/include/BWAPI/Client/ForceData.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | namespace BWAPI 4 | { 5 | struct ForceData 6 | { 7 | char name[32]; 8 | }; 9 | } 10 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/bwapidata/include/Common.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include 3 | 4 | namespace BWAPI 5 | { 6 | void fixName(std::string *name); 7 | 8 | } 9 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/bwapidata/include/Util/Foreach.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #define foreach(element, collection) for (element : collection) 4 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/.gitignore: -------------------------------------------------------------------------------- 1 | VisualStudio/Release 2 | VisualStudio/Debug 3 | bin/SparCraft 4 | bin/*.txt 5 | bin/*.pdb 6 | bin/*.map 7 | bin/*.dll 8 | bin/*.exe 9 | source/*.o 10 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/README.txt: -------------------------------------------------------------------------------- 1 | SparCraft - 2013 2 | David Churchill - dave.churchill@gmail.com 3 | 4 | 5 | For documentation please visit: 6 | 7 | https://code.google.com/p/sparcraft/ 8 | 9 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Adrenal_Glands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Adrenal_Glands.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Antennae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Antennae.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Apial_Sensors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Apial_Sensors.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Apollo_Reactor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Apollo_Reactor.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Argus_Jewel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Argus_Jewel.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Argus_Talisman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Argus_Talisman.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Burrowing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Burrowing.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Cloaking_Field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Cloaking_Field.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Command_Attack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Command_Attack.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Command_Gather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Command_Gather.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Command_Load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Command_Load.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Command_Move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Command_Move.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Command_Patrol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Command_Patrol.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Command_Repair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Command_Repair.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Command_Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Command_Stop.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Command_Unload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Command_Unload.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Consume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Consume.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Dark_Swarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Dark_Swarm.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Disruption_Web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Disruption_Web.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/EMP_Shockwave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/EMP_Shockwave.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Ensnare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Ensnare.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Feedback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Feedback.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Fusion_Cutter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Fusion_Cutter.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Gamete_Meiosis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Gamete_Meiosis.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Gauss_Rifle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Gauss_Rifle.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Gravitic_Drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Gravitic_Drive.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Grooved_Spines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Grooved_Spines.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Hallucination.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Hallucination.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Heal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Heal.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Ion_Thrusters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Ion_Thrusters.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Irradiate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Irradiate.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Khaydarin_Core.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Khaydarin_Core.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Land.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Lift_Off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Lift_Off.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Lockdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Lockdown.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Lurker_Aspect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Lurker_Aspect.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Maelstrom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Maelstrom.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Mind_Control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Mind_Control.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Nuclear_Strike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Nuclear_Strike.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Optical_Flare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Optical_Flare.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Parasite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Parasite.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Plague.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Plague.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Psionic_Storm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Psionic_Storm.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Recall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Recall.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Restoration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Restoration.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Scanner_Sweep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Scanner_Sweep.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Scarab_Damage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Scarab_Damage.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Sensor_Array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Sensor_Array.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Spider_Mines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Spider_Mines.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Stasis_Field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Stasis_Field.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Stim_Packs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Stim_Packs.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Tank_Tank_Mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Tank_Tank_Mode.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Titan_Reactor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Titan_Reactor.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/U_238_Shells.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/U_238_Shells.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Unburrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Unburrow.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Ventral_Sacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Ventral_Sacs.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Vulture_Mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Vulture_Mine.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Yamato_Gun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Yamato_Gun.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Zerg_Carapace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Zerg_Carapace.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/fix.bat: -------------------------------------------------------------------------------- 1 | for %%f in (*.png) DO ( convert "%%f" -strip -resize 32x32! "%%f" ) 2 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/fonts/alpha_trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/fonts/alpha_trans.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/ground/ground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/ground/ground.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/ground/ground1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/ground/ground1.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/ground/ground2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/ground/ground2.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/ground/ground3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/ground/ground3.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Arbiter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Arbiter.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Archon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Archon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Assimilator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Assimilator.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Carrier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Carrier.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Corsair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Corsair.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Dark_Archon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Dark_Archon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Dark_Templar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Dark_Templar.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Dragoon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Dragoon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Fleet_Beacon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Fleet_Beacon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Forge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Forge.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Gateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Gateway.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_High_Templar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_High_Templar.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Nexus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Nexus.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Observatory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Observatory.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Observer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Observer.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Photon_Cannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Photon_Cannon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Probe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Probe.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Pylon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Pylon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Reaver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Reaver.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Scout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Scout.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Shield_Battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Shield_Battery.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Shuttle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Shuttle.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Stargate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Stargate.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Zealot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Zealot.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Resource_Mineral_Field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Resource_Mineral_Field.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Academy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Academy.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Armory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Armory.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Barracks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Barracks.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Battlecruiser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Battlecruiser.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Bunker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Bunker.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Command_Center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Command_Center.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Comsat_Station.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Comsat_Station.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Control_Tower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Control_Tower.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Covert_Ops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Covert_Ops.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Dropship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Dropship.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Engineering_Bay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Engineering_Bay.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Factory.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Firebat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Firebat.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Ghost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Ghost.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Goliath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Goliath.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Machine_Shop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Machine_Shop.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Marine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Marine.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Medic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Medic.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Missile_Turret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Missile_Turret.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Nuclear_Silo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Nuclear_Silo.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Physics_Lab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Physics_Lab.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Refinery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Refinery.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_SCV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_SCV.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Science_Vessel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Science_Vessel.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Starport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Starport.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Supply_Depot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Supply_Depot.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Valkyrie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Valkyrie.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Vulture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Vulture.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Wraith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Wraith.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Creep_Colony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Creep_Colony.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Defiler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Defiler.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Defiler_Mound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Defiler_Mound.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Devourer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Devourer.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Drone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Drone.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Evolution_Chamber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Evolution_Chamber.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Extractor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Extractor.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Greater_Spire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Greater_Spire.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Guardian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Guardian.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Hatchery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Hatchery.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Hive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Hive.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Hydralisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Hydralisk.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Hydralisk_Den.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Hydralisk_Den.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Infested_Terran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Infested_Terran.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Lair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Lair.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Larva.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Larva.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Lurker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Lurker.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Mutalisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Mutalisk.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Nydus_Canal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Nydus_Canal.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Overlord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Overlord.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Queen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Queen.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Queens_Nest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Queens_Nest.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Scourge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Scourge.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Spawning_Pool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Spawning_Pool.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Spire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Spire.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Spore_Colony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Spore_Colony.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Sunken_Colony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Sunken_Colony.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Ultralisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Ultralisk.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Ultralisk_Cavern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Ultralisk_Cavern.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Zergling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Zergling.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/fix.bat: -------------------------------------------------------------------------------- 1 | for %%f in (*.png) DO ( convert "%%f" -strip "%%f" ) 2 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bin/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/bin/.gitkeep -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Client/ForceData.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | namespace BWAPI 4 | { 5 | struct ForceData 6 | { 7 | char name[32]; 8 | }; 9 | } 10 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Common.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include 3 | 4 | namespace BWAPI 5 | { 6 | void fixName(std::string *name); 7 | 8 | } 9 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/sample_experiment/sample_results/sample_exp_2013-03-22_17-49-13_results_summary.txt: -------------------------------------------------------------------------------- 1 | 1.0000000 2 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/fonts/couriernew.glf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/fonts/couriernew.glf -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/ground/ground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/ground/ground.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/ground/ground1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/ground/ground1.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/ground/ground2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/ground/ground2.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/ground/ground3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/ground/ground3.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Arbiter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Arbiter.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Archon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Archon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Dragoon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Dragoon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Forge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Forge.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Gateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Gateway.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Nexus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Nexus.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Probe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Probe.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Pylon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Pylon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Reaver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Reaver.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Scout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Scout.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Shuttle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Shuttle.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Stargate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Stargate.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Zealot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Protoss_Zealot.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Academy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Academy.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Armory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Armory.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Barracks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Barracks.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Bunker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Bunker.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Covert_Ops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Covert_Ops.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Dropship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Dropship.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Factory.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Firebat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Firebat.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Ghost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Ghost.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Marine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Marine.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Medic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Medic.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Physics_Lab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Physics_Lab.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Refinery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Refinery.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_SCV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_SCV.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Starport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Starport.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Valkyrie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Valkyrie.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Vulture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Vulture.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Wraith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Terran_Wraith.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Zerg_Zergling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/units/Zerg_Zergling.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/.gitignore: -------------------------------------------------------------------------------- 1 | VisualStudio/Release 2 | VisualStudio/Debug 3 | bin/* 4 | source/*.o -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Common.cpp: -------------------------------------------------------------------------------- 1 | #include "Common.h" 2 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/.vs/UAlbertaBot/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/.vs/UAlbertaBot/v14/.suo -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/ClassDiagram.cd: -------------------------------------------------------------------------------- 1 |  2 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/UAlbertaBot.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/UAlbertaBot.sdf -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/UAlbertaBot.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/UAlbertaBot.v12.suo -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/uml/ualbertabot.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/UAlbertaBot/uml/ualbertabot.dia -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/uml/ualbertabot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/ca0bc389db5a698de862ce2d1b14d2ae293e18b8/examples/UAlbertaBot with StarAlgo/UAlbertaBot/uml/ualbertabot.png --------------------------------------------------------------------------------