Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 405 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 405 Bytes

tictactoe

This is a simple game of tick-tac-toe that was built on Node with express.js, socket.io and Bootstrap

If you want to play the game online, visit http://simple-tictactoe.herokuapp.com/. Enter a room id, and give this id to your friend. You can then play together!

If you want to run this locally, just clone this repo and install dependencies with npm install Run the app with node app.js