Skip to content

youssif-sully/Python-Module-pygame

Repository files navigation

Python-Module-pygame

First check out the flowing

Game flow and pygame rect

Road map

The game divided into different modules for ease of use and debugging

  • Colors Module

    • defining some RGB colors to use in the game (we can add more colors here)
  • Config Module

    • defining screen width and height and also the FPS
  • Initialize Module

    • initializing the pygame module, pygame mixer (used for sounds), the screen (width and height imported from config module), screen label and the clock (used to control the time of the game flow) See: Game flow
  • Player (sprite) Module

    • contains player (sprite) class and for now it is a rectangular shape (pygame.Surfaces())
  • The main Module

    • the main loop of the game and contains the all the steps of the game flow See: Game flow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages