Classic snake game with machine learning
-
Updated
Oct 13, 2023 - Python
Classic snake game with machine learning
This project uses neuro-evolution to train the snake game. The snake can 'see' in 8 directions i.e Distance to walls, food if any in (1 or 0), and self body part if present.
Simple Snake Game Using Python turtle
Coding Tutorial: https://youtu.be/FtqWCo1_I4g
The Snake Game is a classic arcade-style game where you control a snake to eat food and grow while avoiding collisions. Written in Python using Tkinter, the game features intuitive controls, dynamic growth, collision detection, and a scoring system. Try to achieve the highest score in this addictive and nostalgic game!
Simple Snake Game in Python
Snake Game with Python & pygame
A snake game using python turtle graphics
Implementation for a snake game, with apples and walls, and using 'Tkinter' library for visualization.
Simple Snake Game has been implemented in which the player needs to be collect the milestones through snake as sprite which shall grow proportional to milestones. But, be aware! If you touch the wall, it's GAME OVER!
Developer/Creator: Aishik Mukherjee
This is a classic snake game built by using turtle, random and time modules of Python, implemented by using basic concepts of Python.
Snake Game Turtle Lib.
This Snake Game in Python is a classic arcade-style game where the player controls a snake using arrow keys. The objective is to eat food without colliding with the wall or the snake's own body. The game saves the high score and displays it on the screen.
python snake with effects
Add a description, image, and links to the snake-game-python topic page so that developers can more easily learn about it.
To associate your repository with the snake-game-python topic, visit your repo's landing page and select "manage topics."