Sure! Here's a simple implementation of Dooz's Empire, a popular game also known as Connect Four in HTML with JavaScript:
Dooz's Empire
This is a basic version of Dooz's Empire where two players can take turns clicking on the cells to place their colored pieces (Red and Yellow). The game checks for a win condition based on four consecutive pieces in either horizontal, vertical, or diagonal directions. If a win is detected, an alert will be shown with the winning player's color. If there are no valid moves left and no winner, the game ends in a draw.