You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forked this project at 2017 to study Common Lisp. I really liked this game very much, from the concept to the implementation. It helped me very much! So thank you for this.
I'm really glad to know that this game helped! I've not been playing with this project for quite a long time, but I think I'll definitely try your version some time later (probably before the weekend ;-) )!
And thank you for your contribution to make this small project even more widely speard!
Great to hear it! Let me know when you test it and if works. I'm still having some problems about the distribution of nested dependencies of SDL library, like libmikmod and libfluidsynth (loaded at runtime by sdl_mixer). Since they are loaded by a C library I cannot catch via cffi:list-foreign-libraries.
Hello, @xzpeter!
I forked this project at 2017 to study Common Lisp. I really liked this game very much, from the concept to the implementation. It helped me very much! So thank you for this.
I forked to https://github.com/commonlispbr/starwar. The system it's published to ultralisp.org as well. It's possible to download as:
If you use a modern Linux machine I build some binaries with the bundled SDL libraries together:
http://server.lerax.me/games/
There is debian-based dist and other for a generic linux. I recommend to try the 0.2.0 for debian.
My main contributions until now was:
The text was updated successfully, but these errors were encountered: