#AGBIC Day 28
My brother asked me to test out different colors. So I showed him a bluescale #palette. This is apparently not what he meant; he wanted to be able to change the disk colors! 😅
Also, I'm testing out #negascout, which on average goes slightly faster than #negamax.
#pico8 #gamejam #gamedev #gamedevelopment #indiedev #programming
#agbic #palette #negascout #negamax #pico8 #gamejam #gamedev #gamedevelopment #indiedev #programming
I've created an #Othello #AI that can easily kick my butt. This is probably the AI I'm using in my #PICO8 entry in #AGBIC 2023.
It uses the standard #minimax #algorithm (actually #negamax) with alpha-beta pruning. No transposition tables yet (mainly because I don't yet know how they work).
It takes only a few seconds to make a move (though I made a few cutbacks to get it that fast), which will hopefully mean it's fast enough on PICO-8.
#othello #ai #pico8 #agbic #minimax #algorithm #negamax #programming #artificialintelligence #reversi