bsoc-bitbyte / bsoc-bitbyte/2D-Platformer

Create a health system for player and enemy.

Open
#11 1 comment 0 reactions 1 assignee Claimed by @CoDIngDEMon018 View on GitHub
difficulty-hard enhancement
Dominant language
C#
Stars
0
Forks
9
PR merge metrics
No merged PRs in 30d

Description

### Is your feature request related to a problem? Please describe.

We need health system for our player and enemies.

### Describe the solution you'd like

implement a proper health scripts for player and enemy, use interface (like livingEntity) and inherit it in both player and enemy.
Create a method that when ever enemy is hit by player sword, to decrease the health by certain amount, vice-versa for player.

### Describe alternatives you've considered

_No response_

### Developer Help

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.