Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

megatux

17
Posts
1
Topics
2
Followers
56
Following
A member registered Dec 22, 2015

Creator of

Recent community posts

(1 edit)

Hi, tried and fail when loading with something related to license of drgtk I think. Could you do a new build? you game looks so cool

Hi!, seems very nice but I feel it very slugish, not sure if there is some frame issue or is this slow the main character movement speed.

v0.8 adds saving hiscore to a file and restore it so it persist between different game process runs

v0.7 has better coin placement

Added joystick support in v06

Does the bundled version for Mac works on M1 notebooks? I just downloaded it and it says it's "damaged" and can't be opened. Thanks! the game looks gorgeous!

Great upgrade! Thanks and keep the awesome work!

What the heck are you talking about? I work with Ruby everyday, I receive a lot of offers, ...some times several a day. If you use Github, Shopify, Stripe and thousands of other smaller sites, you use a Ruby powered site.  ... I guess I'm feeding trolls again :/  

The devs always talk about a game for Nintendo switch, somewhat popular, can't remember the name but should be easy to find. 

Thanks for sharing this. Looks incredible!

It uses Ruby. Check the doc here or find videos on YT or the official docs. It's pretty easy to use

Beautiful!

Sure. So,  inside game directory I added current dir. to find libGDCpp.so   (with LD_LIBRARY_PATH env. var.)

Also did a sym. link of libpng :

    ln -s libpng12.so.0.54.0 libpng12.so.0

    LD_LIBRARY_PATH=$PWD ;  ./ExeLinux

and execute the binary.

Ok, set LD_LIBRARY_PATH and also did a symb. link of the libpng library and started. I guess you could improve the Linux experience settings this things properly.

Regards

Hi, game executable don't run on my Linux box.

 $ ./ExeLinux

./ExeLinux: error while loading shared libraries: libGDCpp.so: cannot open shared object file: No such file or directory

I noticed there is a library named the same on the game directory. Do I have to set LD_LIBRARY_PATH or something?

Thx