Football Simulator Save

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

Project README

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

Open Source Agenda is not affiliated with "Football Simulator" Project. README Source: ZOXEXIVO/football-simulator

Open Source Agenda Badge

Open Source Agenda Rating