Other

Here are many of my other projects with short descriptions.

All are simple scripts written in python and will not be .exe files when downloaded but rather .py files.

Oskov
Oskov is a markov chain creator. It reads text, procceses the ordering of words, and then generates new sentences based on this ordering. In the download there will be a text file called 'Oskov.txt'. Put whatever text you want to become markov chained into that file and then run the python file.
Download
Punnets
Punnets was a program I used to simulate genetic diversity over a certain amount of time. The user can enter a starting population, and then the program will simulate the effects of 3 different genetic characteristics over a certain amount of time on the genetical diversity of the population as a whole.
Download
Cave Generator
Cave Generator is a program I wrote in preperation for a larger project - to see if I could create a non-Perlin algorithm to generate random caves. It looks partially good but is still very rough around the edges.
Download
HisBot
HisBot is a discord bot that will send a fact that happened on history on this day 4 times a day. It must be initially run at exactly 12am to sync up the 4 facts to be sent at 12am, 6am, 12pm and 6pm.
Download
Prisoner Simulation
Prisoner Simulation is a simulation was created to see if there was an optimal solution to a long period of playing the prisoner dillema game. The simulations settings can be changed by changing the several global variables listed at the top op the .py file.
Download