Attempt to implement Sigames Football Manager simulation engine without manual control.
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 :)
Apache License 2.0