Sure! Here's a simple city building game implemented as a single HTML file using JavaScript. Since pictograms might not be possible in this text-based interface, I'll provide a playable sample game for you to enjoy:
To play the game, open any text editor and copy the above code into a new file with an `.html` extension. Save the file, and then you can open it in a web browser. You will see the console log displaying the growth of your city, including population and resource updates.
Feel free to expand the game by adding more actions, building constructions, or implementing additional features based on your preferences.