Sure! Here's an example of a simple game where you play as a hunter shooting animals using JavaScript. Please note that this is a basic representation and does not involve complex graphics or actual hunting. It can be run as a single HTML file.
To play the game, open any web browser and save the above code as a `.html` file. Then open the file in the browser, and you'll be able to control the hunter using the arrow keys on your keyboard. The objective is to move the hunter close to an animal and shoot it by collision. Each successful shot will increase your score.