Code edit (1 edits merged)
Please save this source code
User prompt
Which One is a Lie?
Initial prompt
I want to make a game called “Which one is a lie?” The player is shown 3 sentences in each round. Let 2 of these sentences be true and 1 be a lie. The player tries to guess which one is a lie. If he guesses correctly, he gets 1 point. The game consists of 10 rounds in total. Questions can be from different topics, such as animals, space, history, etc. The interface should be simple and mobile friendly.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});