mirror of
https://github.com/ApfelTeeSaft/WarioWare-Black-and-WAH.git
synced 2026-08-26 19:33:45 +00:00
main
WarioWare: Black & Wah!
A WarioWare-style microgame collection built with Pygame.
Description
WarioWare: Black & Wah! is a fast-paced collection of microgames inspired by the classic WarioWare series. Players must quickly complete a series of short, quirky challenges with simple controls and increasing difficulty.
Features
- Multiple unique microgames
- Fast-paced gameplay with time limits
- Increasing difficulty as you progress
- Score tracking and lives system
- Retro-style graphics and sound
Requirements
- Python 3.x
- Pygame
Installation
- Clone this repository:
git clone https://github.com/yourusername/WarioWare-Black-and-WAH.git
cd WarioWare-Black-and-WAH
- Install dependencies:
pip install pygame
How to Play
Run the game:
python main.py
Follow the on-screen instructions for each microgame. You typically have just a few seconds to complete each challenge!
Controls
Controls vary by microgame and are displayed at the start of each challenge.
Project Structure
main.py- Main game entry pointgame_manager.py- Manages game flow and microgame selectionsettings.py- Game configuration and constantsengine/- Core game engine componentsmicrogames/- Individual microgame implementationsAssets/- Game assets (images, sounds, etc.)
License
This project is for educational and entertainment purposes.
Credits
Inspired by the WarioWare series by Nintendo.
Languages
Python
100%