Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write the checkWin function (a placeholder is provided in the Kahn Challenge code) to place a Yourname says X wins! or Yourname says O wins!
Write the checkWin function (a placeholder is provided in the Kahn Challenge code) to place a "Yourname says X wins!" or "Yourname says O wins!" message on the screen where Yourname is your first name. Have the message displayed when there is 3 in a row. Change that board so that is only 360 pixels wide with a solid color rectangle occupying the right most 40 pixels. This will allow it to be made into a phone app. Make the game have two scenes: an opening splash screen, and the game itself. The opening splash screen will have the title of the game, your name as author, and a start button. You may add other decoration to the splash screen if you wish - but it must have this, and must not be the game screen itself. Use the techniques for scene change from the Khan lessons. Use the code for a button (either a simple button, or the button object type) from Khan
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started