snake-game-python

There are 18 repositories under snake-game-python topic.

  • FahimeMirveisi/AI_Snake

    Classic snake game with machine learning

    Language:Python9100
  • 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.

    Language:Python5200
  • ImKennyYip/snake-python

    Coding Tutorial: https://youtu.be/FtqWCo1_I4g

    Language:Python41010
  • R3DHULK/snakegame

    Simple Snake Game Using Python turtle

    Language:C410
  • 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!

    Language:Python2100
  • 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. 👾👾👾

    Language:Python2106
  • aishikmukherjee/Snake_game_in_python_using_turtle

    Developer/Creator: Aishik Mukherjee

    Language:Python1100
  • AzeemWaqarRao/Snake-Game-Python

    A snake game using python turtle graphics

    Language:Python1200
  • efecnblt/Snake-Game

    Simple Snake Game in Python

    Language:Python1100
  • HuynhXuanLam-IT44/python-snake-game

    Snake Game with Python & pygame

    Language:Python120
  • Gokay339/SnakeGame

    Snake Game Turtle Lib.

    Language:Python0100
  • 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!

    Language:Python10
  • erelado/py-snake

    Implementation for a snake game, with apples and walls, and using 'Tkinter' library for visualization.

    Language:Python10
  • Snake

    githubVladimirT/Snake

    python snake with effects

    Language:Python10
  • kelwynOliveira/pysnake

    A retro-style, fun and addictive Snake Game built in pure Python using the curses library

    Language:Python
  • 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.

    Language:Python10
  • 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

    Language:Python