Learn to Problem Solve, Play and Have Fun – Not Code

Code 1464106451 Learn to Problem Solve Play and Have Fun 8211 Not Code

I keep seeing articles stating why everyone should learn to code. The same message is aimed at adults and children, pointing to a new type of digital literacy needed to survive in the new world.

I myself have known how to do code in one form or another since my dad showed me BASIC at about 5 years old. In later life, my career relied on me knowing how to code as a web developer. I have built many tools and found being able to code of great benefit to me. It has certainly been a skill that I have made use of a great deal in the last 30 years or so. But does that mean my 9 year old should learn, or even my 4-year-old? Read More ...

PDF Tray Learn to Problem Solve Play and Have Fun 8211 Not Code

“If This Then That” Logic in Gamification

If this then that 8220 If This Then That 8221 Logic in Gamification

One of the things I love about coding is the simple logical basis that it is all built on.  A lot of it can be boiled down to four simple words: If This Then That. If a condition is met, then do something.

There is obviously more to it than that. We have And, Or, Else, ElseIf, When etc, but the heart for me is If This Then That.

For example, in a game, you could have

  • IF player presses a button (THIS) THEN make the player jump (THAT).
  • In gamification, you could see IF user gets 500 points (THIS) THEN give user badge (THAT).

Of course, we can expand on that sort of logic with the operators I mentioned before. Read More ...

PDF Tray 8220 If This Then That 8221 Logic in Gamification