Skip to content

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

Notifications You must be signed in to change notification settings

jrocha-dev/esp-whackwhack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 83.1%
  • SCSS 14.7%
  • HTML 1.5%
  • JavaScript 0.7%