A puzzle game made entirely with Svelte, vanilla CSS and TypeScript.
You can try it here!
VS Code (Link)
Node.js (18 or newer) and Npm (Link)
Yarn (Link)
Svelte for VS Code (Link)
EditorConfig for VS Code (Link)
Run yarn install
to install dependencies.
yarn dev
Starts the dev server. yarn dev --host
Starts the dev server, but also makes it avaliable for others
in the same network. yarn build
Builds the project.
To terminate any of the commands in the terminal, hit CTRL + C