Skip to content

JavaScript version of popular Tic Tac Toe game allowing play against the computer or another player. Created with TypeScript.

License

Notifications You must be signed in to change notification settings

franius8/tictactoe

Repository files navigation

Tic Tac Toe

A simple TiC Tac Toe game that allows Player vs Player or Player vs computer game.

The computer has two difficulty modes:

  1. in the easy mode moves are made at random. There is no special scritpting to predict where the computer should place its marker,
  2. In the standard mode special algorithms are in place to determine what is the best field to place the marker. The computer will always try to complete a winning combination or block the player from winning. If either is not possible, the next move will be made at random.

The markers are placed by clicking on the relevant field.

Bugs and suggestions

For reporting bugs and proposing new features, the GitHub issue functionality should be used.

About

JavaScript version of popular Tic Tac Toe game allowing play against the computer or another player. Created with TypeScript.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published