-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Write the tutorials #631
Comments
Nope, we just haven't written any yet. |
Is that something I can take a shot at working on? Are there specific tutorial ideas y'all have in mind? Maybe feature-focused, like how to implement a pause menu, or an entire game from start to finish, like Pong? Also, do you prefer raw markdown files, or jupyter notebooks? |
We're open to both! While it needs to eventually make it into the documentation somewhere, I recently wrote a blog post on this: https://ppb.dev/2021/05/27/help-1-0.html The important notes:
As for works to be aware of, I've been (very slowly) writing a pong tutorial #461. We're open to all kinds of other games though! We use sphinx to generate our documentation, which uses restructured text. If you want to provide a notebook that'd be great. Such a tutorial does not currently have a home, so we'd have to have that discussion, plus what kinds of support we'd need available to make such a tutorial easier to use. Also, if you want to go the route of jupyter notebooks, see previous art: https://opensource.com/article/20/5/python-games None of this is to be discouraging, just consolidating all of the things that currently live in my head. |
It absolutely is not. With any semi-large project, it can be fairly daunting to know how (or even if) I can help, and the best ways to do so that fit in with the rest of the project. Thanks for the links, I've got some reading to do later, now 😄 |
The Contributing doc mentions a Tutorials repo (https://github.com/ppb/pursuedpybear/blob/canon/CONTRIBUTING.md#i-want-to-teach), and the docs have a Tutorial page (https://ppb.readthedocs.io/en/stable/tutorials/index.html), but both are non-existent or empty. Have the tutorials been removed? Are the links broken?
Currently, all of the docs seem to be a Getting Started guide, and an API reference.
The text was updated successfully, but these errors were encountered: