Sure, here's an example of a simple football game implemented as a single HTML file, using JavaScript. The game incorporates one joystick on the left side of the screen and five buttons on the right side. The buttons are labeled according to your specifications.
Score: 0
In this implementation, the joystick is represented by a gray circle on the left side of the screen, while the five buttons (Shoot, Pass, Top Pass, Slide, Tackle) are displayed on the right side. Clicking any of the buttons will increase the score by 1 and trigger the corresponding action (which you would need to fill in with your desired logic).
You can customize the game further based on your specific requirements and preferences.