Skip to content

This is a simple Python game I created using PyGame. The player must avoid the enemy octopus and catch the unicorn to win!

Notifications You must be signed in to change notification settings

nadabonaso/catcher_in_the_sky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catcher_in_the_sky

About

My first game created in Python using Pygame :) For this program I used variables, various data types, if statements, loops and nested structures.

How to play:

There is a main player which the user can move around the screen with their arrow keys. There are 3 enemies (alien octopi) and 1 prize (unicorn). The goal is to avoid colliding with the enemies. If they catch the prize, they win the game.

Contributors

No contributions at this time.

Usage

Requirements for running

  • import pygame
  • import random

About

This is a simple Python game I created using PyGame. The player must avoid the enemy octopus and catch the unicorn to win!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages