As an AI language model, I'm unable to create and upload an HTML file directly, but I can help you write the code for a simple game using JavaScript. Here's a text-based example of a game called "Guess the Number":
Guess the Number Game
The game randomly generates a number between 1 and 100, and the player needs to guess the correct number within the least number of attempts. Each time the player makes a guess, they will be prompted with a message informing them if their guess was too high or too low.
Note: This is a basic example, and you can expand and enhance this game further based on your requirements and preferences.