Skip to content

Trup10ka/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Typescript / Node web application for multiplayer Tic Tac Toe.

Classic TTT experience with your friends, or with random people. You have a choice of joining a game by its ID, or try to join to a random public game (without password).

You have a choice of 4 game modes, each with its own rules and special abilities.

Game Modes

  • Classic
    • Classic Tic Tac Toe game, when someone gets the match of predefined symbols in a row, column or diagonal, they win.
  • War
    • War is a enhanced Tic Tac Toe mod. Player is able, instead of his play, remove a symbol from the board. Win conditions is the same as in Classic mode.
  • Jester
    • In Jester game mode, there is a chance that Jester will place his symbol somewhere in the board, making it unable to place player's symbol in that place. Win conditions is the same as in Classic mode.
  • Eternity
    • In this game mode, there are no special abilities, but player wins after 3 wins in a row.. Rules are the same

About this project

Anything you need to know you may find here

You can play the game anytime here: Tic Tac Toe