Live data from Hacker News

Show HN: Pseudo3d old school racing game made with pure JavaScript

wagnerandrade.github.io

1–10 of 19 posts

Re: Show HN: Pseudo3d old school racing game made with pure JavaScript

#3
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

Re: Show HN: Pseudo3d old school racing game made with pure JavaScript

#4

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.

Re: Show HN: Pseudo3d old school racing game made with pure JavaScript

#6

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

Same for me with the HTTPS Everywhere extension. Just click "load unsafe script" and it will work.

Note to author, use a protocol-independent script tag, e.g. //github.com/wagnerandrade/old-school-racing/releases/download/0.0.1/old-school-racing.js

Re: Show HN: Pseudo3d old school racing game made with pure JavaScript

#10
Very 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.

Post reply on HN