Description
I want to create a website/PHP application with the concept of being a predictor game based on the Premier League (English football league). The website will display a box for each game that is being played from that league for each week. The user must predict what they think the score will be for each game. They will input what they think each score will be using interactive buttons. If you get the correct score correct (For example if the user predicted that the fixture Manchester United v Liverpool would end 2-1, and the real-life game finished 2-1 they would get 3 points). If they guessed the correct result (for example they guessed the score would be 3-0 but it finished 2-1) they would get 1 point. If they guess the score wrong and got the incorrect result (for example they guessed 1-2 to Liverpool) they would get 0 points. The website will show all of the fixtures for that week only. Then there will be a page that shows the results from the previous week which you can go further back to previous weeks.I have started to create the website and the files are linked below. It is at the very basic stage and want these things done:- Images of the teams to be in the correct position. Currently, the right image in each box is a different distance between the border of the box to the edge of the image compared to the left image.- Scoreboard in each box with buttons that change the scores. With a submit button once all scores have been inputted.- Use an API to get fixtures for each week and match each image with the correct team.- Add a button that will show the last 5 results for each team in that certain box