Play here β marcelbirkner.github.io/games
A collection of small, fun browser games built for my kids. No backend, no accounts, no nonsense - just open a browser and play!
| Category | Game | Description | Languages |
|---|---|---|---|
| β½ Football | Guess the Player | Recognize famous soccer players from their photos | π¬π§ |
| β½ Football | Guess the Footballer | Birthplace, country & club β name the footballer from clues | π¬π§ |
| β½ Football | Guess the Birth Country | You know their name β but which country were they born in? | π¬π§ |
| π Geography | Fun with Flags | Identify country flags from 249 nations across the globe | π¬π§ π©πͺ |
| π Geography | Guess the Capital | Name the capital city of countries, pick by continent or all | π¬π§ π©πͺ |
| π Geography | Guess the River | Which country do the world's 50 largest rivers flow through? | π¬π§ π©πͺ |
| π€ Words | Scattergories | A random letter drops β fill 9 categories with words starting with that letter | π¬π§ π©πͺ |
| π€ Words | Word Hunt | Find all hidden words in the letter grid before time runs out | π¬π§ |
| π€ Words | Word Chain | Each word must start with the last letter of the previous | π¬π§ π©πͺ |
| π€ Words | Hangman | Classic word-guessing β reveal the hidden word before it's too late | π¬π§ π©πͺ |
| π€ Words | Anagram Blast | Unscramble jumbled letters to form the hidden word in 60 seconds | π¬π§ π©πͺ |
| π€ Words | Missing Vowels | All vowels removed β can you guess the word from consonants alone? | π¬π§ π©πͺ |
| π€ Words | Speed Typing | Type as many words as you can in 60 seconds β beat your WPM record! | π¬π§ π©πͺ |
| π§ Brain & Math | Math Blitz | Race the clock with age-appropriate math puzzles | π¬π§ π©πͺ |
| π§ Brain & Math | Tic Tac Toe | Play against a friend or the computer (Easy / Medium / Hard AI) | π¬π§ |
| π§ Brain & Math | Puzzle Rush | Classic sliding tile puzzle in 3Γ3, 4Γ4 or 5Γ5 β race the countdown | π¬π§ |
Everything runs directly in the browser β plain HTML, CSS, and JavaScript. No server, no database, no dependencies to install. Each game is a single self-contained index.html file.
New games and contributions are very welcome! π
If you have an idea for a fun browser game or want to improve an existing one, feel free to open a pull request or file an issue on GitHub.
Adding a new game is straightforward:
- Create a folder with your game name (e.g.
my-game/) - Add a single
index.htmlfile β all HTML, CSS, and JS in one file - Use the dark purple background:
background: linear-gradient(135deg, #0f0c29, #302b63, #24243e) - Add a
β Back to Arcadelink at the top pointing to../index.html - Add a card for your game in the root
index.htmland a row in this README
Ideas for new games: Odd One Out, Trivia Quiz, Memory Match, Country Silhouettes, Guess the Year ...
Any skill level welcome β the simpler the better!