Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 578 Bytes

File metadata and controls

20 lines (13 loc) · 578 Bytes

🎮 Learning Pygame

A collection of PyGame projects, experiments, and practice files built while learning Python game development.

Overview

This repository documents my journey learning PyGame by building small games and testing ideas. It focuses on understanding core concepts rather than producing polished, production-ready projects.

Concepts Covered

  • Game loops
  • Rendering and drawing to the screen
  • Keyboard and mouse input handling
  • Basic game mechanics and logic
  • Experimentation with features and ideas

Tech Stack

  • Python
  • PyGame