A pocket-sized collection of browser games — play instantly, no downloads required.
- 🎠 Animated game carousel — GSAP-powered slide transitions between games
- 🎨 Per-game color theming — header and nav buttons update dynamically per game
- 🌊 Wave ripple nav buttons — pulsing CSS animation on arrow buttons
- 📱 Fully responsive — tuned from 4K down to 360px screens
| Logo | Game | Description |
|---|---|---|
| Tic Tac Toe | Classic two-player X and O strategy game | |
| Color Guessing | Guess the correct color from its RGB value | |
| Word Scramble | Unscramble the jumbled letters to find the word |
git clone https://github.com/colelezzz/gamedev.git
cd gamedevThen just open index.html in your browser — no installs needed!
mini-arcade/
├── index.html
├── style.css
├── script.js
├── images/
│ ├── logo.png
│ ├── tictactoe.png
│ ├── guessinggame.png
│ ├── wordscramble.png
│ └── other images hehe (too many to include T__T)
├── tictactoe/
└── tictactoe.html
└── style.css
└── script.js
├── colorguessing/
└── coloraccuracy.html
└── style.css
└── script.js
└── wordscramble/
└── wordscramble.html
└── style.css
└── script.js
| Tic Tac Toe | Color Guessing | Word Scramble |
|---|---|---|
![]() |
![]() |
![]() |
| Tic Tac Toe | Color Guessing | Word Scramble |
|---|---|---|
![]() |
![]() |
![]() |
- Local leaderboard via
localStorage - More games — Snake, Memory Match, Reaction Timer
Developed by: Coleen Isles
GitHub: @colelezzz
Live Demo: https://mini-arcade-rouge.vercel.app
Built as an OJT project with ☕ and a love for fun games.






