The main file is called animation.html, this is a basic fighting game that consists in the following:
- Its a game of 5 rounds
- Each player has a chance to hit the other based on a 50% probability, this works by using a js function that will draw a number above 3(1-6)
- When a player hits the other, the life bars, get deducted a 10% of their width
- Technoloigies involved creating this simple game: html5, css3, js and jquery.