score, lives - edSBHS/programmingProjectL3 GitHub Wiki

score is being tested, for every time a player bullet collides with a enemy add plus 1

score is working, and live score is being shown on the screen for the player to keep track

lives is being made

i will make three images of the player to represent how many lives the player has left

everytime enemy bullet touches the player, decrease health by one and have one image disapeer

will be working once enemy bullet collision is wokring