Player 1: Arrow keys Player 2: WASD This is just a starter demo for how to make Sprites move like cars. Click "See Inside" to learn how! Tips for understanding the code: - Cars don't always go the same speed. You can accelerate (pedal) and decelerate (brakes). Use a "speed" variable and keys to speed up and slow down! - Pressing "left" and "right" doesn't actually move the car, instead it just turns or steers to change direction. - Each "car" needs a different speed variable, or else they would both go the same speed as each other!
Games you can make from this: - Race to pick up randomly spawning powerups before the other player - Take turns on offense and defense: each round, one player is the chaser and the other player tries to avoid getting hit