39 lines
1.2 KiB
Markdown
39 lines
1.2 KiB
Markdown
# Pokémon Type Quiz
|
|
|
|
[](https://poketypes.nauen-it.de/)
|
|
[](https://www.typescriptlang.org/)
|
|
[](https://en.wikipedia.org/wiki/Keyboard)
|
|
[](#)
|
|
|
|
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/`
|