Created my first slack bot, added a stoic quote generator, eight ball reading generator and an ‘uwuify’ command. I’m quite happy with it given that I’ve never used js before.
Made logic to assign districts to particular parties, preparing logic for simple gerrymandering algorithm that i haven’t figured out, also added code to determine if a sample can probably be gerrymandered
Basic population districts created. I took a while to decide how I was going to model gerrymandering, so i decided to go purely ideological based at this point, using a normal distribution to model peoples individual ideological preferences, but now I have a rough plan.