You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python Game Player 2D is a beginner-friendly 2D game built using Python, designed to demonstrate core game development concepts such as player movement, collision detection, event handling, and animation. Developed as an educational and expandable project, it serves as a great foundation for building simple 2D games using libraries like pygame.
A simple Python implementation of the classic Blackjack card game, featuring card shuffling, hand totals, and win/loss conditions. Built using object-oriented programming principles.