https://github.com/pablitoo1/aircraft-carrier-problem
Multi-threaded airport takeoff and landing simulation made in C++ with SFML library
https://github.com/pablitoo1/aircraft-carrier-problem
cpp multithreading sfml threading-synchronization
Last synced: over 1 year ago
JSON representation
Multi-threaded airport takeoff and landing simulation made in C++ with SFML library
- Host: GitHub
- URL: https://github.com/pablitoo1/aircraft-carrier-problem
- Owner: pablitoo1
- Created: 2024-06-05T17:46:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T17:02:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T13:52:48.126Z (over 1 year ago)
- Topics: cpp, multithreading, sfml, threading-synchronization
- Language: C++
- Homepage:
- Size: 35.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
On the aircraft carrier, planes touch down and soar into the skies. To do this, they require
sole rights to the runway. The carrier has room for 10 planes. If there are fewer than 5
planes, landing aircraft get first dibs on the runway; otherwise, it's takeoff planes that get the
priority. If the number of planes surpasses 10, some of them remain airborne, patiently
awaiting their turn.