Sure, I can help you create a simple game based on Domino's using HTML and JavaScript. Here's an example implementation:
Domino's Game
Player 1
Player 2
Board
Note: This implementation assumes that you have pictogram images for domino pieces named `emozi_all/pictogram.png`, `emozi_bear.png`, etc. You would need to replace these image paths with your own image paths. Additionally, you can modify and enhance the game logic and display as per your requirements.