top of page
Individual Projects
Into The Mists - Roguelike
Into the Mists is a 2D ascii roguelike. Notable features include:
Self registering map generators
NPC Factories
AI behaviors with A* pathing
Saving
Neural Net with Genetic Algorithm
The project controls a population of AI ships to avoid "asteroids" by using a neural net. The neural net is trained using a genetic algorithm and uses sensors as inputs.
bottom of page