Commit Graph

269 Commits

Author SHA1 Message Date
Andreas Zweili 2b9755e7e7 let the healthbars get to 0 2021-01-22 19:52:56 +01:00
Andreas Zweili 0d84a18f2e add a win dialog 2021-01-22 19:50:36 +01:00
Andreas Zweili 12a907e630 add a function to heal the player 2021-01-22 19:50:16 +01:00
Andreas Zweili 3ffbadeb3a rename the attackValue function 2021-01-22 19:49:46 +01:00
Andreas Zweili 6f3f20e1b4 add a special attack 2021-01-21 12:28:31 +01:00
Andreas Zweili 7eaa708046 add healthbars 2021-01-20 22:50:24 +01:00
Andreas Zweili a1f975f780 add monster slayer game 2021-01-20 22:29:23 +01:00
Andreas Zweili bd2d65990a add my solution for assignment 5 2021-01-20 19:41:17 +01:00
Andreas Zweili 75b413f488 add assignment 5 2021-01-20 19:27:02 +01:00
Andreas Zweili bf1973a608 finish lesson 46 2021-01-20 19:26:26 +01:00
Andreas Zweili 39e437990c lesson 44: more v-for 2021-01-19 23:04:12 +01:00
Andreas Zweili 971bcddb03 lesson 43: v-for 2021-01-19 22:54:46 +01:00
Andreas Zweili 8bba59fa81 lesson 40: v-if 2021-01-19 21:26:38 +01:00
Andreas Zweili ccc8800093 add code for lesson 39 2021-01-19 21:05:03 +01:00
Andreas Zweili 6108d09c4c computed properties are as the name says computed
since the :class parameter awaits true and false I can compute those
directly inside the computed properties.
2021-01-18 23:35:06 +01:00
Andreas Zweili a0dc7b7e6d using v-model is eaiser/faster 2021-01-18 23:34:24 +01:00
Andreas Zweili 0b6020d18d add my solution for assignment 4 2021-01-18 23:22:34 +01:00
Andreas Zweili 8933709313 add assignment 4 files 2021-01-18 22:55:50 +01:00
Andreas Zweili b3b6630e4b lession 34: computed properties in classes 2021-01-18 22:51:29 +01:00
Andreas Zweili 043e32cb67 make the boxes toggleable 2021-01-18 22:45:24 +01:00
Andreas Zweili f9203c83d3 lesson 33: adding classes dynamically 2021-01-18 22:45:05 +01:00
Andreas Zweili 0be4a896e9 remove the inline style example 2021-01-18 22:39:16 +01:00
Andreas Zweili b070edb69f add the css class active 2021-01-18 22:38:51 +01:00
Andreas Zweili e64f146c2e format the css with prettier 2021-01-18 22:38:28 +01:00
Andreas Zweili 5af511bc87 lesson 32: dynamic styling 2021-01-18 22:36:41 +01:00
Andreas Zweili 99be089ede format with prettier 2021-01-18 22:28:32 +01:00
Andreas Zweili 7e610fac01 add use strict 2021-01-18 22:28:23 +01:00
Andreas Zweili c5ce272833 lesson 32: add example files 2021-01-18 22:27:27 +01:00
Andreas Zweili b562250178 correct based on the solution 2021-01-18 22:26:19 +01:00
Andreas Zweili 942a45783a correct my solution based on the assignment video 2021-01-18 22:15:38 +01:00
Andreas Zweili b595fb18c1 add my solution for assignment 3 2021-01-18 22:12:11 +01:00
Andreas Zweili 3dfa4512bc format with prettier 2021-01-18 21:54:10 +01:00
Andreas Zweili 4af49eac9e add assignment3 2021-01-18 21:53:52 +01:00
Andreas Zweili 529fa4e74a lesson 31: v-on and v-bind shorthand 2021-01-18 21:50:32 +01:00
Andreas Zweili bc69656d06 add a real example for watchers 2021-01-18 21:37:32 +01:00
Andreas Zweili b64a3bd35e rewrite the exmaple to the proper code with computed properties 2021-01-18 21:33:06 +01:00
Andreas Zweili 97812b321b add a watcher example 2021-01-18 21:28:07 +01:00
Andreas Zweili c7ad6bfe14 lesson 28: computed properties 2021-01-18 21:15:34 +01:00
Andreas Zweili f7f506471f add a method to add a lastName 2021-01-18 21:02:10 +01:00
Andreas Zweili 595a7183be rename the lastName attribute from setName 2021-01-18 21:00:01 +01:00
Andreas Zweili 2926059c42 lesson 26: two-way binding 2021-01-18 20:56:35 +01:00
Andreas Zweili 4fc96365f6 add files for lesson 26 2021-01-18 20:47:58 +01:00
Andreas Zweili 67e59b0df1 update according to solution 2021-01-18 20:46:47 +01:00
Andreas Zweili 843bea6d06 add my solution for the second assignment 2021-01-18 20:45:21 +01:00
Andreas Zweili 886c91c6d3 add second assignment 2021-01-18 20:02:38 +01:00
Andreas Zweili 953fd0fb9e lesson 24: add keyup event 2021-01-18 18:23:34 +01:00
Andreas Zweili e1524b4661 lesson 24: event modifiers the proper way 2021-01-18 18:17:06 +01:00
Andreas Zweili 1bd8145e81 lesson 24: event modifiers the obvious way 2021-01-18 18:15:02 +01:00
Andreas Zweili 467f1fddb1 lesson 23: using the native event 2021-01-18 18:09:41 +01:00
Andreas Zweili c9f6b1af57 add an input field 2021-01-18 18:06:18 +01:00