FoonLudum Dare ExplorerLD54 → Space Collector

Space Collector

By wad

View on ldjam.com

CategoryRankScoreCount
Overall1.607
Fun1.607
Innovation1.507
Theme1.807
Graphics2.007
Audio1.307
Humor1.207
Mood1.607

Comments

ace17 2023-10-02 19:58

Kudos for using your own engine, I wanted to peek at the source code, but couldn't find a link ; did I miss it?

wad 2023-10-02 20:08

Hello. The code takes longer. Raylib is not its own, but a public library with bindings in different languages.

jesus-gonzalez 2023-10-02 23:51

Is it unfinished maybe? I collect the crystals and then nothing happens.

endurion 2023-10-04 17:29

It won't start, it's looking for a libgcc_s_seh-1.dll and libstdc++-6.dll

wad 2023-10-04 22:03

Hi endurion. Since you are having problems and the others are not, your antivirus considered them malicious, try downloading the archive or downloading these files.

P.S.

Since this is a prototype, don’t waste your time, you can only collect 3 crystals and that’s it. If the game interests you, you can follow updates and development progress here:

game

https://w-a-d.itch.io/space-collector

progress

https://is.gd/trello_com_space_collector

mindhijacker 2023-10-05 02:46

Can't even run. If you make a c++ game, maybe consider asking your non computer science major friend or running a VM to test if the game is even running. Your only audio feels literally stock wind from sort of audio website, at least attempt to make a background music or something. If this game ever submitted to my computer graphic lecturer, he would grade you as fail like 0/10.

2023-10-05 04:06

It's obviously unfinished but props for not using one of the big engines! FWIW this game ran fine for me. Not sure why the other guy is so angry.

penguindustin 2023-10-05 05:14

Could not run.

wad 2023-10-05 16:02

hmm... even when adding missing dynamic link libraries I get errors, the problem is in the project build

wad 2023-10-05 20:07

used more strict compilation, added the ld54-fix file for those who do not have ld54 working

epicgamefan 2023-10-07 01:09

Thanks