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

https://github.com/yaacov/rose-go-driver

Demo driver for the ROSE project writen in Go lang
https://github.com/yaacov/rose-go-driver

Last synced: 7 months ago
JSON representation

Demo driver for the ROSE project writen in Go lang

Awesome Lists containing this project

README

          

# rose-go-driver

Demo driver for the ROSE project writen in Go language.

ROSE project: https://github.com/RedHat-Israel/ROSE

Run the driver:

``` bash
# Get help
podman run --rm --network host -it quay.io/yaacov/rose-go-driver:latest --help

# Run the driver on localhost port 8082 (default port in 8081)
podman run --rm --network host -it quay.io/yaacov/rose-go-driver:latest --port 8082
```

Run the server:

``` bash
# Start the ROSE game server, and connect to the Go driver
podman run --rm --network host -it quay.io/yaacov/rose-server:latest --drivers http://127.0.0.1:8082
```

Browse to http://127.0.0.1:8880 to run the game.