User prompt
Can you make the police follow the bus so if the bus goes to the side, the police also goes to the side
User prompt
Could you make it a bit more down
User prompt
Can you make the police more down from the bus
User prompt
Can you make the police go more backwards from the bus and if it touches the bus it shows another ending screen
User prompt
Please fix the bug: 'TypeError: undefined is not an object (evaluating 'police.update')' in or related to this line: 'police.update();' Line Number: 814
User prompt
Please fix the bug: 'ReferenceError: Can't find variable: police' in or related to this line: 'police.update();' Line Number: 813
User prompt
Can you make it so the police is chasing the bus
User prompt
Can you make the stops more closer
User prompt
Can you make it so the bus can go backwards and forwards too
User prompt
Can you make it so that you immediately start driving when you click start driving
User prompt
Can you make it so it drives for a long time and the places where you chose things are farther apart
User prompt
Can you make it so you can move the bus on mobile
Code edit (1 edits merged)
Please save this source code
User prompt
Bus Route Destiny
Initial prompt
Can you make a game where the player is driving a bus and there are different stops where they can do stuff to get different endings
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});