The MOBLIMA application was built as part of the SC2002 Object Oriented Design and Programming Module in Nanyang Technological University, using the Java programming language.
The MOBLIMA application is a CLI-based tool for MovieGoers to book Movie Tickets, and Administrators to list Movies and Movie Showings.
NOTE: The application is a standalone mock movie booking application, and does not interface with any external organisations / APIs.
Simply run modules/MOBLIMA.java to begin.
| User Type | Username | Password | AgeType |
|---|---|---|---|
| MovieGoer | Jane Doe | — | ADULT |
| MovieGoer | Thomas Wagner | — | CHILD |
| MovieGoer | Ash Ketchum | — | SENIOR |
| Admin | admin | password | — |
| Admin | Ganesh | Password | — |
comparators/*: where all Custom Java Comparators are locateddatabases/*: where all .dat databases & database-interacting Java classes are locatedenums/*: where all Custom Java Enums are locatedinterfaces/*: where all Custom Java Interfaces are locatedmodules/*: where the various Application CLI-IO Modules are locatedobjects/*: where the various Application Entity Classes are located