Please enable JavaScript.
Coggle requires JavaScript to display documents.
Pacman Python - Coggle Diagram
Pacman Python
enemy_class
set radius
grid positions
starting positions
define speed
target player's sprite
define personalties
speedy
random
scared
slow
define set colour
player_class
lives
speed
starting position
current score
high score
coins = +1 score
grid position
app_class
display screen
start_events
playing_events
game_over_events
you_win_events
define background
Theme
8 Bit Game
1980's
Retro
Pacman theme song
WAV File
Assets
Pygame
System-specific parameters and functions
copy import
maths import
Images/Sprites
walls text
maze.png
pacman sprite
enemy sprites
settings_class
colour settings
BLACK
RED
GREY
WHITE
PLAYER_COLOUR
font settings
START_TEXT_SIZE
START_FONT
Arial Black
screen settings
WIDTH
HEIGHT
FPS
TOP_BOTTOM_BUFFER
ROWS
COLS
main_class
runs main controller
import from app_class