An open API service indexing awesome lists of open source software.

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

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)