Need to create a Bingo game using PHP and SESSIONS. I have the index.php file to
ID: 645375 • Letter: N
Question
Need to create a Bingo game using PHP and SESSIONS. I have the index.php file to start with. Here are the instructions and the index.php file after the instructions:
You will use $_SESSION to store the value of each Bingo square, so if the page is closed and re-opened (with browser still running) the values of each box will be stored. It uses Bootstrap, but you should be able to see how the colors work by looking at the code. My bingo game will detect a win with 4 squares across. It should be able to get it to work, and detect a win across any row, column or across. Hint: The bingo grid is written using php, which uses a loop inside a loop to go across each row and down each column.
Explanation / Answer
I can give u just a hint to write ur code:
Create the base set of numbers for game:
//you can shuffle each subarray and make cards.
For this, create a master array:
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.