User prompt
Show a pop-up message " You're Dead " for 2 seconds with an explosion effetc when the game ends ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
create another menu to choose categories
User prompt
before the start of the game create a menu to choose difficulty "Easy" , "Medium" and "Hard". when "Easy" is clicked choose simple level words; when "Medium" is clicked choose elementary level words; and when "Hard" is clicked advanced level words are chosen. Easy words are 1 points , Medium words are 2 points and Hard words are 3 points.
User prompt
change the frame color with white
User prompt
remove brown back round and make a black frame add bomb effetcs when the game ends ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
make the hang man backround white and center it
Code edit (1 edits merged)
Please save this source code
User prompt
Word Master Hangman
Initial prompt
hang man game words are chosen from 5 categories " animals" , "vegetables" , "fruits" , "names" , "films and movies"
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});