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
- Host: GitHub
- URL: https://github.com/yaacov/rose-go-driver
- Owner: yaacov
- License: gpl-3.0
- Created: 2023-09-11T10:31:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T08:41:54.000Z (over 1 year ago)
- Last Synced: 2025-01-23T09:43:16.504Z (8 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.