dgets / nightMiner

Halite III Bot - rewriting Halite III bot from scratch with better project structure plans
6 stars 1 forks source link

Use glo.Const.FEATURES for flow control #47

Open dgets opened 5 years ago

dgets commented 5 years ago

Having the different aspects of the game optionally executed via the constant switch mentioned in the title will greatly improve the ability to debug certain aspects of the code at this point. It's not a bad idea to dig through the rest of the code and find whatever other vestigial features there are that either need to continue being implemented or need to be deprecated, as well. Just the next step in the code cleanup and maintainability struggle.

dgets commented 5 years ago

See also #52.