2019-09-14 –, Room I
Making a pokemon style monster generator and evolver using turtle
Making a pokemon style monster generator and evolver using turtle. Based on an updated version of my code here: https://github.com/cromlyngames/stos-valley. (It was a project I created to teach myself python)
The idea is to take people through sketching the monster on grid paper, to measuring lengths and angles off that, to drawing them electronically via turtle, setting up a couple of simple evolution rules and letting the computer mutate them.