Sure, here is a simple FPS shooter game implemented as a single HTML file using JavaScript:
This basic implementation creates an HTML canvas, lets the player control a blue circle (representing the player) with their mouse, allows the player to shoot red circles (representing bullets) at green circles (representing enemies). The player gains score whenever a bullet hits an enemy. If the player collides with an enemy, the game ends and the final score is displayed.