[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Where to store the code for a project?



On Sun, Jan 24, 2016 at 2:34 PM, Ryan Westlund <rlwestlund@xxxxxxxxx> wrote:
> I have a project I want to upload to pygame.org but it seems that there is
> no way to actually put the source code on the website; it must instead be
> somewhere else and pygame.org will only provide a link to it. I can't seem
> to find a suitable place to upload it. Can anyone point me to a place on the
> web where I can upload downloadable code projects that is free and does not
> require phone verification? I am looking at github but it's making me worry
> that whoever tries to download my code will have to have git installed and
> know how to use it in order to download and play my game. All I want is to
> upload a free game that people can download and play easily.

Is github an option for you? I don't know whether git sourcce control
fits your personal workflow, but it's definitely a place where you can
distribute your source code for free and with ease - they offer git
clone urls but they also let people download a zip file of the current
development state.

cheers!
mar77i