https://github.com/polfeliu/othellolago
Peer to peer othello online game
https://github.com/polfeliu/othellolago
game javascript othello othello-game peer-to-peer peerjs vue
Last synced: 23 days ago
JSON representation
Peer to peer othello online game
- Host: GitHub
- URL: https://github.com/polfeliu/othellolago
- Owner: polfeliu
- Created: 2021-02-08T18:03:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T17:49:52.000Z (almost 5 years ago)
- Last Synced: 2025-04-06T03:13:46.832Z (about 1 year ago)
- Topics: game, javascript, othello, othello-game, peer-to-peer, peerjs, vue
- Language: Vue
- Homepage:
- Size: 2.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# othellolago
Public Deployment:
https://polfeliu.github.io/othellolago/
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).