Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 36 to 75 of 95 · Next page · Previous page · First page · Last page
(+1)

nice its pretty easy to learn thxx

Lo podrian traducir al español, porfa

https://gdquest.github.io/learn-gdscript/staging/

acá esta el link de la pagina mas actualizada, entras en configuración y cambias el idioma a español :D

I recently finished this and it was pretty helpful! It helped me familiarize coding in general and how GDScript works. While doing this, I was following a tutorial. This helped me a lot fixing some errors while coding and understand the underlying mechanics on how things work. Great stuff!

Bonjour. Comment installer la traduction française? Ca marche seulement en ligne?

Bonjour! J'utilise Google Translate, veuillez donc pardonner toute grammaire incorrecte. Vous n'avez pas besoin d'installer une version différente, ils ont un menu d'options. Dans le menu des options, allez dans la liste déroulante indiquant ENGLISH, cliquez dessus et sélectionnez FRENCH. Cliquez ensuite sur le bouton APPLY. J'espère que cela t'aides! Et je suis vraiment désolé que cela fasse presque un an depuis que quelqu'un a répondu à votre commentaire. :D

Ce n'est pas grave :D . J'utilisais la version en ligne car la langue francaise n'était pas encore intégré a cette appli mais si ca a changé alors même si j'en suis a plus de la moitié ca m'aidera quand même un peu et aidera d'autres personnes a l'avenir :D . Y avait pas le francais quand j'avais posté mais c'est cool que ca ai évolué :D . Bonne soirée.

incredible tool !

Thank you 🙏

Well done!

(+2)

It’s a really nice tool to familiarize your with GDScript. Chip in a few bucks and support those who are helping folks build the games of tomorrow.

(+9)

I hope everyone who helped make this app finds a billion dollar bill. I do not care how it happens nor will I question if such a thing is even possible, I will simply hope for it to happen.

(+1)(-2)

real shit

(+4)

This has been an awesome resource for learning the basics of Godot. My only gripe with the program is that; to get the correct solutions, many of the later lessons require specific variables that aren't declared anywhere in the instructions. There's really no way to know which variables are correct without either looking at the solution or making a lucky guess. Regardless, the program is an absolute must-do for anyone new to making games in Godot.

(+2)

This is the best Godot learning App. It is amazing. It helps  so mutch to switch from Unity to Godot.

(+1)

I've noticed an issue with the game on the lesson 11: time delta, if you do it incorrectly and the code runs too fast or does an infinite loop, the game doesn't handle it and just crashes, forcing a reload and losing all progress.

(+1)(-5)

The app seems to be locked on 50fps, is there a way to unlocked it?

(+1)

On the initial screen you can select the frame rate to be unlimited. if changing that stills with your frame rate as 50fps then it could be an issue.

(-1)

I've changed the frame rate setting to 60 and unlimited, in both cases: FPS was locked on 50

(1 edit) (+3)

I always wanted to learn coding to make games as I always been a gamer since my dad brought home a lil box named N64 (I went backwards with consolo cuz played the nes and supernes afterwards) been in love ever since.

Have tried making games many times with little succes since my 10-12 years old (im 26 now), but this month since I discovered Godot and its comunity its been a pleasure to learn from, and from all the vids and apps I've used this been one of the better ones.

Today I'm paying for this app, after I´m actually almost done with it, but I pretty much think these people deserve it. Thanks.


To everyone trying to learn I fully recomend this app and this people´s youtube channel, if u  cant pay(donate) at least spread the word to others, I bet the studio will appreciate it. 

This makes me feel much more confident about getting this and using it to learn. Thanks a ton!

