-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Organization #7
Comments
I will add everything in issues from now on. You can also join the pygame community server if you want to read some players opinions (most of them will not give us feedback here sadly). |
Please make sure to put your changes in separate commits based on their topic and consider feature branches whenever there will be some experimenting to do (e.g. stars). |
Okey... I will do a 'map generation' branch so you can PR anything there (I will probably accept as long as it doesn't lag the game or introduces bugs) and I will make a new 'aesthetic' branch for some minor changes like stars, the ground animation I plan to do and any other idea that comes with that. |
You can use |
I know about that. But it seems to me like there's not really an advantage in using that one over the clock. When I decided to choose the clock I was not confident that the tick function would return reliable results (the documentation said it was less accurate than some other function). |
I didn't want you to add feature branches for my pull requests. I wanted them so that your commits would be better sorted and easier for me to merge into my fork. |
As far a I know the concept of a dev branch is to make no commits straight in the master branch and only merge into the master from the dev branch. |
I think it will de overrode by dev. It was a bad idea to commit to main directly, sorry... |
Let's organize ourselves better. Currently we are both coding but we are
Also let's put thoughts and TODOs into issues instead of #TODO comments.
The text was updated successfully, but these errors were encountered: