Close

Update: computer player

A project log for Electronic Mancala++

Updated version of my Electronic Mancala Board that uses a ATtiny3224 microcontroller

zachary-murtishiZachary Murtishi 01/29/2025 at 22:440 Comments

I haven't used much of the RAM or program memory on the ATtiny3224, so I'm thinking about filling it up by adding a computer player functionality. At the moment, I want to test this out by developing a computer player that simply picks from legal moves at random, but I'd like to implement a minimax search function with a shallow depth in the future.

Discussions