Hello! We appreciate you contributing to the Beehaw Gaming community. This post looks like self promotion. While we do allow self promotion on Beehaw, we ask that you be a community member first and a promoter of your own work second. In the future, please try to contribute with submissions on other topics and comments on posts from others in the community.
Gaming
From video gaming to card games and stuff in between, if it's gaming you can probably discuss it here!
Please Note: Gaming memes are permitted to be posted on Meme Mondays, but will otherwise be removed in an effort to allow other discussions to take place.
See also Gaming's sister community Tabletop Gaming.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
How do you play them? I don’t see any builds or even screenshots to see what they look like
Both games are text based
The first game has a linux x86 executable in its folder in the repository and the second game has a linux x86 executable in this directory in the link target/release.
I see no reason someone shouldn't be allowed to ask for donations. If you want to accept donations, go for it. There doesn't need to be a special reason to do so.
Donations should come without obligations though. If someone donates, yay, but donations should never be in exchange for something (that would be a payment).
You really shouldn't be including the actual binary/executable in the git repo. Best practice is to put it pretty much anywhere else.
I'm sorry but I have been busy lately and why would you not want the executable in the repository.
@danielhanrahantng @vala
Git itself is meant to be used to track the source code and assets needed to compile or run a specific application, therefor adding a binary is kinda strange as it is already is created and not source code anymore.
There is a special place for that on GitHub. You should create a release for each version with information what changed and add the binary there as asset.
In a perfect world those binaries should be build by an CI pipeline but I think it's okay if not.
Ok thank you