Skip to content

Add help and learning and expand resources #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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions docs/LEARNING.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Learning
# Learning GDScript

<!-- TODO: write document
## Websites

This document should link to learning resources.
* [GDScript.com][gdscript-dot-com]
* [Learn to Code From Zero with Godot][code-from-zero]

Feel free to link to any good learning resources you know, whether they
be websites, blogs, books, videos or courses.
## Courses

The contents of this document are displayed on the track's documentation
page at `https://exercism.org/docs/tracks/<track>/learning`.
* [Learn GDScript on Udemy][udemy]

See https://exercism.org/docs/building/tracks/docs for more information. -->
[gdscript-dot-com]: https://gdscript.com/
[code-from-zero]: https://gdquest.github.io/learn-gdscript/
[udemy]: https://www.udemy.com/course/learn-the-gdscript-programming-language/
28 changes: 20 additions & 8 deletions docs/RESOURCES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Resources
* [Official Godot Homepage](https://godotengine.org/)
* [Official Godot Documentation](https://docs.godotengine.org/en/stable/)
* [Official Godot Q&A Platform](https://ask.godotengine.org/)
* [Official Godot Discord](https://discord.com/invite/4JBkykG)
* [r/godot on Reddit](https://www.reddit.com/r/godot/)
* [Godot on Steam](https://steamcommunity.com/app/404790)
* [Godot Forums](https://godotforums.org/)
# Recommended Learning Resources

## Documentation

* [Official GDScript Reference][gdscript-ref]

## Communication Channels

* [GDScript Discussions on Official Godot Forum][official-forum]
* [GDScript Discussions on (Unofficial) Godot Forums][unofficial-forums]
* [StackOverflow questions tagged [gdscript]][stack-overflow] can be used to search for your problem and see if it has been answered already. You can also ask and answer questions.
* [r/godot on Reddit][subreddit] is a subreddit where GDScript questions are relevant.
* [Official Godot Discord][discord]

[gdscript-ref]: https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/index.html
[official-forum]: https://forum.godotengine.org/tag/gdscript
[unofficial-forums]: https://godotforums.org/t/gdscript
[stack-overflow]: https://stackoverflow.com/questions/tagged/gdscript
[subreddit]: https://www.reddit.com/r/godot/
[discord]: https://discord.com/invite/4JBkykG
32 changes: 13 additions & 19 deletions exercises/shared/.docs/help.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
# Help

<!-- TODO: write document

This document should contain track-specific instructions on how to get help when
the student is stuck.

The instructions should be short and to the point.

You could link to resources like Gitter channels, forums or mailing lists:
whatever can help a student become unstuck.

This document should **not** link to Exercism-wide (track-agnostic) help resources,
as those resources will automatically be included in the HELP.md file.

The links in this document can overlap with those in docs/LEARNING.md or docs/RESOURCES.md

When a student downloads an exercise via the CLI, this file's contents are
included into the HELP.md file.

See https://exercism.org/docs/building/tracks/shared-files for more information. -->
To get help if you're having trouble, you can use one of the following resources:

* [Stack Overflow][stack-overflow]
* [Godot Subreddit][subreddit]
* [Official Godot Discord][discord]
* [GDScript Discussions on Official Godot Forum][official-forum]
* [GDScript Discussions on (Unofficial) Godot Forums][unofficial-forums]

[stack-overflow]: https://stackoverflow.com/questions/tagged/gdscript
[subreddit]: https://www.reddit.com/r/godot/
[discord]: https://discord.com/invite/4JBkykG
[official-forum]: https://forum.godotengine.org/tag/gdscript
[unofficial-forums]: https://godotforums.org/t/gdscript