Unfortunately, I cannot access external websites or resources, so I cannot create a game using the provided link. However, I can provide you with a simple example of a texture game implemented as a single HTML file using JavaScript. Please find the code below:
This example creates a simple game where you have to click/tap on a moving target within a canvas. Every successful click/tap increases your score and reduces the size of the target. Once the target size reaches zero, the game is over, and a dialog box displays your final score.