Skip to content

stanf0rd/rasseki-game

Repository files navigation

⛰ Rasseki Game

Web-based 2D-game

!Version Build Last commit Maintainability

🛸 About development

I really don't know now what it will look like.
But hope I will have fun during development.

⚙️ Technologies

  • Svelte & SvelteKit
  • Typescript & AssemblyScript as engine base

🚀 Scripts

Developing

npm install
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

npm run build

You can preview the built app with npm run preview.