man i cant be smart it stops my for loops man :(  i wanna learn actual gdscript and not python(which i know already)

do you have a screenshot of your code?

no. but in certain tutorials it stops my for loop and instead i have to copy paste alott

(+1)

if you show a screenshot of your non-functional for loop I, or somebody else, might be able to help you

(+1)

Why is the Resolution so low for me i am on mobile btw

(+2)

Great coding tutorial!
I appreciate the nod to Logo.

(+1)(-1)

this good but it would be good that also this in Spanish

traducelo vo mismo entonces

(+2)

Creo que si pudiera hacerlo no necesitaría hacer el curso xD

(+3)

Thank you  very much! Now I ca evolve from Gdevelop to Godot!

(+1)

Thats Funny. Im Doing The Exact same thing

why u all started with Gdevelop?? Is it any easier or sum???

way easier its a free and open source construct clone that is amazing

The entry threshold is much, much lower. GDevelop does not require programming knowledge. There are a lot of preset behaviors with which you can create the basis of the game in just minutes.

If you want to try game development GDevelop is a good option to start.

Yeah I'm trying to do the same thing. I want to actually learn how to code, and Godot runs more faster and has more features. Gdevelop is kinda slow on my computer

(1 edit)

Heyo, fantastic GDScript Tutor !!!
I have a game-breaking bug sadly. On Lesson 11, practice 2,
"Moving in a circle using delta", crashes when I put the correct code in.
*I think*

"func _process(delta):
    rotate(2 * delta)
    move_local_x(100 * delta)
"
The bot circles for a moment and then the game crashes.

I also love this tutor but also found a bug:
On Lesson 7, Practice 2:
"func run():
        position.x(100)
        position.y(100)
        draw_rectangle(100,100)
        position.x=(200)
        position.y=(200)
        draw_rectangle(100,100)"

crashes it on the web and desktop versions.

Lesson 11, practice 2:
     rotate(2)*delta
     move_local_x(100)*delta
  

me toooo

yep it doesn I found out that the best way is simple press "solution" it´ll put in the same one u writting here and then press on continue

Hola como puedo verlo en español ya que no se puede ni copiar el texto para traducirlo---

(3 edits) (+5)

This is not only a great intro to GDscript, it's a SUPERB intro to programming in general! The thing that stands out about this compared to other intro courses is that it strongly teaches very important and useful programming concepts that apply to most or all other programming languages, while also teaching specific concepts about a real world application you can open up and create with!

Is there a 32-bit version?

Screen scrolls way to fast on my mac, but I think it great!!

(+1)

I think you can lower it in the settings

Excellent! Thank you!

Is there any way to see the test code used for the checks?

You can load the project from Github and then into Godot

Excelent!!!

(+1)

How is one supposed to click the Fullscreen button with links hovering over the button on the browser version???

(1 edit)

I found this version of it: https://gdquest.github.io/learn-gdscript/

It’s Fullscreen, and not blurry.

If you control + mousewheel within the webpage (but off the embedded godot project) all of the elements in the page will shrink away from each other.

(+3)

This course/tool/game is really, really good. I would say that the material is so good that it's worth anyone getting into programming giving this a go. Yes, it will teach you Godot script, but the underlying rules will apply to all programming languages.

Great explanations of topics, mini tests and questions as you progress, and the coding tool is really nice.

My only (very minor) gripe would be having some of the syntax of things available in the coding tool. For example, I knew that I needed to write a for loop in one of the tasks, but I needed to go back and look up the syntax before I could write it. Then again, maybe that's done intentionally. I did, after all, learn the syntax :)

(+3)

This request is probably a big task already with you guys updating this to be up to date, especially once 4.0 comes out but is it possible to have some voice read over the text? I know some people out there are more audio learners, which would help them out.

(+2)

i agree even text to speech would be fine

That would be amazing!

(5 edits) (+1)

Lesson 6, Practice 3, Drawing Squares of Any Size: being in Full Screen cuts off the guidance text. This is Windows 10 x64, latest update, 1080p laptop display. Turning the program on and off again does not solve the issue, nor does the issue extend to any other lessons. So far this is the only issue I've come across, I'm really enjoying the program! I've been trying to find a program that made coding concepts 'click' for me instead of just having someone spew code at me without explanation, you all are doing a serious service for the community with this! I can't wait to keep working through this and hopefully making my dream games!


Edit: I found the issue, this happened because I maxed out the Text Size in Settings. This particular lesson does not scale as the other lessons do. I'm visually handicapped, so I've gotta have the large text haha.

On a somewhat related note, would it be possible to have around double the max text size in future versions? I find the current max scaling to be too small, it would be a huge help if it could be increased further. If the code depends on the current size settings, then I'd completely understand if it wouldn't be possible, but I figure it's still worth asking! Thanks ✌

Mmmm numbers the easiest way to break things

(1 edit) (+1)

I've been going though the lessons these past few days and I feel like I have learned so much more from this than any tutorial I've followed along with so far. This has be a great help to me aa complete  beginner at programming, such a great learning tool.

(+1)

I'll try this out. From the screenshots, it looks like using python, so it should be interesting.

(+4)

GDScript is the scripting language used in the game engine Godot. It is similar to Python, but not quite the same.

(+2)

this is such a great app <3 thanks gdquest

Unfortuanetly I cannot see the mouse cursor (windows version). Buttons and app itself is working, but without cursor its not fun.

First impression: Looks really good.

(+7)

I've been doing everything from sololearn to 10/30 hour youtube courses for various languages, i've done the unity courses on zenva (all intro courses).

None of them have come close to explaining clearly and understanding what a new user needs to (and wants to) know. This program explains every part of the coding infrastructure (like what void means, etc) and how it applies to the rest of the code.

On top of that it has a visual aspect to the learning which makes this by far the best learning tool and the reason i'm actually choosing godot over all the others. That mixed with it being easy to go over all the practice modules everytime i come back to the program.

All that to say, wow, good job. I was burning out trying to find something that would KEEP my attention once i did it for a few days and you've succeeded where everyone else failed. So thanks for that!!

Keep up the good work!! Dont stray from this teaching model!

This has been really helping me a lot! Following and reading  tutorials was always difficult for me. Thank you for this, its awesome! :D

Viewing most recent comments 36 to 75 of 95 · Next page · Previous page · First page · Last page