- Nick Magruder
- James Gerstenberger
This application is a terminal based tic tac toe game that utilizes socket.io server side and client side libraries. In addition this application uses Enquirer for command line terminal interaction.
To use this application, clone this repo and run npm install in each of the o, x, and server folders. Open a terminal window for each server.js, o.js, and x.js and run using node.js you will be prompted to play a game!
- Tic Tac Toe Board and Winner Combinations
- Array Comparison Function