• Stars
    star
    102
  • Rank 335,584 (Top 7 %)
  • Language
    Rust
  • License
    Apache License 2.0
  • Created over 5 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Football simulation engine (like Football Manager) written in pure Rust

Football Simulator

Build Status

Attempt to implement Sigames Football Manager simulation engine without manual control.

football-simulator.org

It is not gamable right now and I need a lot of work to make it workable.

Currently, most of elements are stubs, but I change it step by step

Currently available nation for simulation - Russia

How to run?

  1. Local run
// run frontend (Angular)
cd football-simulator/ui
npm start
...
// run backend
cd football-simulator
cargo run
...
open chrome at http://localhost:18000
  1. Run in Docker
cd football-simulator
docker build -f .\build\Football.Dockerfile -t football-simulator .
docker run -d -p 18000:18000 --name football-simulator football-simulator

open chrome at http://localhost:18000

Player page example

alt text

Club page example

alt text

League page example

alt text

License

Apache License 2.0