Skip to content

Tic-tac-toe: The classical game played on a 3x3 grid.

License

Notifications You must be signed in to change notification settings

irving-rs/tic_tac_toe

Repository files navigation

tic_tac_toe

Tic-tac-toe: The classical game played on a 3x3 grid.

Programmed in Python 3.8.5, uses CLI.

Basics:

  • The player always starts the game doing the first move.
  • The computer (oponnent) selects a random move.
  • Player uses "X" to choose a free space, while the computer uses "O".
  • The first one that forms a line of three wins.

Run:

  • The program in action:

  • Victory:

  • Defeat:

  • Draw:

About

Tic-tac-toe: The classical game played on a 3x3 grid.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages