FoonLudum Dare ExplorerLD30 → Fract

Fract

By thepelranthean

View on Wayback Machine

CategoryRankScoreCount
Coolness2202

Comments

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?

thepelranthean 2014-08-25 15:04

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.

donut345 2014-08-25 18:27

neat engine though seems shaky at some points..

jshaffer94247 2014-08-27 05:06

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.

thepelranthean 2014-08-27 12:59

Thanks. I'll keep that in mind.

brookman 2014-09-12 16:46

It has potential, but it needs some work. :)
When I press space the character also moves to the right. Is that intentional?

thepelranthean 2014-09-16 06:00

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!