Skip to content

A "Higher or Lower" guessing game - guess which WordPress plugin has more active installations

Notifications You must be signed in to change notification settings

AlexBrea/PlugGuess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

PlugGuess

A "Higher or Lower" style guessing game where you compete to guess which WordPress plugin has more active installations. Test your knowledge of the WordPress ecosystem!

PlugGuess Game Built with Styled with

How to Play

  1. Two WordPress plugins are displayed side by side
  2. Click on the plugin you think has more active installations
  3. If you're correct, your streak increases and a new challenger appears
  4. If you're wrong, it's game over! Try to beat your high score

Features

  • Real-time data from the official WordPress.org Plugins API
  • Streak tracking with local storage persistence
  • High score saved across sessions
  • Smart caching to reduce API calls and improve performance
  • Responsive design works on desktop and mobile
  • Beautiful UI with neon cyberpunk aesthetic

Tech Stack

Getting Started

Simply open index.html in your browser or serve it with any static file server:

# Using Python
python -m http.server 8000

# Using Node.js
npx serve

# Using PHP
php -S localhost:8000

Then open http://localhost:8000 in your browser.

Project Structure

plugguess/
├── index.html          # Main HTML file
├── css/
│   └── styles.css      # Custom styles and animations
├── js/
│   ├── app.js          # Game logic (Alpine.js component)
│   └── tailwind.config.js  # Tailwind configuration
└── README.md

Design

The game features a dark cyberpunk-inspired design with:

  • Neon green (#39FF14) and pink (#FF006E) accents
  • Grid pattern background
  • Smooth animations for correct/incorrect answers
  • JetBrains Mono and Archivo Black typography

API Usage

The game uses the WordPress.org Plugins API to fetch plugin data including:

  • Plugin name and description
  • Author information
  • Active installations count
  • Rating and version
  • Plugin icons

Contributing

Contributions are welcome! Feel free to:

  • Report bugs
  • Suggest new features
  • Submit pull requests

License

MIT License - feel free to use this project for learning or your own projects.


Made by AlexBrea

About

A "Higher or Lower" guessing game - guess which WordPress plugin has more active installations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published