2014-08-25 07:12
I like the idea! I can see this game being decently fun with just a bit more work. How did you find Phaser was to work with? It looks very interesting! What IDE did you use?
Foon → Ludum Dare Explorer → LD30 → Fract
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Coolness | 2202 |
I like the idea! I can see this game being decently fun with just a bit more work. How did you find Phaser was to work with? It looks very interesting! What IDE did you use?
Thanks. Maybe I'll find time later this week to polish it into an actual game.
Phaser is an awesome framework. It takes a bit of time to figure out how to use it properly, and the documentation is a bit spotty on some specifics (aka. physics engine), but overall, I strongly recommend it as a Javascript game engine. It's rather flexible, so you can program most 2D game mechanics with it.
Concerning IDE, I just used Vim (command-line text editor) and my browser (mostly Firefox). I also ran a local Apache web server to host my files.
neat engine though seems shaky at some points..
Interesting idea. I got my head wedged between two blocks because the body doesn't "rag doll". Managed to get out but watch out for that as you build it out.
Thanks. I'll keep that in mind.
It has potential, but it needs some work. :)
When I press space the character also moves to the right. Is that intentional?
Well... no. I don't believe that was intentional. I think space is meant to jump up at this point; I'll definitely check that out.
Thanks for the heads up!