Skip to content

ayu023ban/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

This is a complete and an awesome Tic Tac Toe game, with a great design and all the necessary features you could think of (check Features for more details).

Artificial Intelligence: To create the AI for this game I used the Mini-Max algorithm, a recursive or backtracking algorithm which is used in decision-making and game theory.

Home page

Tic Tac Toe

Table of contents

  1. Demo
  2. Features
  3. Development

Demo

The full demo of the game is hosted and can be viewed at here

Features

  • Single & multiplayer mode

  • Restart game

  • Save and display score

  • Fully Compatible with mobile

  • Reset score

  • Great sound effects

  • Material design

  • A cartoon game style design

  • Cool CSS animations & SVG animations (board game, 'X' & 'O' marks)

Game page vs player

Tic Tac Toe

Game page vs A.I

Tic Tac Toe

Mobile View

Tic Tac Toe

Development

To set up this App locally, clone this repo to your desktop using git and develop as you want!!

This game is still in development phase so some features mentioned above might not be there