Simple game based on Flask & AngularJS
Remove all duplicate numbers by clicking on them.
If you click number which does not have duplicates - you lose.
If you remove all duplicates - you win.
Refresh page to start over.
Clone this repository, change directory to newly created folder.
Install python requirements:
pip install -r requirements.txtInstall nodejs and npm if you haven't done it yet.
Install dependencies:
npm installUpdate webdriver:
npm run update-webdriverStart webserver:
npm startAt this point you should be able to open http://localhost:5000 and check out this awesome app.
You should have webserver running + Chrome browser should be installed on your system.
Start webdriver-manager:
npm run start-webdriverRun tests using protractor
npm run protractor