diff --git a/cookie-game/CookieCliker.vue b/cookie-game/CookieCliker.vue new file mode 100644 index 0000000..bd5ea1f --- /dev/null +++ b/cookie-game/CookieCliker.vue @@ -0,0 +1,274 @@ + + + + + + {{ cookies.toFixed(1) }} cookies + {{ cps.toFixed(1) }} per second + + + + + + + + + + Achievements + + + {{ a.name }} - {{ a.description }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ building.name }} 🍪 {{ building.price }} #{{ building.count }} + + + + + + {{ upgrade.name }} - 🍪 {{ upgrade.cost }} + ✓ + + + + + + diff --git a/src/pages/CookieClicker.vue b/src/pages/CookieClicker.vue index 0727f08..c5cfa09 100644 --- a/src/pages/CookieClicker.vue +++ b/src/pages/CookieClicker.vue @@ -1,49 +1,244 @@ - - - {{ +cookies.toFixed(1) }} cookies - {{ +cps.toFixed(1) }} cps - - - - - - asdas - - - - {{ building.name }} 🍪{{ building.price }} #{{ building.count }} - - + + + {{ cookies.toFixed(1) }} cookies + {{ cps.toFixed(1) }} per second + + + + + + + + Achievements + + + {{ a.name }} - {{ a.description }} + + + - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + {{ building.name }} 🍪 {{ building.price }} #{{ building.count }} + + + + {{ upgrade.name }} - 🍪 {{ upgrade.cost }} + ✓ + + + + +