Files
Pokemon-Type-Quiz/README.md
Tobias Christian Nauen a16ca7c579 update readme
2026-03-10 12:00:11 +01:00

39 lines
1.3 KiB
Markdown

# Pokémon Type Quiz
[![Website](https://img.shields.io/badge/Website-poketypes.nauen--it.de-2a2a2a?style=for-the-badge&logo=gamepad&logoColor=white)](https://poketypes.nauen-it.de/)
[![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
[![Keyboard%20Driven](https://img.shields.io/badge/Keyboard-Driven-FF6B6B?style=for-the-badge&logo=keyboard&logoColor=white)](https://en.wikipedia.org/wiki/Keyboard)
[![local storage](https://img.shields.io/badge/Persistent%20Progress-4CAF50?style=for-the-badge&logo=save&logoColor=white)](#)
A fast, keyboard-driven quiz to master Pokémon type effectiveness.
## Quick Start
```bash
npm install
npm run dev
```
Open http://localhost:5173
## How to Play
- **Select answer**: Press `1`-`6` (number of options shown on buttons)
- **Next question**: `Enter` or `Space`
- **Toggle dual types**: Check "Allow Dual Types" for harder questions (6 options)
## Features
- Weighted sampling: wrong answers appear more often, right answers less often
- Tracks ALL history in local storage for persistent progress
- Shows detailed explanation on wrong guesses
- Monotype (default) and dual-type modes
## Build
```bash
npm run build
```
Output in `dist/`