All posts by Vern

Binary Bonanza- Fun game to learn binary numbers

Binary bonanza is a fun game to teach binary numbers. I hope that the animated Gif below explains it all. You just look at the numbers on the right side, and then use your mouse to highlight the binary version on the left side. You can highlight in any order    

While Loop Example-Spell Letter Z

  We’re beginning to flesh out the details of more advanced Penjee coding challenges, ones that require loops. We are adapting a Jeroo assignment , that I wrote for my student coders, and  we are applying it to Penjee. The goal of this assignment is straightforward :  “Spell the letter Z’ by dropping Fish .  Kids … Continue reading While Loop Example-Spell Letter Z →

Jeroo Spell Letter Assingment [Python]

I. Copy and paste this code  below in the Jeroo “IDE”. Run the code several times until you understand what is going on, then try experimenting with the code, changing it around until you are comfortable with the basic methods of a Jeroo II. Objective: Have a Jeroo spell out the lettter “Z ” in the … Continue reading Jeroo Spell Letter Assingment [Python] →