Here's an example of a simple Chess game implemented as a single HTML file using JavaScript.
This code creates a chessboard using a grid layout and adds click event listeners to each square. You can modify it further to implement the logic and rules of the Chess game.