Difference between revisions of "Spike Prime - Tic Tac Toe - Fedor Agarshev"

From RoboWiki
Jump to: navigation, search
(Created page with "== About the project == The project is based on the game tic-tac-toe. The player plays against a robot. They take turns as in a regular game of tic-tac-toe. Instead of crosse...")
 
Line 4: Line 4:
  
 
== Video ==
 
== Video ==
<youtube width="340" height="600">M4RHKTNpwiE</youtube>
+
<youtube width="600" height="340">M4RHKTNpwiE</youtube>

Revision as of 11:05, 22 April 2023

About the project

The project is based on the game tic-tac-toe. The player plays against a robot. They take turns as in a regular game of tic-tac-toe. Instead of crosses and zeroes, Lego pieces in black and purple are used. The robot always tries to make the best move, as it calculates moves using the MiniMax algorithm.

Video