Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 387 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 387 Bytes

TicTacToe - R console version

This is code for a playable in-terminal Tic Tac Toe game in R. It comes with two modes: two human players and a versus a computer mode. It is possible to have the computer play either of the roles. The AI is programmed with the famous minimax algorithm which chooses the next move by evaluating the current game state and exploring the possible actions.