top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Dungeon Delver

A short project making use of genetic algorithms to generate a random dungeon, with random enemies and treasures. The parameters for the genetic algorithm are open, allowing the user to set the data used (number of generations, population size, etc). The dungeon will always be solvable due to custom pathfinding scripts calculating the ability to traverse each layout generated.

bottom of page