A collection of lightweight mini-games built for quick fun and experimentation.
Whether you're a developer looking to learn game design or just want to play around with some bite-sized experiences, this project is all about simplicity, creativity, and instant playability.
Each game has it's own page and files for easy readablity. View the games folder to see code.
-
Multiple mini-games in one repo
-
Lightweight, minimal dependencies
-
Great for prototyping and learning
-
HTML5 – Structure and markup of the games
-
CSS3 – Styling and layout
-
JavaScript (ES6+) – Core game logic and interactivity
-
jQuery – Simplified DOM manipulation and event handling
Title | Description |
---|---|
Simon | A simple memory game with flashing colors |
Tic-Tac-Toe | The classic two-player strategy game in the browser |
Wack-A-Munk | A fast-paced game inspired by Whac-A-Mole — hit the munk! |
Password Panic | Can you crack the code? Memorize the password and recite it for points |
Speed Click | Click as fast as you can to reach the highest score! |
Have an idea for a new micro-game? Found a bug? Feel free to fork the repo, make your changes, and open a pull request. Contributions are welcome!