This is a simple Vue.js application that helps you to remember cards and points during a game. Check the status in the upper left and just click on the buttons and cards during the game.
(TODO: Integrate a skat simulator that gives some playing advice)
You can test and use the skatbuddy here: //moscon.de/skatbuddy
You can build the project with NPM like this:
npm update
and npm run build
(and environment var NODE_OPTIONS=--openssl-legacy-provider
in case of issues)
- Respect to the Vue.js team for creating such a nice SPA framework
- Thanks to vector-playing-cards for providing very nice open-source images of playing cards
- To Mr. Mos for developing the stuff ;) (moscon.de)