thegenuinegourav / SquadStack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Run?

Prerequisite

  1. Install Java on Mac or Ubuntu.

Steps

  1. Clone the repository.
  2. Alter your input file as per your test case.
  3. Change directory to production folder using below command
    cd SquadStack/out/production/SquadStack/
  4. Run following command to execute java program
    java com.ss.Main

Design Pattern Followed

  1. OOPS Principles.
    1.1 Polymorphism (Overriding & Overloading)
    1.2 Data Abstraction
    1.3 Encapsulation
    1.4 Inheritance
  2. Singleton Pattern.
  3. Loosely Coupled System.

Demo

Demo Video is also available. Watch to see how to run using command line

About


Languages

Language:Java 99.5%Language:HTML 0.5%