A simple PHP Script that generates a “Bingo Card” populated in random order from options set in the script
The features will be: – Design / Fonts / Layout similar to the example that I provide (5×5 grid of cards) but responsive design so displays full screen in browser window on PC as well as mobile – The ability to click on a square to add a red X – Display “BINGO” animation or similar if 5 squares are marked with a red X vertically, horizontally or diagonally and no more squares can be marked with a red X – Button below that says “Generate a new card” which will refresh the page and load a new randomly generated bingo card. This should be a fast, simple task for someone with experience.