THE BETA VERSION IS FINALLY COMPLETE! This project took awhile and I would really appreciate a ❤️ and ⭐️, Thanks! -AI generator- This project teaches an ai to play a game through and evolution process. And by generation 15 the AI should be able to reach a much hunger score then generation 1. -How it works- I used list to keep all the data of the stats of the AIs. The list then takes the top 20 values and then picks them at random to be in the nest generation. After gen 5 a “mutation” happens. What this means is the AI learns something new that it didn’t know before. An example is after gen 5 the AI learns to sense the spikes Instead of just jumping as soon as they hit the ground. -what’s is going to be added- -An extra generation -make project more interactive -Version history- Vo.1) first release Vo.2) bug fixes -Tags- #All #Games #generators #Artificialintelligence
I actually used this as a reference for my senior seminar project. I basically recreated this but with real code @griffpatch for the gravity @PGBear73 for helping me with variables @deck26 for helping me find bugs I made all the sprites