Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

I made a Windows binary:

https://drive.google.com/uc?id=1I7-_EGWJzWIZPbXM9lgS2tKjxSd87efP


It doesn't have sound, but it should actually work.

URL is not public :´)

(+1)

Fixed it. I didn't realize that my account has the default sharing settings set to "only this particular group".

Any chance we could get a binary for Linux? I can't figure out how to run from source.

https://drive.google.com/file/d/1xDogNJAYhnPa_J_tZ9NTHyXEQvz-B7tR/view?usp=shari...

Here you go. I should probably have spent more time on this stuff instead of broken multiplayer...

Thanks, unfortunately it needs a newer glibc version or something: ./bulletwar: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by ./bulletwar)

Yeah, I don't know. Btw, what were the problems you had with compiling from source?

I tried running the expression given in the readme in sbcl and it failed; I think the problem was it requires installing the ql package manually? Or maybe it needs a different CL implementation? It wasn’t clear from the instructions.