smack42 / DriftingDroids

DriftingDroids - yet another Ricochet Robots solver program
https://github.com/smack42/DriftingDroids/wiki
GNU General Public License v3.0
41 stars 12 forks source link

Configurable defaults #19

Open kristianbenoit opened 4 years ago

kristianbenoit commented 4 years ago

I try to find out how to set the defaults:

It'll also be a nice thing to be able to save a particular custom board and have it reusable, perhaps name it and be able to use it in the game ID.

To have the information on how to set the default, I guess is mostly a documentation issue, just pointing the place where it's set would be a minimum.

smack42 commented 4 years ago

Thanks for taking the time to report this.

Current state of the program: When DriftingDroids is started, it places five robots at random positions on a randomly selected board layout. These default values are hard-coded and can't be changed by the user. Any changes done by the user in DriftingDroids, such as selecting a different number of robots or a specific board layout, are not stored anywhere. This means that these changes are lost when the program is closed and restarted. This information is currently not stated in the documentation.

Possible future enhancements: