Skip to content

Commit fbecd16

Browse files
Update README.md
1 parent d8095fe commit fbecd16

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# 🎿 Ski Resort Simulator — Imperative Programming Project
1+
# 🎿 Ski Resort Simulator
22

33
![Language](https://img.shields.io/badge/Language-C%2011-orange) ![Build](https://img.shields.io/badge/Build-CMake%203.10+-blue) ![Focus](https://img.shields.io/badge/Focus-Pointers%20%26%20Memory-purple) ![Tests](https://img.shields.io/badge/Tests-static%20assertion-green) ![CI](https://img.shields.io/badge/CI-GitHub%20Actions-yellow)
44

5-
The **Ski Resort Simulator** is a console-based application that models the visitor flow in an arbitrary skiing resort. The system is implemented in **C**, focusing on **dynamic data handling**, **pointer-based architecture**, and **explicit memory management**.
6-
The simulation follows a full day at the resort with interacting systems such as the lift, slopes, stations, queues, transportation, and visitor behaviour — all driven by time and probabilistic decision-making.
5+
The **Ski Resort Simulator** is a console-based application that models the visitor flow in an arbitrary skiing resort. The system is implemented in **C**, focusing on **dynamic data handling**, **pointer-based architecture**, and **explicit memory management**. The simulation follows a full day at the resort with interacting systems such as the lift, slopes, stations, queues, transportation, and visitor behaviour — all driven by time and probabilistic decision-making.
76

87
---
98
## ✨ Key Features

0 commit comments

Comments
 (0)