Skip to content

JackJBlundell/TicTacToe-Win-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Win Checker

A simple program to determine the winner of a given Tic Tac Toe board.

The format of a board is a 3x3 2d array, for example:

[
    ["x","o","x"],
    ["x","x","o"],
    ["x","o","o"]
]

Empty cells should be provided as empty strings, but is not essential.

Installation

Use git clone with our repository to install the application:

git clone https://github.com/JackJBlundell/TicTacToe-Win-Checker.git

Usage

Inside the parent directory of the project "TicTacToe-Win-Checker", use the following command in the command line window.

node index.js

About

A program that checks if somebody has won Tic Tac Toe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published