The project consists of a four-legged robotic spider that will move autonomously, avoiding collisions with objects and having the ability to perform some tricks. Additionally, it will feature a manual mode, allowing it to be remotely controlled through a controller.
This was my first university project: a tic-tac-toe game with a scoring system and memory of the previous game (meaning that if you exit mid-game, you can still resume the match). It includes difficulty level options for the bots as well as different game modes. The level 4 bot was implemented using the Minimax algorithm.