An intelligent implementation of the classic Snake game where the snake uses artificial intelligence to find and eat food automatically. The game features pathfinding algorithms and autonomous movement.
- Autonomous Snake Movement: Snake automatically finds the shortest path to food
- Intelligent Pathfinding: Uses Breadth-First Search (BFS) algorithm
- Obstacle Avoidance: Smart detection and avoidance of walls and self
- Score Tracking: Keeps track of food items eaten
- Visual Grid System: Clear visual representation of the game board
- Auto-Reset: Game automatically resets when snake gets stuck
- Inspired by the classic Snake game
- Built using Pygame framework
- Uses pathfinding algorithms for AI movement
For questions or suggestions, please reach out to:
- Email: nirmalsujit981@gmail.com
- GitHub: @blacksujit
Made with โค๏ธ by [blacksujit]