https://github.com/tftayyab/programming-fundamental-lab-assignment
a uni project
https://github.com/tftayyab/programming-fundamental-lab-assignment
c crazy snake
Last synced: 2 months ago
JSON representation
a uni project
- Host: GitHub
- URL: https://github.com/tftayyab/programming-fundamental-lab-assignment
- Owner: tftayyab
- License: other
- Created: 2024-12-01T13:42:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-15T16:59:25.000Z (about 1 year ago)
- Last Synced: 2025-06-15T17:56:13.222Z (about 1 year ago)
- Topics: c, crazy, snake
- Language: C
- Homepage:
- Size: 132 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐍 Snake Game - Programming Fundamentals Project
Welcome to our first **university Programming Fundamentals project**! 🎉
We are students from the **Institute of Business Management**, and we decided to create a **classic Snake game** with simple graphics using the **C language**.
---
## ✨ Team Members
- **Hanzala**
- **Tayyab**
- **Anoosh**
- **Essa**
---
## 🎮 How to Play
1. Control the snake using these keys:
- **W**: Move Up ⬆️
- **A**: Move Left ⬅️
- **S**: Move Down ⬇️
- **D**: Move Right ➡️
2. **Objective**:
- Eat food to score points.
- Avoid colliding with the walls or your own tail!
---
## 🔧 Programming Language
- **C Language**
---
## 📚 Resources
We took guidance from the amazing [Eight Sprites YouTube Channel](https://www.youtube.com/@eightsprites) during development.
---
Feel free to explore our project. Enjoy playing! 🚀