junclemente / monster_slayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monster Slayer

Description

This is a simple project to learn and become familiar with VueJS.

To play

Click this link to play Monster Slayer.

Rules

Start Game: Click this button to reset all stats and begin the game.

Attack: Click here to begin an attack round. A random number between 1 and 10 will be selected for each Player and Monster and will be subtracted from the total hitpoints (HP) respectively.

Special Attack: Click here to begin a special attack round. The user will be able to attack with a higher HP. Beware, you can only do a special attack 3 times in a row. If you try a special attack but don't have any available, the Monster will be able to attack with higher HP.

Heal: Click here to heal. You can only heal twice in a row.

Give Up: To concede and do the walk of shame, click here. This will stop the game.

Course

This project is part of the 'VueJS 2 - The Complete Guide (incl. Vue Router & Vuex)' by Maximilian Schwarzmuller.

About

This project is about learning how to create a simple game, using VueJS as the MVC. The instructor provided us with a barebones HTML, CSS, and JavaScript files

Technology

  • HTML5
  • CSS3
  • VueJS

About


Languages

Language:JavaScript 98.8%Language:HTML 0.8%Language:CSS 0.4%