A simple javascript game witth object oriented pattern
A javascript game with object oriented pattern, also tried to use algorithm and data-structure to make it more effective.
Design pattern used are modular pattern, singleton pattern.
Algorithm used dfs for traversal.
Data-Structure used stack.
Step1: Clone repository in your local environment.
Step2: Run npm install.
Step3: Run npm start to launch the application.
Note: Try to use medium size of grid for better experience. (e.g, 7*8, 10*10, 15*10)