FoonLudum Dare ExplorerLD42 → Memory

Memory

By gnarly-narwhal

View on ldjam.com

CategoryRankScoreCount
Overall3.4310
Fun2.8710
Innovation3.5610
Theme3.9310
Graphics3.7510

Comments

endurion 2018-08-13 17:25

Doesn't seem to start up properly here. Can't fairly vote.

thechubbypanda 2018-08-13 17:27

I'm getting this when I double click it:

Exception in thread "main" java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer; at com.gnarly.engine.texture.Texture.(Texture.java:59) at com.gnarly.game.map.MapEntry.(MapEntry.java:28) at com.gnarly.game.map.Map.(Map.java:69) at com.gnarly.game.PlayPanel.(PlayPanel.java:22) at com.gnarly.game.Main.init(Main.java:62) at com.gnarly.game.Main.start(Main.java:38) at com.gnarly.game.Main.main(Main.java:103) AL lib: (EE) alc_cleanup: 1 device not closed

gnarly-narwhal 2018-08-13 17:33

@thechubbypanda @endurion Ok I believe I have fixed it. Was an issue with the java version so I have now compiled with an older version.

sundancekid 2018-08-13 17:42

I might be stupid but I can't figure out how to run it D:

johnyf 2018-08-13 17:51

Can't run the game( But i can open it with .rar :D

2lol555 2018-08-13 18:07

Can't run the game :/

rafael-endo 2018-08-13 18:19

Sorry, but it's not running here. Don't even open. I have update for more recente java and I am using a Windows 10.

thechubbypanda 2018-08-13 18:24

Sorry man, still broken. Same error. I'm on java 8 if that helps...

gnarly-narwhal 2018-08-13 18:33

Is everyone who cant run it getting the ByteBuffer issue or something else?

anton-potatis 2018-08-13 19:25

Nice game! It works for me.

cranestyle 2018-08-13 19:30

Haha, I am split on my feels, one part horrified, one part having a fun time. The only thing I would recommend that would be a huge improvement is making the text even larger, and maybe slightly modified colors of the text blocks. To make it more easily parcable it starts to all kind of be a blob at some points and harder for me to intuitivily seperate the information.

blight-radiance 2018-08-13 20:06

Works good using java 10. That is true that the game feels slow. The best strategy I found was to sort the numbers for as long as possible. I am probably not the most efficient garbage collector :smile:

otmani-yacer 2018-08-13 20:34

i did not understand the game

niterich 2018-08-17 20:29

I think the page description needs some work, as it really threw me for a loop. First, there's a lot of backstory that really doesn't impact the game at all. There's a lot of talk about computers and bit consolidation, so I thought it might have something to do with writing in hexadecimal without making too big a number or something nerdy like that. I think just having one line of "arrange like tiles in groups of 8 or more to score" would have sufficed.