Skip to content

Instantly share code, notes, and snippets.

View fmtayag's full-sized avatar
🏠
Working from home

Francis Tayag fmtayag

🏠
Working from home
View GitHub Profile
@fmtayag
fmtayag / gist:0e74770f7e87b58a19d011a21628e74c
Created March 24, 2021 02:47
Nasty code - how not to make scenes in pygame
while running:
# Initialize the game objects and variables ================================
# Empty the sprites
sprites.empty()
enemies.empty()
p_lasers.empty()
e_lasers.empty()
upgrades.empty()