Sure, I can help you create a game based on your requirements. Here's a basic implementation using HTML and JavaScript:
One Night at Kidnappers
This is a simple game where you have two doors and a security camera. The objective is to survive until the end of the night by closing the doors when the kidnapper arrives. If you open the doors while the kidnapper is there, you lose. Additionally, there is a power meter that decreases over time, and if it reaches zero, you also lose. The game will display a "Game Over" message when you lose.
Please note that this is just a basic implementation, and you can enhance it further with additional features, graphics, and animations as per your preference.