This repository contains the implementation of the classic Snake game as part of a university project. This project was designed as a beginner-level exercise for the course "Introduction to Software Engineering," utilizing Python and C. It includes both source code and a user manual.
- Two Implementations:
- Python Version: Features graphical gameplay using
turtle. - C Version: Console-based gameplay focusing on simplicity and performance.
- Python Version: Features graphical gameplay using
- Cross-Platform Compatibility: Compatible with Windows, macOS, and Linux.
- User Manual: Detailed instructions for installation, gameplay, and troubleshooting.