Skip to content

yauhahu/pixelracingcc

 
 

Repository files navigation

Pixel Racing

(fork of Javascript Pseudo 3D Racer) play it!

Updates:

  • touch controls added, for mobiles (see 'touch.js')
  • automatic canvas resizing, now fit for all screens
  • opens full window (side controls removed)
  • performance check removed for higher performance
  • works well in portrait layout
  • demo car sprites updated (not they look straight)
  • some banners changed for 'better' ones
  • driving man moved to right as for right-side driving
  • and his passenger girl from the left
  • music removed (sound work in progress)

Retro Style 2D Racing Game

A note on performance

The performance of this game is device dependent. Though it works well in all relevant browsers, especially with canvas acceleration, IE not much supported yet it works with the game. On mobiles it works.

A note on code structure

We are keeping the very ide of the original code, so it is still: "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!)". In the updates we've put touch.j separately yet most of changes are in the main files. Send a note if you need some help about it.

Related Links

License

MIT license. As of the original.

THE STATUS inhereted from the original project: the sprite graphics are placeholder graphics borrowed from the old genesis version of outrun and used here to honor the great game of the past, and also for the purpose of education.

Roadmap

  • add more than one track
  • replace pixel car graphics
  • main menu and settings screen
  • find sponsors for the banners

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.5%
  • JavaScript 39.2%
  • CSS 4.3%