FoonLudum Dare ExplorerLD31 → BaG

BaG

By kwarf

View on Wayback Machine

CategoryRankScoreCount
Coolness2356

Comments

instant-noodles 2014-12-10 10:25

Nice to make a game on linux !

jangler 2014-12-10 20:32

shadows were cool, but the gameplay was lacking and didn't really take advantage of the tech.

matthewdpace 2014-12-11 10:28

Could not effectively play. After installing deps and getting it to run, I had a black map, and the score, presumably at the top. Pressing arrow and space bar keys made a '50', then '100' jump around, but no character or lights.

finlal 2014-12-11 13:28

Nice shadows!

team-buttface 2014-12-13 19:42

Had to build this myself, and even the build process wasn't straightforward.

Anyways, I like the way graphics are done, but I wish you were able to do something more with the game that would make it more fun. Also, if the gravity was faster, it would feel much more responsive.

chaosed0 2014-12-14 16:56

It's a neat tech demo, but as you say, not a game. I had the same bug as another commenter - score shows up at the top for some reason, and the screen goes black. This seems to happen if the window is resized beyond the gameplay area.

Your build system didn't seem to notify me that I needed to build the Tmx lib in ./lib, by the way. Cmake succeded and left me guessing as to which TMX loader library you were using. You should also make a note that your binary requires SFML 2 - specifically, not 2.1.

neilo 2014-12-16 08:21

I'm afraid I can't rate this one, it launches but sadly I get a screen with only the platforms and not much else: http://imgur.com/CGWsomc

Log:
neilo@neilo-pc:~/LD31Games/Kwarf/BaG$ ./BaG
Loading tileset tileset from tileset.png
Loading entities
Loading collidables




Any ideas?