Skip to content

JKYang01/game_kitty_shooting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game_kitty_shooting

A simple game by employing pygame packages

What is pygame

Pygame is a cross-platform set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be used with the Python programming language. (from wiki: https://en.wikipedia.org/wiki/Pygame)Pygame uses the Simple DirectMedia Layer (SDL) library, with the intention of allowing real-time computer game development without the low-level mechanics of the C programming language and its derivatives.

Here is the doc of Pygame which catagrized the stuffes we can use: https://www.pygame.org/docs/

Different parts of this project

This simple game have four parts including the classes of characaters and characters' settings the class of opporational functions , the class of game status and the class of invasion

The Fuctions

In cluding Monitor the action of keyboards,Display the game,Functions of checking the collisions among ship, aliens and bullets.

The Game vision:

alt text

About

A simple game by employing pygame packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages