Sure! Here's an example of a simple math game fighting game implemented as a single HTML file using JavaScript:
Math Game Fighting
Health: 50
Coins: 0
In this game, you have a health bar starting at 50 and a coin counter starting at 0. You need to answer math addition questions correctly to earn coins and deal damage to your opponent. If you answer correctly, you gain 1 coin and deal 5 damage to the opponent. If you answer incorrectly, you receive 10 damage. The game continues until your health reaches zero, at which point the game resets. Click on the pictograms (Kick, Punch, Dodge) to trigger an attack and answer the math question.
Please note that you'll need to replace the image paths `emozi_bear.png`, `emozi_chicken.png`, and `emozi_rabbit.png` with your own image files for the pictograms.