https://github.com/unix-user/facechess
Play a chess game with a random person on the internet
https://github.com/unix-user/facechess
chessboardjs chessjs socket-io vue3
Last synced: 5 months ago
JSON representation
Play a chess game with a random person on the internet
- Host: GitHub
- URL: https://github.com/unix-user/facechess
- Owner: Unix-User
- Created: 2022-12-06T17:15:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T15:32:45.000Z (7 months ago)
- Last Synced: 2025-06-03T23:19:38.575Z (7 months ago)
- Topics: chessboardjs, chessjs, socket-io, vue3
- Language: Vue
- Homepage: http://facechess.udianix.com.br
- Size: 3.88 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# facechess
A simple online chess game. Play with your friends on a video conference.
Made with passion, [vue3](https://vuejs.org/), [peerjs](https://peerjs.com/), [socket-io](https://socket.io/), [chess.js](https://github.com/jhlywa/chess.js) and [chessboardjs-vue3](https://www.npmjs.com/package/chessboardjs-vue3)
## Project setup
```
npm install
```
### Before start you need to rename the .env file or create your own
```
cp .env.example .env
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Start development server
```
node server/server.js
```
### 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/).