Sure, I can create a simple random game using JavaScript. Here's an example of a game where you have to guess a randomly generated number within a specified range. The game will provide feedback on whether each guess is too high or too low until the correct number is guessed.
Random Number Game
In this game, a random number is generated between 1 and 10. The user is prompted to guess the number and is given feedback on whether the guess is too high or too low. The game will continue until the correct number is guessed.