snake-game-python
There are 18 repositories under snake-game-python topic.
FahimeMirveisi/AI_Snake
Classic snake game with machine learning
toshNaik/NeuroevolutionSnake
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.
ImKennyYip/snake-python
Coding Tutorial: https://youtu.be/FtqWCo1_I4g
R3DHULK/snakegame
Simple Snake Game Using Python turtle
ItzBlueSword/Snake-Game-Python
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!
sanjanatg/simple-py-games
This repository is a collection of Pygame projects that showcase a variety of games and simulations. Each folder contains the game code and a README file with detailed instructions. The projects include Bouncing Balls, Brick Breaker, Dot Chase, Maths Quiz Game, Maze, Random Walk Simulation, Reaction Time Tester, and Snake Game. 👾👾👾
aishikmukherjee/Snake_game_in_python_using_turtle
Developer/Creator: Aishik Mukherjee
AzeemWaqarRao/Snake-Game-Python
A snake game using python turtle graphics
efecnblt/Snake-Game
Simple Snake Game in Python
HuynhXuanLam-IT44/python-snake-game
Snake Game with Python & pygame
Gokay339/SnakeGame
Snake Game Turtle Lib.
Daniyal-Murtaza/snake-game
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!
erelado/py-snake
Implementation for a snake game, with apples and walls, and using 'Tkinter' library for visualization.
githubVladimirT/Snake
python snake with effects
kelwynOliveira/pysnake
A retro-style, fun and addictive Snake Game built in pure Python using the curses library
pragatik09/Snake-Game
This is a classic snake game built by using turtle, random and time modules of Python, implemented by using basic concepts of Python.
zafran-ullah/snake-game-python
A classic Snake Game built using Python’s turtle module. Eat food, grow your snake, and avoid crashing into walls or yourself. Includes basic collision detection, movement controls, scoring, and game over logic