Vages / svelte-whack-a-mole

A whack a mole game made in Svelte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mash a Mouse

A Svelte implementation of Whack a Mole.

Credits

The project was conceived and made during work hours at Knowit Objectnet. If you'd like to join us or some of the other Knowit Norway companies, send us an email.

The user interface was designed by my co-worker, Birgitte Rishatt.

It is based on the Svelte template, a project template for Svelte apps. It lives at https://github.com/sveltejs/template.

To create a new project based on this template using degit:

npx degit sveltejs/template svelte-app
cd svelte-app

Note that you will need to have Node.js installed.

Get started

Install the dependencies with Yarn...

cd svelte-app
yarn install

...then start Rollup:

yarn run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

About

A whack a mole game made in Svelte


Languages

Language:Svelte 67.4%Language:JavaScript 20.4%Language:CSS 9.1%Language:HTML 3.1%