https://github.com/felipeek/brasileirao-simulation
Small application that simulates a season of Brasileirao (Brazilian Football Championship).
https://github.com/felipeek/brasileirao-simulation
football-simulation simulation soccer soccer-simulation
Last synced: 21 days ago
JSON representation
Small application that simulates a season of Brasileirao (Brazilian Football Championship).
- Host: GitHub
- URL: https://github.com/felipeek/brasileirao-simulation
- Owner: felipeek
- License: mit
- Created: 2024-07-22T15:50:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T03:23:44.000Z (almost 2 years ago)
- Last Synced: 2025-12-17T10:13:54.429Z (6 months ago)
- Topics: football-simulation, simulation, soccer, soccer-simulation
- Language: Go
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brasileirao-simulation
Small application that simulates a season of Brasileirao (Brazilian Football Championship).
## Running
```bash
$ go run main.go -help
-disable-terminal-colors
Disable colors in the terminal output
-gpt-api-key string
GPT API Key
-non-interactive
Run in non-interactive mode
```
To run, simply:
```bash
$ go run main.go
```
If your terminal does not support custom font styles, or if the font styles do not integrate well with your terminal colors, disable coloring via `-disable-terminal-colors`.
If you have an OpenAI API Key, you can enable integration with GPT via `-git-api-key `.
When GPT integration is enabled, random events are generated after each around affecting the team statuses.
Use `-non-interactive` to simulate the whole tournament at one go.