The deployment branch for our project
-game is now round based, not score based
-losing shapes ONLY subtract time now
-win shapes add some time and increase round
-boss fight every 10 rounds
-boss hp and time given on defeat increases each time
-zooming in to freeze the boss does NOT work (that would be too easy)
-boss size changes with difficulty
-menu music added
-difficulty selection menu updated
-Unit Test
Please execute 'npm install' command to have the node_modules. Then execute 'npm install --save-dev chai' and 'npm install --save-dev mocha' since we are using 'Chai' and 'Mocha' libraries. You can execute the test cases by executing the commands 'npm test' and 'npm run test:cucumber'.