• Joined on 2023-04-10
sykora pushed to main at sykora/permanent-waves 2024-07-20 20:03:25 +00:00
37fbce4a3a fix skip command and now playing callback
sykora pushed to main at sykora/permanent-waves 2024-07-20 19:54:32 +00:00
4680bfecc9 add node_modules to gitignore, fix the botgit status by switching to distube/ytdl-core mostly, with some help from ares30841167
091b766206 move the whole thing to node
Compare 2 commits »
sykora pushed to main at sykora/kora-bot 2023-12-02 17:04:38 +00:00
10a15f585a make checkEnemiesAt radius smaller, add Util::getQueueIndex, setDefenseLocation doesn't compare an area to itself anymore
sykora opened issue sykora/kora-bot#12 2023-11-30 18:50:35 +00:00
Bot is slow to find remaining buildings after all bases have been destroyed
sykora opened issue sykora/kora-bot#11 2023-11-30 18:47:39 +00:00
Attack squads should retreat when they're going to lose a fight
sykora opened issue sykora/kora-bot#10 2023-11-30 18:38:28 +00:00
Attack squads should group up before attacking
sykora opened issue sykora/kora-bot#9 2023-11-29 17:17:26 +00:00
Logic for pulling workers to defend is way too aggressive
sykora opened issue sykora/kora-bot#8 2023-11-29 17:11:03 +00:00
Scouting needs to improve (vague, I know)
sykora opened issue sykora/kora-bot#7 2023-11-29 17:09:20 +00:00
Logic to assign/unassign gas miners isn't working
sykora opened issue sykora/kora-bot#6 2023-11-29 17:08:24 +00:00
Expansion logic isn't working correctly
sykora opened issue sykora/kora-bot#5 2023-11-29 17:07:28 +00:00
Squad shouldn't sit at a destroyed base
sykora opened issue sykora/kora-bot#4 2023-11-29 17:02:53 +00:00
Blinded overlords should return home and be unassigned from scouting
sykora opened issue sykora/kora-bot#3 2023-11-29 17:02:09 +00:00
Static defense shouldn't block units from getting out
sykora opened issue sykora/kora-bot#2 2023-11-29 17:01:23 +00:00
Try to have overlords avoid being attacked
sykora opened issue sykora/kora-bot#1 2023-11-29 16:59:20 +00:00
Couldn't find neighbor area in CBase::setDefenseLocation() pops up at beginning of game
sykora created repository sykora/permanent-waves 2023-11-27 22:23:58 +00:00
sykora pushed to main at sykora/kora-bot 2023-09-14 16:24:19 +00:00
55c78f610b add some info to the readme
sykora pushed to main at sykora/kora-bot 2023-04-14 00:43:40 +00:00
c22cfd8170 add likelihoodToAttack as params for a bunch of analysis functions, add a couple to dos, add a few more params for analyzeMuta and analyzeZergling to consider
sykora pushed to main at sykora/kora-bot 2023-04-13 17:49:15 +00:00
34194b88c7 fix out of range error in CUnit::unsetTargetUnit(), attempt to fix QueueEntries' inProgress not being set back to 0 when the drone dies
e5c2079866 bot defends against zergling rushes now, added now, added unsetTargetUnit, droneDefenseNeeded, among others
Compare 2 commits »
sykora pushed to main at sykora/kora-bot 2023-04-12 02:21:38 +00:00
71f26b01ee remove unnecessary Release folder files, clean up Mmilitary.cpp more