Skip to content

fuzzley/fSpider

Repository files navigation

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!

Development

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 Prettier

The 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/.

About

Spider Solitaire written in Javascript.

Resources

Stars

25 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors