Live data from Hacker News

Show HN: (my first webapp) An HTML5 platform game stage design community

taketheblock.com

11–20 of 22 posts

Re: Show HN: (my first webapp) An HTML5 platform game stage design community

#11
This is an excellent idea, you should definately work on this some more. It has a lot of appeal because it is social and creative too. It also brings back memories for me, I loved to play with level editors for games in my younger years.

I think though that you should allow people to play a level without signing in.

The gameplay does feel a little slow and generic though, you should work on making that more fun and a little more polished. For a well polished 2d game have a look at Cavy Story.

Re: Show HN: (my first webapp) An HTML5 platform game stage design community

#12
post #3
post #2

Not bad for your first web app. I'd recommend that you work on making it easier for the user to play the game right away. Every click the user makes will result in a dropoff in conversion rate. Otherwise this is pretty interesting! Keep at it!

thanks! yeah, a more interactive front page is in the works -- we're hoping to let the player jump into the game with minimal fuss. stay tuned!

Did you use an existing game engine to build this , or was it something custom?

Re: Show HN: (my first webapp) An HTML5 platform game stage design community

#13
post #3

Earlier quoted context omitted.

thanks! yeah, a more interactive front page is in the works -- we're hoping to let the player jump into the game with minimal fuss. stay tuned!

Did you use an existing game engine to build this , or was it something custom?

the client-side javascript is written from scratch -- so if there's any wonkiness with the physics (especially with the moving crates), it's my own fault. it probably would have been faster to use an existing engine (i'm sure there's many), but i wanted to take on the challenge myself.

Re: Show HN: (my first webapp) An HTML5 platform game stage design community

#14

This is an excellent idea, you should definately work on this some more. It has a lot of appeal because it is social and creative too. It also brings back memories for me, I loved to play with level editors for games in my younger years. I think though that you should allow people to play a level without signing in. The gameplay does feel a little slow and generic though, you should work on making that more fun and a…

thanks! the toolset is extremely bare-bones right now, somewhat in the spirit of "launch and iterate". we're trying to gauge what percentage of the population is interested in stage design (vs. just playing). as for the player logins, i want to keep an identity because the main value-add of our game is the player stats tracking and replay footage. cave story is a huge inspiration, and i hope someday we can enable folks to build their own cave story-like experience.

Re: Show HN: (my first webapp) An HTML5 platform game stage design community

#15
post #10

The "(my first webapp)" in the title feels a lot like a link-bait. Surely this isn't the first time you wrote HTML, CSS, and Javascript, right? I mean this could very well be honest, but I really don't think it belongs there. (I could be wrong.) http://ycombinator.com/newsguidelines.html

this is my first time posting to hacker news, so sorry if i made any faux pas. i've done html and css before, but i started learning javascript/node.js a few months ago. my background is in hardware engineering at apple (with some experience in C and java), and recently i've decided to get into software/web app development (with this being a project to sink my teeth into). needless to say, i'm not a fan of javascript…

No apologies needed :) The term "webapp" was just a bit too general.

Re: Show HN: (my first webapp) An HTML5 platform game stage design community

#17

The logging in barrier is a deal breaker for me. Not saying you shouldn't keep it, just letting you know that some people will not get past it because they don't want to.

I think he allows a reasonable experience prior to having to log in. I watched his overview video (nice job), played the first level, and started designing a level without having to log in. Requiring account creation to save a level seems fine to me.

Overall, nice job, ttbmike.

Re: Show HN: (my first webapp) An HTML5 platform game stage design community

#19
post #18

It needs a keyboard to play however I could not find a way to bring up my iPad keyboard so it does not seem to be iPad compatible?

Currently it is desktop browser only. If there's enough traction and the concept is proven, we plan to look into porting it to iOS / Android / etc. We'll see!

Re: Show HN: (my first webapp) An HTML5 platform game stage design community

#20
post #5
post #4

Played through the tutorial, it's pretty good save for the moon gravity jumping.

hah, yeah, the physics was a lot of back and forth for us. we tried to match the original super mario bros. physics, but clearly we're still missing the mark. the plan is to update our engine periodically with versioning control, so we can fix issues without breaking old stages. thanks for the feedback!

Also check out Steve Swink's Principles of Virtual Sensation[1]. (Ctrl-F for [Mario].)

[1]: http://www.steveswink.com/principles-of-virtual-sensation/

Post reply on HN