Skip to content

coja56/Bigginners-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Bigginers Game

A simple Game

This a simple game created from an example file coded in pygame The aim of the game is to have a player move up and down forward and backwards with the arrow keys and must avoid colliding with objects "Enemy" to win.

  1. The game has One player object moving around the screen.
  2. The game has Three Enemy objects moving across the screen from different positions. If the player collides with any of the enemy objects they lose and game ends.
  3. The game has atleast One Prize object. If the player collides with the prize object the player wins and the game ends.

For more information about creating a game with pygame, see here: https://www.pygame.org/docs/tut/MakeGames.html

About

A simple Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages