/solitaire

Pure JS written solitaire game with multiplayer!

Primary LanguageVue

Introduction

This project was a re-development of VueSolitaire, by adding multiplayer part and a golang backend SolitaireBackend written by me as well.

This is a toy which I created to play with my girlfiend. You can simply set up the server and then have some competitive fun with your friend in solitaire game!

screen shot

Demonstrate

Run

Get in the dir of this repo.

run commands below with npm installed.

npm install

npm run dev

Run backend

See introduction in SolitaireBackend