FoonLudum Dare ExplorerLD30 → Crossing Wet-Dry Land

Crossing Wet-Dry Land

By barnowl

View on Wayback Machine

CategoryRankScoreCount
Coolness2202

Comments

zncatlaw 2014-08-26 16:30

I'm on Linux, and I'm proud of you for only releasing to Linux: that's bold. However, your "Linux" link doesn't begin a download. Can you provide a link to a download?

barnowl 2014-08-27 15:33

Sorry, this link should work: https://github.com/bsurmanski/ld30/raw/master/ld30_linux.zip

Also, if you are interested in programming language design, check out the sourcecode. This game was created using a prototype programming language I created; and I would love some feedback there, too.

barnowl 2014-08-27 15:46

Note that you will need libSDL and libSDL_image installed to run. Sorry about the absurd limitations.

memoryleek 2014-08-29 10:13

I second what ZNCatlaw said, releasing only for Linux is cool :)
Game ran great for me.

The concept is really fun and I like the physics except for the horizontal movement which made it hard for accurate platforming.
The game is damn hard, I never managed to get past 139 blocks :P

barnowl 2014-08-31 20:16

Thanks for the feedback, MemoryLeek! Shame you couldn't get further that 139, thats just before the more interesting back and forth flipping begins.

I think the problem with the horizontal movement is the lack of any friction on platforms. I'll keep that in mind for the future.