mirror of
https://github.com/ApfelTeeSaft/WarioWare-Black-and-WAH.git
synced 2026-08-26 19:33:45 +00:00
64 lines
1.5 KiB
Markdown
64 lines
1.5 KiB
Markdown
# 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
|
|
|
|
1. Clone this repository:
|
|
```bash
|
|
git clone https://github.com/yourusername/WarioWare-Black-and-WAH.git
|
|
cd WarioWare-Black-and-WAH
|
|
```
|
|
|
|
2. Install dependencies:
|
|
```bash
|
|
pip install pygame
|
|
```
|
|
|
|
## How to Play
|
|
|
|
Run the game:
|
|
```bash
|
|
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 point
|
|
- `game_manager.py` - Manages game flow and microgame selection
|
|
- `settings.py` - Game configuration and constants
|
|
- `engine/` - Core game engine components
|
|
- `microgames/` - Individual microgame implementations
|
|
- `Assets/` - Game assets (images, sounds, etc.)
|
|
|
|
## License
|
|
|
|
This project is for educational and entertainment purposes.
|
|
|
|
## Credits
|
|
|
|
Inspired by the WarioWare series by Nintendo.
|