diff --git a/README.md b/README.md index b6516d4..2fea18d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A collection of random ideas ## Programming Projects -- [Mathematical model for Factorio](#mathematical-model-for-factorio) +- [Mathematical model for Factorio](./projects/mathematical-model-for-factorio.md) - [PID in Rust](#pid-in-rust) - [Image Processing in Rust](#image-processing-in-rust) - [Custom Visualisations for Firefly III](#custom-visualisations-for-firefly-iii) @@ -37,10 +37,6 @@ A collection of random ideas - [Camera tracker](#camera-tracker) ## Projects -### Mathematical model for Factorio -I would love to have a model for describing the behaviour of a factorio blueprint in an abstract way. -Ideally this would then also translate into a tool to automatically analyse such blueprints. - ### PID in Rust ### Image Processing in Rust ### Custom Visualisations for Firefly III diff --git a/projects/mathematical-model-for-factorio.md b/projects/mathematical-model-for-factorio.md new file mode 100644 index 0000000..d8f7222 --- /dev/null +++ b/projects/mathematical-model-for-factorio.md @@ -0,0 +1,6 @@ +# Mathematical Model For Factorio +A model for factorio blueprints + +## Idea +I would love to have a model for describing the behaviour of a factorio blueprint in an abstract way. +Ideally this would then also translate into a tool to automatically analyse such blueprints.