Sure! Here's an example of a simple Mario vs Sonic fighting game using pictograms for the controls. Please note that this is just a basic implementation to give you an idea, and you can add more features and complexity as desired:
Mario vs Sonic Fighting Game
Controls:
This code will create a web page with pictograms representing the controls for Mario and Sonic. When you click on a control, the game will randomly determine a winner and display the result on the page.
Please note that you would need to replace the image URLs (e.g., "emozi_all/mario.png") with the actual image file names or URLs for the pictograms you want to use in your game. Additionally, you can enhance the game by adding more features, animations, sound effects, and a scoring system.