1.0.5 • Published 4 years ago

tic-tac-nano-2 v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Tic-Tac-Nano 2

Tic-Tac-Nano 2 is a tic tac toe class that is simple and easy to use

Installation

To install this package, you need the node package manage

npm install tic-tac-nano-2

Usage

Tic-Tac-Nano 2 is quite simple to use. To initalize a tic tac toe game, call the class:

const ticTacNano = require('tic-tac-nano-2');

const a = new ticTacNano('X', 'O')

With initialization, the class has many neat functions, such as:

a.turn(/*Board spot*/,"A1", /*turn letter*/"x")

a.visualize()
/*returns:
❌|ㅤ|ㅤ
ㅤ|ㅤ|ㅤ
ㅤ|ㅤ|

*/

Git Repo

tic-tac-nano-2

Changelog

V1.0.0 - Initial Release V1.0.1 - Added the README.md file V1.0.2 - Added square lock to the turns V1.0.3 - Added a move log V1.0.4 - Added a draw condition V1.0.5 - Fixed problem with the move log

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago