Skip to main content

News

Topic: Code inComplete: 10 Essential Foundations of JS Game Dev (Read 5023 times) previous topic - next topic

0 Members and 1 Guest are viewing this topic.
  • N E O
  • [*][*][*][*][*]
  • Administrator
  • Senior Administrator
Code inComplete: 10 Essential Foundations of JS Game Dev
A recent series, it's mostly focused on making JS games for the web but most of the principles can likely be ported over to Sphere usage. I came across it from the recently updated Gorenfeld pseudo-3D rendering article and Jake Gordon (aka Code inComplete) created a basic JavaScript racing game on the web using it.



Some secondary links from the articles:



Now, Jake's the first to say that his recommendations shouldn't be taken as bible or even as best practice (he himself points out in the JS Racer series that his JS isn't even close to ideal or the most optimized), but at least it's a good jumping-off point for getting the systems needed ready to go once the basic game design is worked out.

I personally wouldn't mind seeing that JS racer forked and modified enough to work in Sphere ;)