@ryan_dsilva/tictactoe

1.1.0 • Public • Published


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)

Readme

Keywords

Package Sidebar

Install

npm i @ryan_dsilva/tictactoe

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

17.6 kB

Total Files

8

Last publish

Collaborators

  • ryan_dsilva