Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1 KB

README.md

File metadata and controls

27 lines (15 loc) · 1 KB

Blobble

A spatial word game.

Players: 1

Time: 5 minutes

Play Now!

game icon

Do you have feedback or ideas for improvement? Open an issue.

Want more games? Check out Crossjig and Lexlet or see all of my puzzle games here.

Development

To build, run npm run build. (Run npm install first if you haven't already.)

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.