Skip to content

A random game finder for you to play with your friends, using Node JS, HTML, CSS and JS.

Notifications You must be signed in to change notification settings

GLOXIOU/random-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Random Game

Struggling to choose a game to play with your friends every night?
Stop arguing, stop scrolling — let the randomness decide for you.

Random Game is a simple tool that takes multiple Steam accounts, finds the games you all have in common (even across other platforms), and randomly picks one so you can just play together.


✨ Features

  • 🔍 Compare multiple Steam accounts, and other platforms
  • 🤝 Find games everyone owns in common
  • ➕ Add games from other platforms manually
  • 🎲 Pick a random game from the common list
  • ⚡ Quick setup, minimal configuration

📦 Installation

  1. Clone the repository:

    git clone https://github.com/GLOXIOU/random-game.git
    cd random-game
  2. Create a .env file:

    STEAM_API_KEY=your_steam_api_key_here
  3. Install dependencies:

    npm install
  4. Start the project:

    npm start

🕹️ How It Works

  • You provide multiple username
  • The app fetches owned games using APIS
  • It calculates the intersection (games everyone owns)
  • You can manually add games from other platforms
  • One random game is selected for everyone to play together 🎉

🌍 Platform Support

  • Steam (automatic)
  • Other platforms (manual add)
  • Other platforms (automatic) --> Coming soon

🧾 License

© GLOXIOU

About

A random game finder for you to play with your friends, using Node JS, HTML, CSS and JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published