Itangalo / Bot-Playtesting-Toolkit

A toolkit for simulating board games with Google spreadsheets. Intended use is board game development.
GNU General Public License v3.0
9 stars 1 forks source link

Write tips for coding strategies #44

Open Itangalo opened 2 years ago

Itangalo commented 2 years ago

Including the points system and the potential system.

Itangalo commented 2 years ago

And the 'random' strategy, to get started.

Itangalo commented 2 years ago

I think these tips should be on my blog, not in the wiki. They are personal thoughts, not documentation.

Itangalo commented 2 years ago

Also the if-statements approach. And the tips about stating a number of (in-game) principles that the strategies can/should implement.

Itangalo commented 2 years ago

And the scale-of-importance model. Not the greatest, but useful in some cases.