Skip to content

indecenti/SpinnerOverdose

Repository files navigation

spinner_overdose_logo

Spinner Overdose - Arcade Mini Game Engine

A complete arcade game engine built with Pygame featuring a spinner-based input system, multiple mini-games, high score tracking, and procedural audio synthesis.

Features

Core Engine

  • Adaptive Display System: Automatic resolution detection (1920x1080 or 1280x720) with letterboxing
  • Spinner Input: Mouse-based rotary controller emulation with configurable sensitivity
  • State Management: Clean state machine architecture for menu navigation and game flow
  • Procedural Audio: Real-time sound synthesis using NumPy (no external audio files required)
  • High Score System: Persistent JSON-based leaderboards with arcade-style name entry

Mini-Games

The engine includes a complete Breakout Spinner implementation featuring:

  • 20 progressively challenging levels with 10 unique brick patterns
  • 8 power-ups (multiball, big paddle, slow ball, fireball, magnet, laser, extra life, score boost)
  • Combo system with score multipliers
  • Lives system with visual feedback
  • Particle effects and screen shake

Audio System

Custom SoundSynthesizer generates all game sounds procedurally:

  • Waveform types: sine, square, sawtooth, triangle
  • ADSR envelope shaping
  • Sound caching for performance
  • 15+ distinct sound effects (blips, explosions, power-ups, game over, etc.)

Visual Components

  • Animated Backgrounds: Parallax star fields with speed lines
  • Menu Carousel: Smooth 3D-style game selection with transitions
  • Particle Systems: Explosions, sparkles, and trail effects
  • HUD: Minimal arcade-style heads-up display
image image image

Installation

# Clone the repository
git clone https://github.com/yourusername/spinner-overdose.git
cd spinner-overdose

# Install dependencies
pip install pygame numpy

# Run the game
python main.py

About

Game Collection for spinner arcade controlle - Pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages