Gaming
Python
Pygame
Turtle

Welcome to my rendition of classic arcade games in Python(be sure to click on the underlined text to check out my code):

Apple Viper is the Snake arcade game built using Python and the Turtle library. This was an excellent introduction to Python and simple game development— main takeaways: are general python syntax and basic reasoning with Data Structures.

I made my version of the Space Invaders arcade game using Python and the Pygame Library. It was an excellent opportunity to play around with System Elements, ensuring they have the proper Physics and accessibility— main takeaways: Managing Multiple Objects, System Control, and being more User-Friendly.