schrum2 / MM-NEAT

Modular Multiobjective (Hyper) Neuro-Evolution of Augmenting Topologies + MAP-Elites: Java code for evolving intelligent agents in Ms. Pac-Man, Tetris, and more, as well as code for Procedural Content Generation in Mario, Zelda, Minecraft, and more!
http://people.southwestern.edu/~schrum2/re/mm-neat.php
Other
50 stars 20 forks source link

Comment MinecraftUtilClass #850

Closed schrum2 closed 1 year ago

schrum2 commented 1 year ago

The class MinecraftUtilClass is already fairly well commented, but a few methods still need JavaDoc, and you should check the comments on the rest to assure they make sense, adding as needed. Also, there is a resource leak with a Scanner that should be fixed.

JoannaBlatt commented 1 year ago

Resource leak closed finished adding and modifying comments