https://github.com/jramcast/openskill-test
OpenSkill example
https://github.com/jramcast/openskill-test
Last synced: 3 months ago
JSON representation
OpenSkill example
- Host: GitHub
- URL: https://github.com/jramcast/openskill-test
- Owner: jramcast
- License: apache-2.0
- Created: 2022-12-23T14:43:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T15:25:40.000Z (over 2 years ago)
- Last Synced: 2025-01-20T09:46:12.738Z (4 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game Ranking Simulation with OpenSkill
## Create Venv and Install Dependencies
```shell
$ python3.9 -m venv .venv
$ source .venv/bin/activate
$ (.venv) pip install --upgrade pip
$ (.venv) pip install -r requirements
```## Run
```shell
$ (.venv) python main.py
```