Skip to content

a small web app to assist in the popular Discord activity SpellCast

License

Notifications You must be signed in to change notification settings

LukenSkyne/Svelte-Caster

Repository files navigation

Svelte-Caster Logo

SvelteCaster

the trusted source to flex vocabulary on your friends

MIT License

About

Sometimes I really want to know what other words would've been possible. This app uses a slightly transformed version of aspell.net's dictionary for english words.

Gallery

The following screenshot shows what the App looks like after entering all letters and the modifiers. It's intended to look very closely to the original game, I hope you like it!

Example Round

Developing / Running the app

Once you've installed dependencies with npm install (or pnpm install or yarn), you can start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

You can enter letters by clicking into a cell. By entering 1, you set the current cell to a 2X modifier. Entering 2 or 3 sets the cell to either a double or triple letter multiplier.

Acknowledgements