Sure! Here's a simple text-based "Among Us" game implemented in a single HTML file using JavaScript:
This game randomly assigns a role to the player (either Crew Member or Imposter) and generates a random number of tasks completed. Then, it determines the winner based on the number of tasks completed.
To play the game, simply open the HTML file in a web browser. The game will automatically start and display the role of the player, number of tasks completed, and the winner. You can customize the game further by adding user interaction, graphics, or additional game mechanics.