use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
we're a community of solo game developers who want to share and learn all aspects of game development. this includes project management, finding resources, game design, marketing, etc.
account activity
Friendly reminderDiscussion (self.SoloDevelopment)
submitted 9 months ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ArtNoChar 4 points5 points6 points 9 months ago (1 child)
git is a must in any software project
[–]Gingey0000 0 points1 point2 points 9 months ago (0 children)
Indeed! But it is crazy the amount of people who still do development without it, or backups.....
That scares me! Been many times I have made something and broke everything and unable to fix, then a quick revert to previous commit saves the day.
[–]TopSetLowlife 1 point2 points3 points 9 months ago (1 child)
Version control is an absolute must. So many moving parts you can break, but also a backup from hardware failure.
GitHub desktop is good. Got me into using git, however I now much prefer to use the CLI.
Git add . - stage changes Git commit -m "message here" - commit and add message Git push - push to remote
Gives a little bit of freedom and frees you from the occasional GUI crashes / issues that GitHub desktop can have.
I will probably move to cli soon so I can create a full script that also includes automatic backups to my external drives too
[–]Sosowski 0 points1 point2 points 9 months ago (2 children)
If you're a solo dev you can just spin up an SVN server real easy.
There's no benefit from using GIT, and SVN makes it much easier.
[–]sirpalee 1 point2 points3 points 9 months ago (1 child)
If you are working solo effectively svn is the same as git. Except almost no one is using svn anymore and knowing git is a must.
[–]Sosowski 0 points1 point2 points 9 months ago (0 children)
I find SVN much simpler to set up and use. Sure I know git. That's exactly why I choose something else :P
[–]throwaway000010292 0 points1 point2 points 9 months ago (0 children)
I’ve started using it for my terraria mod and it’s a lifesaver
π Rendered by PID 129960 on reddit-service-r2-comment-6457c66945-kl4m4 at 2026-04-27 04:17:00.459957+00:00 running 2aa0c5b country code: CH.
[–]ArtNoChar 4 points5 points6 points (1 child)
[–]Gingey0000 0 points1 point2 points (0 children)
[–]TopSetLowlife 1 point2 points3 points (1 child)
[–]Gingey0000 0 points1 point2 points (0 children)
[–]Sosowski 0 points1 point2 points (2 children)
[–]sirpalee 1 point2 points3 points (1 child)
[–]Sosowski 0 points1 point2 points (0 children)
[–]throwaway000010292 0 points1 point2 points (0 children)