Pokemon TCG Set or Military Operation game
https://mathieuviart.github.io/PokemonTCGSetOrMilitaryOperation/
|
All checks were successful
Build pokemon-or-military / build (push) Successful in 18s
|
||
|---|---|---|
| .forgejo/workflows | ||
| Dockerfile | ||
| index.html | ||
| README.md | ||
| script.js | ||
| style.css | ||
🎮 Pokémon or Military?
96 names.
Some are Pokémon TCG sets.
Some are real-world military operations.Can you tell them apart?
A fast, swipe-based browser game where you guess whether a name belongs to the Pokémon Trading Card Game… or to an actual military operation.
👉 [Play here!]
🧠 Concept
Military operations and Pokémon TCG sets often share dramatic, high-intensity names:
- Rolling Thunder
- Crimson Invasion
- Unified Protector
- Lost Thunder
The goal?
Swipe left or right (or use arrow keys) to classify each name correctly.
🎮 Game Modes
♾ Infinite Mode
- Play through all 96 cards
- No penalties
- Perfect for learning
❤️ Survival Mode
- 3 lives
- One mistake = one life lost
- Lose all lives → Game Over
🕹 Controls
| Action | Input |
|---|---|
| Guess Military | ← Arrow key / Swipe Left |
| Guess Pokémon | → Arrow key / Swipe Right |
| Drag Card | Click & Drag (or touch on mobile) |
✨ Features
- Smooth swipe animations
- Dynamic reveal system with contextual tags
- Survival mode with lives + shake feedback
- Progress tracking
- Streak counter
- Final performance grading
- Fully responsive
- Zero dependencies (pure HTML/CSS/JS)
🗂 Data
The game contains:
- Real military operations (WWII → modern era)
- Official Pokémon TCG expansion sets (2001–2026)
Each card includes:
- Name
- Category
- Short contextual description
🛠 Tech Stack
- HTML5
- Modern CSS (custom properties, animations)
- Vanilla JavaScript
- No frameworks
- No libraries
- No build tools
Just open index.html and play.
📦 Project Structure
.
├── index.html
└── README.md
Everything is self-contained in a single file for simplicity and GitHub Pages deployment.