Skip to content

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

License

Notifications You must be signed in to change notification settings

BenHen75/football-simulator

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.9%
  • Dockerfile 0.1%