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

Rename private methods and variables using underscore #9

Open Itangalo opened 2 years ago

Itangalo commented 2 years ago

It would make sense to mark which methods and variables are private, by starting the name by underscore.

It would help people using the toolbox and, in a far future, would tell a more generic AI which parts of the game state contain open/known information.