A remote Tic Tac Toe developed using React for the front and Node.js along with Socket.io for the back. The goal was to build a simple remote multiplayer game.
✨ Demo
As the game is made for 2 players, find someone to play with and share the link, or enter the "matchmaking" on your own in 2 different browser tabs to play against yourself.
I gave a talk in french on how to build this remote tic-tac-toe. You can find the slides here.
First, install main dependencies
npm install
Then front and back
npm run install:children
Start the node.js server and react front
npm run start
The Node.js server is deployed on Heroku.
The React front is deployed on Netlify.
👤 Nicolas BARDOUX nicolas.bardoux@gmail.com
Give a ⭐️ if this project helped you!
Copyright © 2020 Nicolas BARDOUX nicolas.bardoux@gmail.com.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator