BenRodProd / capstone-project

NEXT | REACT | MONGODB | MONGOOSE | STYLED-COMPONENTS
https://capstone-project-kohl-seven.vercel.app
1 stars 0 forks source link

Enemy Health and first graphics #13

Open BenRodProd opened 1 year ago

BenRodProd commented 1 year ago

Value proposition

As a student I want to see a benefit from entering the right letter in order to stay motivated

Description

Image

Acceptance criteria

Tasks

Size: M

CJAkkuec commented 1 year ago

Nice work!

when the enemy has no health, the next enemy should show up

I'd argue this is a different User Story (switching out enemies, etc), along with this, as well ⬇️

when enemy's health is 0, show next enemy's image & name

Spoiler:

implement an input "range" slider to show enemy's health

Perhaps you may want to use the HTML element <progress> instead. ;)

BenRodProd commented 1 year ago

ok, the progress looks better, thanks...