OnlineMultiplayerTicTacToe
This is a simple responsive TicTacToe game using Flutter, Node.js, Express, Socket.io, and Mongoose.
Project Setup
-
clone Repository
-
in the root, create .env with these two variables, with your own values.
- MONGO_URI
- PORT
3.After that run this command
npm install && npm start
-
install app in emulator and Run for client1
-
run the borwser for client2