Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.39 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.39 KB

Vue Prototype - "Untitled"

A simple browser-based game created using Vue.JS in order to explore and learn Vue.JS.

Play this prototype at: http://hellomynameisnate.com/staging/vue-prototype!

Release Notes

v1.2

  • Changed button styles so that it uses Bootstrap.
  • Changed starting gold to 50.
  • Increased number of logs displayed.
  • Decreased the armor rating. Apparently it was too good.
  • Added critical state to health bars.
  • Added support for mobile. Play on the go!
  • Added mana feature for healing. No more click-spamming!
  • Removed borders around the interface.

v1.1.1

  • Forgot to reset the currency again. I gotta stop doing this.

v1.1

  • Restructured code so it's a lot more logical.
  • Added styling. Doesn't it look pretty?
  • Added death state. Because you're not exactly immortal.
  • Added healing ability. So now you have a fighting chance.
  • Improved the functionality to the game log.

v1.0.2

  • Oops, forgot to reset the currency back to pre-test figures.

v1.0.1

  • Deployed, this prototype is now live!

v1.0

  • Fixed header typo in the readme. Oops!
  • Added Bootstrap for UI.
  • Added starting interface layout with some components.
  • Added some basic combat functionality.
  • Added a way to reset the game. Because replayability is important!
  • Added a basic currency and upgrade system.

v0.0

  • Greetings globe!
  • Set up development environment and update this readme.