AG~3 TECH_OS: Matrix Snake Engine v1.0

A high-performance, arcade-style Snake game built with Python and Pygame. This project features procedural audio generation, dynamic difficulty scaling, and a "Matrix-inspired" UI.

🚀 Key Features

  • Procedural Audio: Real-time sound synthesis (beeps and pulses) generated via CPU—no external .wav dependencies required.
  • Dynamic UI: Matrix-style falling code intro and "Neon/Modern/Classic" theme toggles.
  • Performance: Optimized 60 FPS gameplay with "Turbo Boost" mechanics.
  • Persistent Data: Local High Score storage using JSON serialization.

🎮 Controls

Key Action
W/A/S/D or Arrows Move Snake
SPACE (Hold) Turbo Boost
P Pause Game
L Level/Difficulty Selection
O Settings & Themes
ESC Return to Menu

🛠️ Technical Stack

  • Language: Python 3.13
  • Graphics: Pygame 2.6.1
  • Build Tool: PyInstaller (OneFile Compilation)

📦 How to Run

  1. Source Code: bash pip install pygame python matrix_game_v2.py

Built With

Share this project:

Updates