An Outrun-style pseudo-3d #racing game in #HTML5 and #Javascript. Run and send your score online. Show to be the best driver of this old style arcade game! For the #retrogaming lovers and very competitive gamers! It support the #scoresystem, so play it logged. Thanks to @Ranine for the help with the js edits!
Taal:
Italiano English Deutsch Espanol Francais Portugues Svenska Bahasa Indonesia Polski Русский Nederlands 中文 (简体) 한국어 日本語 Українська Suomi
Meer laden
A note on performance
The performance of this game is very machine/browser dependent. It works quite well in modern browsers, especially those with GPU canvas acceleration, but a bad graphics driver can kill it stone dead. So your mileage may vary. There are controls provided to change the rendering resolution and the draw distance to scale to fit your machine.
Currently supported browsers include:
. Firefox (v12+) works great, 60fps at high res - Nice!
. Chrome (v19+) works great, 60fps at high res... provided you dont have a bad GPU driver
. IE9 - ok, 30fps at medium res... not great, but at least it works
The current state of mobile browser performance is pretty dismal. Dont expect this to be playable on any mobile device.
A note on code structure
This project happens to be implemented in javascript (because its easy for prototyping) but is not intended to demonstrate javascript techniques or best practices. In fact, in order to keep it simple to understand it embeds the javascript for each example directly in the HTML page (horror!) and, even worse, uses global variables and functions (OMG!).
cit. Jakes Gordon