A jumbled word search game. Can you find all of the words that the computer finds?
![Screenshot of the gribbles game](https://private-user-images.githubusercontent.com/25328854/265240115-2f76f6c5-f643-455c-8807-4b9b7fbd1f8b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjMyNTcsIm5iZiI6MTczOTQ2Mjk1NywicGF0aCI6Ii8yNTMyODg1NC8yNjUyNDAxMTUtMmY3NmY2YzUtZjY0My00NTVjLTg4MDctNGI5YjdmYmQxZjhiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE2MDkxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRmNzhjZTYyYzI5ZDY4ODRhOGI0YjYxNjlkYmEzMzNlYzI2MDg3YWM2MjliM2E1YzExYmIwMThjMWMwYzk0OTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.U-oXQSo4Ly1yi3Wgiq0DV3vXHtHgA4V_H5RYNq5sxzk)
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).