Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shadowmitia/steam_randomiser

Randomly pick an installed Steam game!
https://github.com/shadowmitia/steam_randomiser

games random steam

Last synced: about 1 month ago
JSON representation

Randomly pick an installed Steam game!

Awesome Lists containing this project

README

        

# Steam Randomiser

[![license shields.io](https://img.shields.io/github/license/shadowMitia/steam_randomiser)](https://github.com/ShadowMitia/steam_randomiser/blob/master/LICENSE.txt)
[![GitHub stars badge shields.io](https://img.shields.io/github/stars/shadowMitia/steam_randomiser)](https://github.com/shadowMitia/steam_randomiser)

Don't know what to play on [Steam](https://store.steampowered.com/)?

Just run [`Steam Randomiser`](https://github.com/shadowMitia/steam_randomiser) and it will randomly choose from one of your (numerous) **installed** games!

### Installation

#### Cargo

You can easily install with `cargo`

```sh
cargo install steam_randomiser
```

#### Binary

You can download the latest binary release [here](https://github.com/ShadowMitia/steam_randomiser/releases)

### Usage

Double click on the executable or run from a terminal.
And then play your awesome and randomly picked game!

#### Supported systems

| | Vanilla | Flatpak |
| ------- | :---------------------: | ------: |
| Windows | ✅ | N/A |
| MacOS | ❌ (experimental build) | N/A |
| Linux | ✅ | ✅ |

## Development

### Build

```sh
git clone https://github.com/ShadowMitia/steam_randomiser.git
cd steam_randomiser
cargo build
```