Skip to content

docmh/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TicTacToe

Tic Tac Toe or Three in a Row in GNU-Prolog, none, one, or both players can be robots.

Just learned PROLOG and wrote this little program as a learning project. Feel free to comment and enhance the code.

Gameplay

Start the game with go(Robots)., where Robots is a list. First player has symbol X, second player has symbol O. You have these options:

  • go([]). when both players should be human users.
  • go(['X']). when first player should be a robot.
  • go(['O']). when second player should be a robot.
  • go(['X', 'O']). when both players should be robots.

If you are a human player and have to make a move, just enter the number of a free field from the board, displayed to you.

About

Tic Tac Toe or Three in a Row in GNU-Prolog, none, one, or both players as robots possible.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages