Pokemon TCG Set or Military Operation game https://mathieuviart.github.io/PokemonTCGSetOrMilitaryOperation/
Find a file
joshii 295cadf286
All checks were successful
Build pokemon-or-military / build (push) Successful in 18s
Fix: rm -rf for directories
2026-03-15 21:05:44 +01:00
.forgejo/workflows Add GitHub sync workflow (every 6h) 2026-03-15 20:53:20 +01:00
Dockerfile Fix: rm -rf for directories 2026-03-15 21:05:44 +01:00
index.html Improved GUI - Added background with characters, compatibility with mobile devices. 2026-03-13 11:20:21 +00:00
README.md Update README.md 2026-03-06 12:16:36 +01:00
script.js Improved GUI - Added background with characters, compatibility with mobile devices. 2026-03-13 11:20:21 +00:00
style.css Improved GUI - Added background with characters, compatibility with mobile devices. 2026-03-13 11:20:21 +00:00

🎮 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 (20012026)

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.