This repository contains a simple implementation of the classic Snake game using C programming language. The game allows the player to control a snake and navigate it around the grid to eat prey while avoiding collisions with itself.
- User input for controlling the snake's direction (N - North, S - South, E - East, W - West).
- Randomly generated prey on the grid.
- Game over condition when the snake collides with itself.
- Display of the game grid showing the snake, prey, and empty spaces.
Contributions are welcome! If you have any ideas, bug fixes, or improvements, please submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
- The implementation is inspired by the classic Snake game.
Feel free to provide feedback or suggestions to improve this project. Happy gaming!