s-rd / whackwhack

🕹 Simple Whack-a-Mole-type game using mostly basic HTML and Sass.

Home Page:https://whackwhack.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot

Netlify Status

Whack Whack — Revolution!

A simple Whack-a-Mole type game built as a Single Page Application with HTML/SCSS and Vue/JS.

Structure

App.vue is the main file. This keeps track of state (instead of a store) and pulls in child components. Data flows to child components through props.

Styles are located separately in assets/styles. Each Vue component has its own block, following the BEM methodology.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

About

🕹 Simple Whack-a-Mole-type game using mostly basic HTML and Sass.

https://whackwhack.netlify.app


Languages

Language:Vue 83.1%Language:SCSS 14.7%Language:HTML 1.5%Language:JavaScript 0.7%