rafiksh / tic-tac-toe-oop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe OOP

Tic-Tac-Toe is one of the most simple games in history. So why not take it up a notch and make it more dynamic using OOP running in the terminal.

Installation

Make sure to have NodeJs and a node package manager installed (I personally use yarn)

Install Dependencies:

npm i

or

yarn install

Run the app using

yarn start

or

npm start

Usage

  • Write down your name and Symbol (X or O)
  • Choose the size of your board (between 3 and 10)
  • Kick the computer's fan
  • Enjoy!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About


Languages

Language:TypeScript 100.0%