Open elliewix opened 5 years ago
Just going to add a note that this is in regards to #266
Closing this as this is commentary about a merged PR.
Reopened because only part of this comments have been addressed, the rest should be broken out into their own issues before we close this one.
Another item that could be useful: Using sphinx-tabs for the command line instructions.
We need to finish breaking this out.
FWIW, https://github.com/pradyunsg/sphinx-inline-tabs looks nice. 😅
</shameless self promotion>
Hi! Per request from the python educators slack, I took a quick pass through the getting started guide. It's a really good framework! Here's some initial things to ponder, with much of this being completely normal stuff that I see happening in all first drafts of this stuff. These are really quick notes, so my language is pretty terse.
path/to/my_game
is a clear placeholder to very experienced people, but (like foo) many people will think it's a serious thing. You sort of state thatmy_game
should be changed, but you only statemy_game
and don't reference the full path you have in the example. Also makemy_game
inline code in the text. An easier way to do this would tell them to navigate within their shell into a folder they'd like to store their project folder in. Then have themkdir
directions. So breaking it apart into two separate directions.other
you mean macs and linux? if that's true, can you state that?main
is really required or just convention.Also when I tried to follow the directions I got this:
I used a conda env and it worked that way. However, the final thing just has the window open and close, and the sprite doesn't appear to move.
Here's my traceback: