Skip to content

nisalp/mini-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Tic Tac Toe

Starter kit for the tic tac toe miniproject for my programming basics class.

Getting starting

  1. Clone this project on to your computer.
  2. Make sure you have NodeJS and Yarn installed on your machine.
  3. Run yarn install from inside the project folder to install dependencies.
  4. To run the program, you can run node index.js.

Board printing layout

-------
| |O|X|
-------
|O|O| |
-------
|X|X|X|
-------

About

Starter kit for the tic tac toe mini project for my programming basics class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published