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

From RoboWiki
Jump to: navigation, search
(About the project)
Line 1: Line 1:
 
== About the project ==
 
== 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.
+
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 moves in purple and the player in black. Who goes first is up to you. The robot will show its moves on the light matrix. The robot always tries to make the best move, as it calculates moves using the MiniMax algorithm.
  
 
== Video ==
 
== Video ==
 
<youtube width="600" height="340">M4RHKTNpwiE</youtube>
 
<youtube width="600" height="340">M4RHKTNpwiE</youtube>

Revision as of 11:08, 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 moves in purple and the player in black. Who goes first is up to you. The robot will show its moves on the light matrix. The robot always tries to make the best move, as it calculates moves using the MiniMax algorithm.

Video