It's a card game similar to Super Trunfo, where every turn you get a new random card with power-stats (from 0 to 100) and you have to choose one skill to compare with enemy card, if your skill is bigger than the enemy you get a point, if its the same you just get another card, and if it's smaller you lose.
There's some options inside the game, for example: Pick another card, get a random enemy powerstat and pick an enemy powerstat. Each one cost some coins, when you play for the first time you get 10 coins, and everytime that you reach 10 points you get +1 coin.
Our backend is a free API that gives us all data, for free. SuperHero API
At frontend we've used Angular 6+, Angular Material.
Firebase to Host, Auth and Realtime Databse.
GitFlow to manage our new features, hotfixs and releases.
And Agile Methodologies.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.