/football-simulator

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

Primary LanguageRustApache License 2.0Apache-2.0

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

I use only Askama templates to render UI and it was my decision, because i want to run my simulation only with one command:

cargo run

without npm intstall and other annoying things :)

Player page example

alt text

Club page example

alt text

League page example

alt text

License

Apache License 2.0