Implementing NEAT for a vey simple endless runner in Pygame
I am trying to implement NEAT into a very basic endless runner game. I made the game following a Pygame tutorial (https://www.youtube.com/watch?v=ZV8TNrwqG1Y). Though I have made quite a few changes, the core game has remained the same. It is a simple 2D endless runner game, where you can control the player (a square), move it left or right, and jump. A series of other squares come in from the right and you get a point each time you jump over an obstacle for the first time.