Sure, here's an example of a simple barber game implemented as a single HTML file using JavaScript and pictograms:
Score: 0
In this game, customers are represented by pictograms and are placed on the game board. When a player clicks on a customer, they are considered served and their image changes. The score is displayed at the top, and it increases every time a customer is served.
Please note that you would need to replace the image URLs ('emozi_bear.png', 'emozi_chicken.png', and 'emozi_rabbit.png') with actual image file URLs to make the game work properly.