User prompt
Add background as assets
User prompt
add background
User prompt
add a voice when you get it wrong
User prompt
let there be a sound every time you know
User prompt
Ask 10 questions, not 30
User prompt
take it back
User prompt
50 questions instead of 30
User prompt
or let confetti explode instead of fire
User prompt
add a fire radiating from the bottom of the screen every time you get it right
User prompt
add chill game song
User prompt
don't count the score, when you get it wrong, it's game over
Code edit (1 edits merged)
Please save this source code
User prompt
Quiz Blitz: 10-Second Trivia
Initial prompt
I want to make a simple trivia game where the player is asked one question per round and shown 4 multiple choice options. The player gets 1 point for choosing the correct answer. The game will consist of 10 questions in total. The questions can be on fun and simple topics like emoji interpretation, flag recognition, which animal is heavier. Each question will have only one correct answer. The interface should be simple and easy to play on mobile devices. write 30 questions in total, choose from them and ask them randomly
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});