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

Explosive Block Set #864

Closed schrum2 closed 1 year ago

schrum2 commented 1 year ago

Make a Block Set that is the same as the MachineBlockSet, but it includes TNT

TjRaffert commented 1 year ago

Created ExplosiveBlockSet which is the MachineBlockSet withTNT added.

TjRaffert commented 1 year ago

I don't know why I called it TNTMachineBlockSet I changed it to ExplosiveBlockSet.