It's literally just snake
snake.py: Just snake the game. Controlled with wasd -Known bugs -Player sometimes passes through body without losing -Will not collide with apple sometimes. Unsure if this is due to where the apple spawns or some other issue
self_playing_snake.py: Simple ai that plays the snake game. A lot of known issues. Will continued to be updated
sweep1.py: Snake player simply sweeps through the screen -Known bugs - After a period of time (about 50 minutes) the game will stop detecting apple collissions.