-
-
Notifications
You must be signed in to change notification settings - Fork 2
Chapter 4 feedback #30
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
Comments
“Perform the following in the application you are using:” Make it clear outside of the sliders that action only needs to be taken in one of these, lest the user thinks they need to do everything in all of them, since you have made references or what could be inferred as references to each when downloading things earlier. Your statement could be read easily as “do all of what's shown next in each section” |
Tell me where this is in the UI. If it’s your first time and you know the “explorer” panel as: And when you right click what is titled DungeonSlime and you don’t have the New project option in the context menu for either of them but its the only UI panel you’ve referenced so far it’ll cause confusion and possible frustration. Point out the panel is collapsed in the lower left of the screen because this UI is what you are teething in this tutorial. |
Doing before and after sections for all code changes is going to result in a lot. Enough so that I think it could be confusing to see a before and after for every change in every chapter, in that it could confuse the reader as they're reading each code block that they have to remind themselves which is the before and after while reading. There are a some alternatives I can suggest
- public Game()
+ public Game() : base("Dungeon Slime", 1280, 720, false)
|
Updated to specify which tabs to use with the text "based on the development environment you are using" |
While it doesn't have an image, in Chapter 02 (https://aristurtle.net/tutorials/building_2d_games/02_getting_started/?tabs=windows#install-the-c-dev-kit-extension) , there is a note admonition about the Solution Explorer panel for Visual Studio code, with a link to the official documentation on it that covers it in detail, including where it is located within the Visual Studio Code IDE. |
Feedback related to chapter 4
The text was updated successfully, but these errors were encountered: