User prompt
Make the countdown text bold
User prompt
Color of countdown text to white
User prompt
CPU and Player reduce speed
User prompt
Add 2 CPU in the game
User prompt
Create 3rd CPU
User prompt
Increase finish line size
User prompt
Increase finish line size
User prompt
Move CPU 2 beside CPU
User prompt
Move CPU 3 beside CPU 2
User prompt
Increase player speed
User prompt
Make CPU easy mode
User prompt
Load CPU 2
User prompt
Put CPU 2 beside CPU 3
User prompt
Seperate CPU asset
User prompt
Fix cpu2 not showing up
User prompt
Put CPU 3 beside CPU 2
User prompt
CPU 2 reduce speed
User prompt
Add background asset
User prompt
Fix misplace of background asset
User prompt
Black background should have an asset
User prompt
Change color of background to dark blue
User prompt
Add "Car Champions" text
User prompt
Edit Car Champions text into Car Champions!
User prompt
Place Car Champions! text to the middle
User prompt
Place game title in the above middle screen
===================================================================
--- original.js
+++ change.js
@@ -37,9 +37,9 @@
cpu1.x = 200;
cpu1.y = 2732 / 2 - 100;
var cpu2 = self.addChild(new CPU());
cpu2.x = 200;
- cpu2.y = 2732 / 2 + 100;
+ cpu2.y = 2732 / 2 - 100;
var cpu3 = self.addChild(new CPU());
cpu3.x = 200;
cpu3.y = 2732 / 2 + 200;
var finishLine = self.addChild(new FinishLine());