A small text-based walking simulator. An experiment to build something fun with:
- Svelte instead of React
- JavaScript instead of TypeScript
- Html text elements instead of a canvas
The bundled js is about 20KB
Clone, cd into svelte-and-sorcery
. Run:
npm install
npm test
npm build && npm start
Watch tests with npm run test:watch
Rebuild and serve on code changes with npm run dev