Sure! Here's a simple zombie game implemented as a single HTML file using JavaScript:
Zombie Game
To get this to work, you would need to replace the `emozi_all/player.png` and `emozi_all/zombie.png` with your own image files representing the player and the zombie, respectively. Also, make sure that the file paths are correct.
In this game, the player can move left and right using the left and right arrow keys. The objective is to avoid collision with the moving zombie. If a collision occurs, an alert will be shown saying "Game Over!" and the page will be refreshed to start again.
Please note that this is a very basic implementation of a zombie game and can be further enhanced with additional features, levels, scoring, etc.