Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.28 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.28 KB

Logic Grid

A classic logic grid puzzle.

Play here!

Screenshot of the logic grid game showing the clues and grid

Contributing

Did you find an error when playing the game? Please open an issue, and include screenshots to illustrate the error.

Do you want to add a new scenario? Open an issue describing the scenario. Or, open a pull request to modify src/logic/puzzleGeneration/allCategories.js. Run npm t -- src/logic/allCategories.test.js -u and commit the changes along with your pull request.

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/workflows/deploy.yml workflow.

Since this app doesn't have a custom domain, asset links for the Google Play Store are stored at https://github.com/skedwards88/.well-known (https://skedwards88.github.io/.well-known/assetlinks.json).