Skip to content

alexjmu/svelte-and-sorcery

Repository files navigation

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

About

Text-based game experiment built with Svelte

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published