/tic-tac-toe

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

Primary LanguageJavaScript

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