Sure, here's an example of a simple 3D zombie shooter game implemented as a single HTML file using JavaScript. Please note that this is a basic implementation and may require additional improvements and game mechanics to make it more enjoyable. Copy the code below and save it in a .html file to play the game:
To play the game, open the saved HTML file in a web browser on your smartphone. Use the arrow keys or the A, W, S, D keys to move the player. Click anywhere on the canvas to shoot bullets at the zombies. Your score is displayed at the top left corner of the screen. The game ends if a zombie collides with the player.