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

https://github.com/shankytiwari/multiplayer-tic-tac-toe-game-using-angular

:game_die: Building a Dead-Simple Multiplayer Tic-Tac-Toe Game using Angular
https://github.com/shankytiwari/multiplayer-tic-tac-toe-game-using-angular

angular-mulplayer tic-tac-toe tic-tac-toe-angular tic-tac-toe-multiplayer

Last synced: 6 months ago
JSON representation

:game_die: Building a Dead-Simple Multiplayer Tic-Tac-Toe Game using Angular

Awesome Lists containing this project

README

          

# Multiplayer-Tic-Tac-Toe-Game-using-Angular

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.0.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

This is the first part of the building Multiplayer Tic-Tac-Toe Game, written in Angular 2.
You can read the full code explanation **[from here](http://www.codershood.info/2018/01/11/building-dead-simple-multiplayer-tic-tac-toe-game-using-angular-nodejs-socket-io-rooms-part-2/)**.

To run this application you will need a NodeJs server in order to pass the event between two players. Click here for Nodejs [API/Events](https://github.com/ShankyTiwari/Multiplayer-Tic-Tac-Toe-Game-Nodejs-Server).

## Demo

Youtube demo Link: [https://www.youtube.com/watch?v=dJQWUubvpIc](https://www.youtube.com/watch?v=dJQWUubvpIc)