Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 733 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 733 Bytes

tic-tac-toe

Contributors

  • Nick Magruder
  • James Gerstenberger

Project Overview

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.

Instructions

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!

Credits