Memory Game
Full credit to @leftstick with vue-memory-game.
Play online
What is this?
- A port of the vue-memory-game to svelte.
- Game based on a json file, instead of hard coded.
Status
- Not quite finished porting it, but good enough for it to work.
Development
Install
npm install
Develop
make run-server
Deploy site
make build-site
Reference