Doesn't load for me: [blocked] The page at 'https://wagnerandrade.github.io/old-school-racing/' was loaded over HTTPS, but ran insecure content from 'http://github.com/wagnerandrade/old-school-racing/releases/download/0.0.1/old-school-racing.js': this content should also be loaded over HTTPS. wagnerandrade.github.io/:1 Uncaught ReferenceError: Track is not defined (index):32
Load it with normal http, not https.
Show HN: Pseudo3d old school racing game made with pure JavaScript
11–19 of 19 posts
Re: Show HN: Pseudo3d old school racing game made with pure JavaScript
#12Re: Show HN: Pseudo3d old school racing game made with pure JavaScript
#13Re: Show HN: Pseudo3d old school racing game made with pure JavaScript
#14Earlier quoted context omitted.
Load it with normal http, not https.
Does not work, github.io always redirects to https.
Re: Show HN: Pseudo3d old school racing game made with pure JavaScript
#15Very nice, but please don't rely on keys like 'y' being on a certain position on the keyboard – on my German keyboard, for example, it's where the US's 'z' is. Other keyboard layouts are even more different. If you can't access the physical layout of your keyboard (and using javascript, I'm not sure you can), using the arrow keys for all navigational things is really the best option.
For French keyboards, the common WASD layout is completely broken, but this game manages to stay quite usable since it's just two keys.
Re: Show HN: Pseudo3d old school racing game made with pure JavaScript
#16Very nice, but please don't rely on keys like 'y' being on a certain position on the keyboard – on my German keyboard, for example, it's where the US's 'z' is. Other keyboard layouts are even more different. If you can't access the physical layout of your keyboard (and using javascript, I'm not sure you can), using the arrow keys for all navigational things is really the best option.
Re: Show HN: Pseudo3d old school racing game made with pure JavaScript
#17Very nicely done! I love these kinds of hacks :) A small suggestion - can you make the camera smoother? It's a bit jarring when it's going right and it suddenly starts going left.