Comment on Could we create an adventure/treasure hunt game involving git ?
sbeak@sopuli.xyz 1 day ago
Involving git as in the theme or git as in it’s used to sync data between the game and some sort of git repo? I think that would be pretty interesting either way. For the latter, a git repo might be used to supply additional adventures to explore or treasures to find over time!
LoveEspresso@cafe.coffee-break.cc 1 day ago
Can you suggest some easy repo to start with ?
sbeak@sopuli.xyz 1 day ago
If you mean somewhere to host a git repo, if your project is going to be FOSS, Codeberg is a great option. If you want to self-host, Forgejo is awesome, since you can have full control over the data (you will need to set up stuff to make it accessible over the internet though). Aside from Codeberg and Forgejo, you also have GitLab and others, which could be what you want if your project is commercial and you don’t want to self-host
LoveEspresso@cafe.coffee-break.cc 1 day ago
I wish to do it public as I don’t have the means to self-host. Which would be a nice open source community platform ?
sbeak@sopuli.xyz 1 day ago
Codeberg is probably the way to go if you are making the game open-source. GitLab or similar if it’s commercial software (i.e. closed-source)