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.txt
Install nodejs and npm if you haven't done it yet.
Install dependencies:
npm install
Update webdriver:
npm run update-webdriver
Start webserver:
npm start
At 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-webdriver
Run tests using protractor
npm run protractor