Game server and client for tic tac toe game using socket io and nodejs
cd tic-tac-toe-server
npm start
Server will run at localhost:3000
You can change port in server.js
cd tic-tac-toe-client
npm start
Client will try to connect at localhost:3000
You can change port and host at index.js
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]