Kawaeee / guragura

How I learn Svelte with meme game!

Home Page:https://kawaeee.github.io/guragura/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guragura

This repository provides a simple game where the player uses the left and right arrow keys. The goal of the game is to reach the goal (a static element on the screen) as many times as possible before the time runs out. Each time the goal is reached, the player gains points, and the game difficulty increases. The player can overlap with the goal if a certain overlap threshold is met. Just made this for learning how to Svelte, powered by create-svelte.

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

Deploy to GitHub Pages

To deploy a static page of the app:

npm run deploy

About

How I learn Svelte with meme game!

https://kawaeee.github.io/guragura/

License:MIT License


Languages

Language:Svelte 78.2%Language:CSS 10.4%Language:JavaScript 7.4%Language:TypeScript 2.3%Language:HTML 1.7%