Skip to content

CoderTahmid/Amusement-Park-Management-System_CSE124

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amusement Park Management System

A console-based project developed for CSE124 – Data Structure Lab, demonstrating core data structure concepts through an amusement park management simulation.


🚀 How to Run the Project

You can run this project in two ways:

1. Run the precompiled executable (Windows)

Simply run: main.exe

2. Compile and run from source

Navigate to the src folder and run: gcc *.c -o main; .\main


📄 License

This project is released under the MIT License.


About

A C-based amusement park management system inspired by Fantasy Kingdom, developed for the CSE124 Data Structure Lab.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 99.3%
  • Makefile 0.7%