jChicote / Dungeon_Breakout

An fps roguelike monster game, where you are trapped inside the walls of the dungeon where many creatures remain.
MIT License
0 stars 0 forks source link

Create score system for player #106

Open jChicote opened 1 year ago

jChicote commented 1 year ago

Description

I want to create a simple score system that updates the count value whenever the target is killed. The score system updates count based on the value assigned to the target.

Acceptance Criteria

jChicote commented 1 year ago

Scope Extended

A Game Instance is to be added