A game program written in the Python language
My Pygame
Game Information:
Description
This Pygame project is a game program written in the Python language that was created to fulfill the level 1 task requirements for the Hyperion Development Software Engineering Bootcamp that I am enrolled in. The aim of this task was to develop skills to adapt to working with novel code libraries. Therefore, a simple Pygame program example was provided as a base to write our own game, according to the task level specifications. This simple game includes one ‘player’ object, three ‘enemy’ objects and one ‘prize’ object.
Functionailty
When this program is run, a black game screen is displayed according to the size specifications in the code. The player object then appears at the top lefthand corner of the screen and the person playing