As an AI language model, I can provide you with a simple example of a game implemented as a single HTML file using JavaScript. However, I cannot create a full-fledged game like GRAND THEFT AUTO V as it is a complex and extensive project. Here's a simple game concept using pictograms where you control a character to collect coins:
Pictogram Coin Collector
In this example, you control a character using the arrow keys, and the goal is to collect the coins by colliding with them. The character is represented by a background image, coins are represented by small images, and the score increases by 10 for each collected coin.
Please note that this is a very basic example and can be further developed and customized based on your needs.