Just a simple Spider Solitaire clone, written in javascript. The project utilizes KineticJS for the canvas/drawing and howler for the sound effects.
The latest version of the game is hosted on http://fuzzley.info/project/spider/.
Have fun!
This project uses yarn for dependency management and Vite for the dev server and production build.
yarn install # install dev dependencies
yarn dev # start the dev server on http://localhost:9000
yarn build # produce a production build in dist/
yarn preview # serve the production build locally
yarn lint # run ESLint
yarn prettier # format the code with PrettierThe game code lives in src/ (bundled by Vite via src/main.js). The vendored
libraries (jQuery, Knockout, KineticJS, Howler) and static assets are served
as-is from public/.