jakesgordon/javascript-racer

Adding Tunnel

sandokan815 opened this issue · 1 comments

Your source is very useful to build 2.5D racing game
But unfortunately, I was looking for Racing Game that includes tunnel.

Please attach it if you have made new version with tunnel or please write reference links

Thanks very much for your sharing gold source

A tunnel should not be very difficult to code, each part of the track has a specific function (eg, short left turn, long straight line, hill, etc). Coding a tunnel should only be a matter of adding the graphics and a new function (or an option for each of the old tracks parts functions to allow to turn them into a tunnel).