Sure! Here's a basic example of a text-based Minecraft fighting game using JavaScript and pictograms. Remember that this is a simplified version and doesn't fully represent a complete game.
In this text-based game, you will see the player's information (name, health, and level) along with a list of enemies and their respective health. You will be prompted to enter the number of the enemy you want to attack.
Once you defeat an enemy, its information will be removed from the list, and your player level will increase. The game continues until your player's health reaches zero.
Please note that this is just a simple demonstration and could be expanded upon to create a more engaging and visually appealing game.