Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 564 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 564 Bytes

Svelte and Sorcery

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

game screenshot

The bundled js is about 20KB

Install and Run

Clone, cd into svelte-and-sorcery. Run:

npm install
npm test
npm build && npm start

Development

Watch tests with npm run test:watch Rebuild and serve on code changes with npm run dev