Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 508 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 508 Bytes

Project Overview

This is a mathamatic project for a well-known and easy to play game Tic Tac Toe. Running the javascript file will create a virtual game with two players. By default, it will run 1000 time and record the number of wins and losses.


Usage

Dependency

  • readline-sync (1.4.9+)
  • cli-progress (2.1.1+)

Install and run

  1. Download NodeJS (8+)
  2. Download this directory
  3. Run npm install to install the dependencies
  4. Run node controll.js
  5. Type the number of runs per test