You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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!
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.
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.