A small experimental Pong AI project built with Python and Pygame. The purpose of the project is to explore how a simple AI agent can improve its behavior over time through reward-based learning and ...
The codebase is organized into modular sections covering CLI applications, Object-Oriented Programming (OOP), file manipulation, and game development: ├── ConsoleEscapeGame/ # Text-based grid escape ...