@ryan_dsilva/tictactoe
v1.1.0
Published
Tic Tac Toe, but in your terminal!
Downloads
7
Readme
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
Technologies and Platforms
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.
- Install globally through NPM
npm install -g @ryan_dsilva/tictactoe
- Run using the shorthand,
ttt
ttt
Usage
Here's an example of me playing Tic Tac Toe in my terminal :smile: