A crossward puzzle game making tool!
- create a crossword puzzle with hints and answers of your choosing
- save the puzzle for others to use
- play puzzles that others have made
This is mainly an exploration in how to make a crossword puzzle, more than anything. To see the finished result, visit https://crossward.vercel.app/.
In order to develop, you need access to secrets for login and the database. You can create your own:
- Database: MongoDB. You'll need
MONGO_DB_URIandMONGO_DB_PASSWORD. - Auth: Uses SveltkitAuth with Google as provider. You'll need a
GOOGLE_IDand aGOOGLE_SECRET, which you can get by creating credentials at Google OAuth Client
npm install
npm run devVisit http://localhost:5173/
To create a production version of the app:
npm run build