Skip to content

Binary-Assassin/COAL-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Cinema Management System

This project demonstrates the usage of Assembly language with the Irvine32 library in Visual Studio 2019.

Project Description

This cinema management system efficiently handles cinema operations with both Admin and Customer interfaces. The Admin interface allows administrative changes, including setting show names, show time slots, and ticket prices. The Customer interface enables users to view current shows, time slots, book seats, purchase tickets, and access additional information like ABOUT US and CONTACT US.

Cinema.Manegment.System.mp4

Functionality

Admin Interface

  • Authentication:
    • Only authenticated users with correct usernames and passwords can access the admin interface.
  • Show Management:
    • Set show names.
    • Set show time slots.
    • Set ticket prices for shows.
  • Seat Information:
    • View available seats for each show and time slot.

Customer Interface

  • Show Information:
    • View current shows.
    • View time slots for shows.
  • Booking and Ticketing:
    • Book seats and purchase tickets.
    • View available seats for booking.
  • Information Pages:
    • Access ABOUT US and CONTACT US pages.

Requirements

  • Visual Studio 2019 or later
  • Irvine32 library (ensure it's properly configured in your project)

Getting Started

  1. Clone the Repository:
    git clone https://github.com/Taha-Qaiser-4779/COAL-Project.git
    
    

Contributors