Desktop Controls
- Accelerate
- Back Brake
- Lean Left
- Lean Right
- Change Direction
- Change Vehicle
-
Front Brake Advanced+
- Last Checkpoint
- Remove Checkpoint
- Restart Track
- Pause
- Zoom In/Out or
-
Toggle Player View Race mode only
Loading Leaderboard
6 years ago
FRHD="0123456789abcdefghijklmnopqrstuv";function setD(J,k){ j=J.replace("-",""); l=parseInt(j); n=""; while(l>0){n=k[l%k.length]+n; l=Math.floor(l/k.length);} return (J.indexOf("-")?"":"-")+n; } MyTrack=""; for (i =0; i <2000; i++) { MyTrack+=setD(""+Math.round(Math.cos(i/100)*i),FRHD)+" "+setD(""+Math.round(Math.sin(i/100)*i-50),FRHD)+" "+setD(""+Math.round(Math.cos((i+1)/100)*(i+1)),FRHD)+" "+setD(""+Math.round(Math.sin((i+1)/100)*(i+1)-50),FRHD)+" " }console.log(MyTrack)
6 years ago
how did u make this?