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
- Host: GitHub
- URL: https://github.com/shankytiwari/multiplayer-tic-tac-toe-game-using-angular
- Owner: ShankyTiwari
- Created: 2018-01-20T18:49:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T05:12:02.000Z (over 7 years ago)
- Last Synced: 2025-03-24T10:56:28.627Z (7 months ago)
- Topics: angular-mulplayer, tic-tac-toe, tic-tac-toe-angular, tic-tac-toe-multiplayer
- Language: TypeScript
- 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: 108 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)