diff --git a/README.md b/README.md index 61c51ba..2f76c43 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ Tired of wasting your time trying to set up a unique, well-balanced board before This project was made and submitted to the College Board as my "create task" for the AP Computer Science Principles course. +
The result if the user asked for an unbalanced board. This board scored 0.6126, meaning it is very unbalanced. It's clear why this is - terrain types are clustered together, as are the best number tiles.
The pages with the generated boards are populated via GET parameters, which would allow a player to bookmark/save a board they like or share the generated board with other players simply via URL. - -I hope to host a demo of this project in the near future on some sort of free hosting service, so that I and other Catan players may use it in their game nights. I may end up turning the demo into a static site that chooses from a pre-generated, large list of potential boards. This would be less-than-ideal and a waste of the capabilities of the Python backend, but easy to find *free*, good-quality hosting for, which will likely be the dominating factor. The required changes to the source code will be made in a separate branch when this happens.