This Game was made in 48h for the GMTK Game Jam.



This is a racing game where you can't directly control the car. Instead you program the car so it drives itself! 

You enter the code in an Input Field on the left side of the screen. After you have written you code you press the button below. The car resets itself, afterwards it. executes your code. The goal is to get in a certain amount of time to the finish line.          If you get of the track the car resets itself and you have to rework your code

 Syntax explanation:

There are 3 commands to control your car!

acc : with this command you control the speed of the car. For example if you type   "acc 100" then the car will speed or slow down to this speed.

rot: with this command you rotate the car. If you type for example "rot 0" the car will rotate so that it is facing up, if you type "rot 90" it will face right and so on. 

pause: with this command you pause the code for a certain amount of time. For example if you type "pause 5" it will wait 5 seconds until it runs the next command.

example Code:

acc 140
pause 2.1
rot 0
pause 2
rot 90


StatusReleased
PlatformsWindows, HTML5
AuthorKspPaul
GenreRacing
Made withUnity
Tags2D, coding
Average sessionA few minutes

Download

Download NowName your own price

Click download now to get access to the following files:

Final Built.zip 17 MB

Comments

Log in with itch.io to leave a comment.

(1 edit) (+1)

Fantastic idea, however there is a little problem when I try to edit a long code