https://github.com/shankytiwari/multiplayer-tic-tac-toe-game-nodejs-server
:sparkles: :star: Nodejs server for Multiplayer Tic-Tac-Toe Game created in Angular 2
https://github.com/shankytiwari/multiplayer-tic-tac-toe-game-nodejs-server
Last synced: 7 months ago
JSON representation
:sparkles: :star: Nodejs server for Multiplayer Tic-Tac-Toe Game created in Angular 2
- Host: GitHub
- URL: https://github.com/shankytiwari/multiplayer-tic-tac-toe-game-nodejs-server
- Owner: ShankyTiwari
- Created: 2018-01-20T19:17:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T19:29:14.000Z (over 7 years ago)
- Last Synced: 2025-01-24T11:29:10.419Z (9 months ago)
- Language: JavaScript
- Homepage: http://www.codershood.info/2018/01/07/building-dead-simple-multiplayer-tic-tac-toe-game-using-angular-nodejs-socket-io-rooms-part-1/
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multiplayer-Tic-Tac-Toe-Game-Nodejs-Server
## Development server
Run `node server.js` to start the Nodejs server, and after running this command your nodejs server should be running on port 4000.
This is the second part of the building Multiplayer Tic-Tac-Toe Game.
You can read the full code explanation **[from here](http://www.codershood.info/2018/01/07/building-dead-simple-multiplayer-tic-tac-toe-game-using-angular-nodejs-socket-io-rooms-part-1/)**.To play the game, run your angular application and Navigate to `http://localhost:4200/`.
## Demo
Youtube demo Link: [https://www.youtube.com/watch?v=dJQWUubvpIc](https://www.youtube.com/watch?v=dJQWUubvpIc)