Show HN: I spent two years working on an HTML5 game. I finally released it
41–50 of 147 posts
Re: Show HN: I spent two years working on an HTML5 game. I finally released it
#42Earlier quoted context omitted.
If javascript could run outside of the browser, I'd use it for everything. Javascript was nothing but pure bliss to work with, but the browsers were hell. Overall I know I'm definitely going to keep making short, simple games with javascript because it's a wonderful tool for the job. Long-term projects are a bit risky due to browser issues, so this'll probably be my last huge game with the language (sadly). If you're…
JS does run outside of the browser, many people are creating games on several platforms. Appcelerator's keynotes this morning at Codestrong included an OpenGL ES wrapper for Appcelerator. Exciting times for JS.
I really do look forward to a future of desktop javascript, though.
Re: Show HN: I spent two years working on an HTML5 game. I finally released it
#43Demo uploaded to mediafire because I don't want to completely kill my server: http://www.mediafire.com/?hh5x0jcvvkiwd5i I tried to get it out fast and just barely tested it, but it should be stable. The demo has three bosses, ~25 areas, and a good taste of the gameplay. My server seems to be intermittently dying, so Chrome Store link for anybody interested in purchasing (buying through my site would be preferable, th…
Re: Show HN: I spent two years working on an HTML5 game. I finally released it
#44Looks cool , I like quirky games. Since it uses JS , can I use my 360 pad or am I stuck with keyboard?
Re: Show HN: I spent two years working on an HTML5 game. I finally released it
#45Re: Show HN: I spent two years working on an HTML5 game. I finally released it
#46Re: Show HN: I spent two years working on an HTML5 game. I finally released it
#47Earlier quoted context omitted.
If javascript could run outside of the browser, I'd use it for everything. Javascript was nothing but pure bliss to work with, but the browsers were hell. Overall I know I'm definitely going to keep making short, simple games with javascript because it's a wonderful tool for the job. Long-term projects are a bit risky due to browser issues, so this'll probably be my last huge game with the language (sadly). If you're…
On the language comments - Have you looked into any higher level languages that compile to JavaScript, such as the newly released TypeScript? It is a superset of JavaScript with static typing and structural types. [Disclaimer: I was a test intern on the TypeScript team.] You also say this is the last huge game with JS. Why is that?
And the biggest reason is because I can't trust the browsers. They run in a fragile environment that can easily be destroyed by a single update. For example, Chrome refuses to run Subbania unless it's installed as an extension because it directly modifies the pixel contents of the screen; Firefox doesn't. However, the way Chrome forces me to break up my code for "security" reasons also resulted in Firefox not reading keyboard input, which is why I provided separate HTML files for each browser. I'm sure there's some better way of handling it, but I just went with the simplest and most obvious solution.
Re: Show HN: I spent two years working on an HTML5 game. I finally released it
#48Congrats on shipping. You should post this on /r/gaming on reddit, they are really supportive of indie devs producing games.
Congratulations on shipping!
Re: Show HN: I spent two years working on an HTML5 game. I finally released it
#49Demo uploaded to mediafire because I don't want to completely kill my server: http://www.mediafire.com/?hh5x0jcvvkiwd5i I tried to get it out fast and just barely tested it, but it should be stable. The demo has three bosses, ~25 areas, and a good taste of the gameplay. My server seems to be intermittently dying, so Chrome Store link for anybody interested in purchasing (buying through my site would be preferable, th…
Thanks for not obscuring the source, I'm enjoying reading it :)
I knew that obscuring the source code wouldn't do anything to prevent piracy, so I figured I'd just leave it as is so people can see how I did things.
Re: Show HN: I spent two years working on an HTML5 game. I finally released it
#50Q.) "I’m really interested in the game, but dont want to support paypal. Is there any other method of purchase?"
A.) "The only easy way for me to distribute through my own site was with Paypal. I did have Amazon Payments, but Amazon randomly locked down my account for reasons unbeknownst to me and they only gave me generic automated responses."
This is becoming a habit.