Skip to content

colelezzz/mini-arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Arcade Logo

🕹️ Mini Arcade

A pocket-sized collection of browser games — play instantly, no downloads required.


✨ Features

  • 🎠 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

🎮 Games Included

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

🛠️ Tech Stack

HTML5 CSS3 JavaScript GSAP Font Awesome Google Fonts


🚀 Getting Started

git clone https://github.com/colelezzz/gamedev.git
cd gamedev

Then just open index.html in your browser — no installs needed!


📁 Project Structure (for now)

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

📸 Screenshots

🎠 Home — Game Carousel

Tic Tac Toe Color Guessing Word Scramble

🎮 Gameplay

Tic Tac Toe Color Guessing Word Scramble

🔮 Future Improvements

  • Local leaderboard via localStorage
  • More games — Snake, Memory Match, Reaction Timer

👤 Author

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.

About

A mini arcade web app created as part of my OJT, featuring games like Tic-Tac-Toe, Color Guessing, and Word Scramble—built with HTML, CSS, and JavaScript for others to explore and enjoy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors