Skip to content

A simple web based tic-tac-toe game with easy and hard mode.

Notifications You must be signed in to change notification settings

dipto0321/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe

standard-readme compliant

One of the popular game. Play here

Table of Contents

Background

We used pure vanilla javascript and object-oriented methodologies. There are two modes one is easy and the other is hard.

  • Easy: In this mode computer play through random input. User can easily defeat the computer.
  • Hard: In this mode computer use Minmax algorithm to make his turn in the board. So it's an unbeatable approach. User can draw but can't defeat the computer.

Install

npm run prod

Usage

npm start

Then goto http://localhost:8080/

Maintainers

Ryan and Dipto

Contributing

Ryan and Dipto

License

ryto © 2019 Ryto Verkar

Releases

No releases published

Packages

No packages published