As an AI language model, I can help you with the programming aspect of creating a game but cannot provide an actual program written in HTML with JavaScript for Resident Evil 2 as it is a complex and intensive project that requires significant time and resources.
However, I can guide you through the general steps to create a simple game using HTML and JavaScript. Here's an example of a small game where you need to catch falling objects:
Falling Objects Game
This is a simple game where emojis (pictograms) fall from the top of the game area, and the objective is to click on them to score points. The score is displayed at the top of the page.
Please note that this is just a basic example to get started with game programming using HTML and JavaScript. Developing a full-fledged game like Resident Evil 2 would involve much more complexity, including graphics, animations, logic, and user interactions.