Author Topic: Raspberry Pi forums is a joke  (Read 1230 times)

Offline jalih

  • Advocate
  • Posts: 111
Raspberry Pi forums is a joke
« on: July 14, 2023, 07:33:10 AM »
I got banned from RPI forums when I just tried to give advice about how keyboard input should be handled. User could not understand that keyboard state should be tested inside the game loop to make game run at constant speed. Key events can occur outside the game loop making player move when it's not supposed to. That can be solved easily by making key events update key state table and using that table to get the current key state inside the game loop. I can't really understand how I managed to offend someone...  :(

Offline John

  • Forum Support / SB Dev
  • Posts: 3597
    • ScriptBasic Open Source Project
Re: Raspberry Pi forums is a joke
« Reply #1 on: July 14, 2023, 09:09:44 AM »
I would be happy to register you on the RaspberryBASIC.org forum if you like.

The moderators on the RPi forum are power tripping Aholes.

Offline AIR

  • BASIC Developer
  • Posts: 932
  • Coder
Re: Raspberry Pi forums is a joke
« Reply #2 on: July 15, 2023, 08:27:00 AM »
I got banned from RPI forums when I just tried to give advice about how keyboard input should be handled. User could not understand that keyboard state should be tested inside the game loop to make game run at constant speed. Key events can occur outside the game loop making player move when it's not supposed to. That can be solved easily by making key events update key state table and using that table to get the current key state inside the game loop. I can't really understand how I managed to offend someone...  :(

Obviously, the original poster didn't want to do the work.  He wanted you to do it for him.

He/She would have been better served if they showed (based on the link you provided) what they had attempted; THEN others could have chimed in with suggestions on making it actually work.

I get the distinct feeling that their so-called 'code' is a bunch of copy-paste from examples etc, with no time/effort put in towards actually understanding how and why it works.

Just my two cents...

AIR.

Offline jalih

  • Advocate
  • Posts: 111
Re: Raspberry Pi forums is a joke
« Reply #3 on: July 23, 2023, 02:25:51 PM »
Obviously, the original poster didn't want to do the work.  He wanted you to do it for him.

He/She would have been better served if they showed (based on the link you provided) what they had attempted; THEN others could have chimed in with suggestions on making it actually work.

I get the distinct feeling that their so-called 'code' is a bunch of copy-paste from examples etc, with no time/effort put in towards actually understanding how and why it works.

I think so, too! Just for fun, I registered another forum account and rewrote almost all of the the tutorial code. If I can take the time to download and install the behemoth called Qt Creator and learn enough C++ to write a simple game, why that user can't take the time to learn anything beyond copy paste coding?

Here is what I was able write without any C++ skills

Offline John

  • Forum Support / SB Dev
  • Posts: 3597
    • ScriptBasic Open Source Project
Re: Raspberry Pi forums is a joke
« Reply #4 on: July 23, 2023, 10:35:32 PM »
That is why I like ScriptBasic. You don't have to declare anything and that includes arrays.
« Last Edit: July 23, 2023, 10:39:48 PM by John »