Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skedwards88/crossjig
A word based jigsaw puzzle
https://github.com/skedwards88/crossjig
game puzzle puzzle-game
Last synced: 3 months ago
JSON representation
A word based jigsaw puzzle
- Host: GitHub
- URL: https://github.com/skedwards88/crossjig
- Owner: skedwards88
- Created: 2023-01-16T02:47:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T14:47:52.000Z (4 months ago)
- Last Synced: 2024-10-23T03:08:09.048Z (4 months ago)
- Topics: game, puzzle, puzzle-game
- Language: JavaScript
- Homepage: https://crossjig.com/
- Size: 2.44 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Crossjig
A word based jigsaw puzzle
**Players:** 1
**Time:** 5 minutes
[Play Now!](https://crossjig.com/)
Do you have feedback or ideas for improvement? [Open an issue](https://github.com/skedwards88/crossjig/issues/new).
Want more games? Visit [SECT Games](https://skedwards88.github.io/).
## Development
To build, run `npm run build`.
To run locally with live reloading and no service worker, run `npm run dev`. (If a service worker was previously registered, you can unregister it in Chrome developer tools: `Application` > `Service workers` > `Unregister`.)
To run locally and register the service worker, run `npm start`.
To deploy, push to `main` or manually trigger the GitHub Actions `deploy.yml` workflow. During deployment, the prebuild script will compress some png images into the webp format. You can also compress these images by running `npm run compressImages` if you have the [webp compression tool](https://developers.google.com/speed/webp/docs/precompiled) installed.