https://github.com/bagelhole/random-game-finder
Simple Electron app for picking random games.
https://github.com/bagelhole/random-game-finder
css electron game game-picker html js
Last synced: about 2 months ago
JSON representation
Simple Electron app for picking random games.
- Host: GitHub
- URL: https://github.com/bagelhole/random-game-finder
- Owner: BagelHole
- License: mit
- Created: 2025-02-09T17:59:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T21:02:05.000Z (over 1 year ago)
- Last Synced: 2025-02-09T21:29:39.326Z (over 1 year ago)
- Topics: css, electron, game, game-picker, html, js
- Language: HTML
- Homepage:
- Size: 554 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Random Game Finder
Simple Electron app for picking random games.
Created for my personal [YouTube channel](https://www.youtube.com/@CloudToby) series **Random Reviews**.
## For End Users
Download the latest release from the "Releases" section, then run the app on your platform of choice.
## For Developers
1. Clone this repository.
2. Install dependencies:
```bash
npm install
```
3. Run the app:
```bash
npm start
```
## Usage
1. Start the app with "npm start".
2. In the main window, click "Find random game" to load a random MobyGames page.
3. View the game details in the embedded browser.
## Contributing
Contributions are welcome!
1. Fork the repository.
2. Create a new feature branch.
3. Submit a pull request.
## Attribution
### Logo
COLLECTION: Cube Action Icons
LICENSE: [CC Attribution License](https://www.svgrepo.com/page/licensing/#CC%20Attribution)
AUTHOR: Jo Szczepanska
## License
This project is licensed under the MIT License.