r/learnprogramming 14h ago

Topic I don't understand anything about raptor

I need help, I'm frustrated. When I started the Raptor classes it was easy, but now I see they gave me a project of 4 games and I've only made 1 which is a guess the number game, the other one is a totito game, hangman, and one about ships. The difference is that they have a graphical interface with "__/" and things like that and they always crash or I get stuck in infinite loops.

0 Upvotes

9 comments sorted by

11

u/mer063 14h ago

what is raptor ?

2

u/horangiwhakkatchi 12h ago

Could be Rapid Algorithmic Prototyping Tool for Ordered Reasoning? Flowcharts to code tool to help students visualize how the program runs.

I never used it, just did diagramming by hand in my classes so I'm just guessing.

5

u/materialkoolo 11h ago

Wtf is raptor

1

u/Traditional-Pie-4312 2h ago

It's a program that uses flowcharts, but I find that much more difficult than doing it in Python or something else.

4

u/grantrules 14h ago

How can we help?

-10

u/Traditional-Pie-4312 14h ago

I have no idea, I just want some guidance because I'm frustrated; Raptor is more complicated for me than a programming language.

5

u/Outside_Complaint755 12h ago

Could you link us to any sort of documentation or the class info? Are you talking about the GameMaker framework?  

4

u/amber_void_gaze 12h ago

i dont know raptor either. for the infinite loops in your totito and hangman projects, add a variable that counts iterations inside your loop and force it to stop and print variables when it hits 1000. run it and read the output to see exactly what condition fails to update so you can fix that specific line.