this post was submitted on 16 Jul 2025
17 points (90.5% liked)

Free and Open Source Software

19817 readers
224 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Hello my name is Daniel Hanrahan and I am wondering if my games here are fun and they do allow add-on mods. If you are wondering yes these games are the final product but that does not mean it won’t get updates because there is always a chance of that happening. Do you think these games follow both the modular and malleable philosophies for software or tools in general Sincerely, Daniel Hanrahan

Bowling_Mega_Mix: https://github.com/Daniel-Hanrahan-Tools-and-Games/Bowling_Mega_Mix Untitled_Knight_Game: https://github.com/Daniel-Hanrahan-Tools-and-Games/Untitled_Knight_Game The_Game_Of_Trusters: https://github.com/Daniel-Hanrahan-Tools-and-Games/The_Game_Of_Trusters Quest_For_Chalice: https://github.com/Daniel-Hanrahan-Tools-and-Games/Quest_For_Chalice Bug_Invasion: https://github.com/Daniel-Hanrahan-Tools-and-Games/Bug_Invasion

you are viewing a single comment's thread
view the rest of the comments
[–] danielhanrahantng@beehaw.org 5 points 3 weeks ago (2 children)

I am not trying to be hostile, I just have those instructions and do not have a compiled version on repository because there are so many cpu and os combinations and you can't run a application compiled for arm run on x86 cpu or run a application compiled for Linux run on Windows, do you have better solutions to run software on anything while still keeping efficiency.

[–] Flagstaff@programming.dev 4 points 3 weeks ago (2 children)

If you look at programs like VSCodium, they actually do have every possible category ready for download.

[–] danielhanrahantng@beehaw.org 4 points 3 weeks ago

Thank you I will look into it.

[–] danielhanrahantng@beehaw.org 2 points 3 weeks ago (1 children)

I have looked into vscodium and it is not a compiler, it is a front end for compilers and for example: if I installed every single compiler for every single os and cpu combo, I would run out of storage.

[–] Quexotic@beehaw.org 1 points 2 weeks ago (2 children)

If I installed all the tooling I needed to compile all the games I play, I imagine I'd run out of space first. I certainly would not be spending much time playing games. Respectfully.

[–] danielhanrahantng@beehaw.org 2 points 1 week ago

I got linux x86 executables for all of those games except untitled_knight_game thought I would make sure to let you know

[–] danielhanrahantng@beehaw.org 2 points 1 week ago

You would run out of space if you had all the tooling for every cpu architecture and os combination, you just need the tooling for your cpu architecture and os combination, sorry I didn't respond sooner I had a lot on my plate.

[–] Pamasich@kbin.earth 2 points 2 weeks ago (2 children)

because there are so many cpu and os combinations and you can't run a application compiled for arm run on x86 cpu or run a application compiled for Linux run on Windows

It's better to do something than nothing. You don't need to provide all of those.

Just compile it for your own device and upload that. That alone will reduce the barrier of entry immensely.

[–] danielhanrahantng@beehaw.org 1 points 1 week ago

I got linux x86 executables for all of those games except untitled_knight_game thought I would make sure to let you know

[–] danielhanrahantng@beehaw.org 1 points 1 week ago

I will as soon as I have the time, sorry I did not respond sooner, I had a lot on my plate