Skip to content

A very simple alien invasion-style shooter made with PyGame. Features a cat. ๐Ÿ›ธ ๐Ÿ‘พ ๐Ÿˆ

Notifications You must be signed in to change notification settings

beeankha/CatSaveUs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

34 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Cat Save Us! ๐Ÿ›ธ ๐Ÿ‘พ ๐Ÿˆ


Overview

gameplay

This is a simple Pygame-based alien shooter cat game that I made for Python/Pygame practice. It's based on the tutorial from the excellent Python Crash Course book.

Read more about Pygame here: https://www.pygame.org/wiki/about


Requirements:

  • Python 3
  • Pygame

To install Pygame, run:

$ python -m pip install --user pygame

If you need to specify Python3, then run:

$ python3 -m pip install --user pygame

If this command doesnโ€™t work on macOS, try running the command again without the --user flag.


Running the Game

To run this game, navigate to the directory with the cat_save_us.py file and run:

python3 cat_save_us.py

Game Controls

Use the left and right arrow keys to move the cat.

Press the spacebar to shoot bullets.

Press the left shift key to shoot a shockwave!

shockwave

Type p to pause the game (and c to resume the game after pausing).

Type q to quit out of the game.

About

A very simple alien invasion-style shooter made with PyGame. Features a cat. ๐Ÿ›ธ ๐Ÿ‘พ ๐Ÿˆ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages