https://github.com/iashraful/tic-tac-toe
A realtime game with multiplayer
https://github.com/iashraful/tic-tac-toe
game-development nodejs realtime-games socket-io vuejs
Last synced: 2 months ago
JSON representation
A realtime game with multiplayer
- Host: GitHub
- URL: https://github.com/iashraful/tic-tac-toe
- Owner: iashraful
- Created: 2020-04-10T02:21:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T13:23:39.000Z (over 2 years ago)
- Last Synced: 2023-03-01T02:45:57.215Z (over 2 years ago)
- Topics: game-development, nodejs, realtime-games, socket-io, vuejs
- Language: Vue
- Homepage: https://tic-tac-toe.ashraful.dev
- Size: 3.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe
> A simple multiplayer game for all### Live Project
* https://tic-tac-toe.ashraful.dev### Setup (Traditional Approach)
* `yarn install` OR `npm install`
* `yarn build` OR `npm run build`
* `yarn serve` OR `npm run serve` (For development)
* `node server.js` for small production.