Skip to content

joeygravlin/checkers

Repository files navigation

checkers

Checkers app built on electron-vue.

Screenshot

Checkers Demo Screenshot

How to Play

  1. Launch two instances of app.
  • On linux: yarn run build then run two instances of build/checkers*.AppImage
  1. Go to 'connect' page on both clients.
  2. On either of the clients, start the server. Then, on that same client, connect to "yourself".
  3. On the other client, connect to the server running on the other client.
  4. On both clients, go back to the 'play' page and play a game!

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:9080
yarn run dev

# build electron application for production
yarn run build

# run unit & end-to-end tests
yarn test


# lint all JS/Vue component files in `src/`
yarn run lint

This project was generated with electron-vue@cf53551 using vue-cli. Documentation about the original structure can be found here.

About

Checkers game built on electron-vue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published