Fill This Form To Receive Instant Help
Homework answers / question archive / The assignment must be completed on Khan academy's programming environment
The assignment must be completed on Khan academy's programming environment. Please follow the direction on the attachment pdf file. For this mole mash game, the program will use my bitmoji (digital drawn image of me), in place of the mole. In this link here, I've coded and drawn my bitmoji, and this code will need to be used in the mole mash game. here's a link to the bitmoji code: https://www.khanacademy.org/computer-programming/bitmoji-mash-game/5312377031442432 You can either use that project there to code the mole mash game, and save it accordingly, or you can start another program entirely, with this link, https://www.khanacademy.org/computer-programming/new/pjs But the instructions for the assignment are detailed explicitly on the pdf attachment and it includes a solution outline
A. Programming A Mole Mash Game
You will create a Javascript program in Khan Academy that creates a mole mash game. Mole mash is an arcade game where the mole pops up and you try to bop it with a hammer. You should use all the concepts and skills you learned about in your Khan
Academy course materials to create your program.
possible solution to implementing your mole mash game in Javascript.
? Create a mash game where your bitmoji
(https://www.khanacademy.org/computer-programming/bitmoji-code /5300960203063296) pops up at random locations and the user gets one point for every time they click on it.
? When the user gets to five points, change the scene background and speed the game up.
? When the user gets to ten points, the game is over.
You may use the following code outline as a possible solution to help you implement your mole mash game in Javascript:
/*
Level 2 increase the frame rate to 1.
*/
/*
Define mouseClicked built-in function
*/
/*
Define a game function
*/
/*
Define the draw function
Call the game function
*/
? Save this program as lastname_molemash, where lastname is your last name.
Provide the sharable link to the khan academy programG
GRADING RUBRIC
Already member? Sign In