player - edSBHS/programmingProjectL3 GitHub Wiki
first just a block that moves with left and right arrows, loops around, shoots a bullet, collides with enemy
player has been drawn as a square, it moves using key codes
it loops around the screen
i has created a player bullet using a class , it shoots when space bar pressed.
player as a image is being done
collision with enemy array is being tested
collision works, score is being made