Skip to content

A command line interface Tic Tac Toe game built in NodeJS

Notifications You must be signed in to change notification settings

WeHateNick/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

A command line interface Tic Tac Toe game built in NodeJS

Dependencies

  • NodeJS
  • NPM

Running the CLI

  1. Clone this repository and cd into it
  2. Run npm install to install the dependencies
  3. Run node index to start the CLI

About the app

The main object of the project was to show basic compentence in JavaScript. The game is only one player against a computer that is picking it's moves at random, so it should be pretty easy to beat ;)

About

A command line interface Tic Tac Toe game built in NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published