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

6d69ac4 Β· Jan 3, 2021

History

34 Commits
Nov 8, 2020
Jan 3, 2021
Nov 7, 2020
Dec 31, 2020
Nov 8, 2020
Nov 8, 2020
Nov 8, 2020
Nov 8, 2020
Jan 3, 2021
Nov 8, 2020
Nov 23, 2020
Nov 23, 2020
Nov 17, 2020
Nov 8, 2020

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