/tictactoe-cli

Tic Tac Toe, but in your terminal!

Primary LanguageTypeScript


Logo

TicTacToeCLI

Tic Tac Toe, but in your terminal!

About The Project

So, I was randomly thinking about games you can play in the terminal and had this lightbulb moment: why not make one myself? And what's easier to start with than good old Tic Tac Toe? Just for kicks, I decided to whip up this fun project on a lazy Sunday. Turned out to be a pretty cool way to spend the day!

On a more serious note, I did try to incorporate best practices and extensive documentation for my code. If you want to learn more about the AI algorithm I used, here's a great link that I used myself: Link

(back to top)

Technologies and Platforms

TypeScript

Node.js

NPM

(back to top)

Getting Started

Prerequisites

Make sure you have Node.js installed and can access npm.

node -v

npm -v

Installation

This project is intended to be installed globally through npm.

  1. Install globally through NPM
    npm install -g @ryan_dsilva/tictactoe
  2. Run using the shorthand, ttt
    ttt

(back to top)

Usage

Here's an example of me playing Tic Tac Toe in my terminal 😄

demo

(back to top)

Contact

Website LinkedIn

(back to top)