Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 583 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 583 Bytes

Pygame

Player can move up and down with the arrow keys and avoid colliding with the enemy.

Table of Contents General info Technologies Setup

General infor The player is able to move around the screen by using the up,down,left and right arrows. 3 enemy objects all move accross the screen from different positions. If player object collides with the enemy the player lose the game and game ends. If player object collides with the prize object, they win and game ends.

Technologies The language that was used for the project: Python

Setup To run this project -Download pygames.