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

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

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.