Master HunMar 3, 20201 minPython Game Dev: Lesson 000Python game dev lesson 000 with the turtle module
Master HunFeb 7, 20201 min#ShareYourGenius in 2020#ShareYourGenius in 2020 FREE Python Turtle Graphics Code Projects
Master HunDec 23, 20191 minWhy Learn to Code?Why Learn to Code? If you think you or your kids should learn to code to get a job ...
Master HunNov 18, 20192 minFake Coding Classes vs. Real Coding ClassesHow to spot a fake coding class. And what a real coding class looks like.
Master HunOct 15, 20191 minKodeFighterz™ KwizSheetz™ Sample No. 0000KodeFighterz™ KwizSheetz™ Sample No. 0000
Master HunJul 23, 20191 minHow to Spot a Fake Coding ClassFake coding classes and fake coding instructors are all too common. How can you spot a fake coding class or a fake coding instructor?
Master HunApr 13, 20191 min"Guess The Password" Card Game SheetThe following is the game sheet I give each player: Guess The Password sunshine 123456 password 123456789 12345678 12345 ...
Master HunFeb 26, 20191 minJavaScript Worksheet 000 - VariablesPythonFuMasters.com JavaScript worksheet 000 Definition: variable, variables Variables are like boxes (or containers). Each variable...
Master HunFeb 25, 20191 minFizzBuzz Demo (in JavaScript)The FizzBuzz Game v0.5 Link: https://www.w3schools.com/js/tryit.asp?filename=G1FXR9XNN26Z The FizzBuzz Game v0.1 Link:...
Master HunFeb 9, 20191 minHardcoding versus Variables// The following is JavaScript code. // // Why using variables is better than // hardcoding. // // Which is easier, smarter? // Which is...
Master HunFeb 4, 20191 minMy Virtual Pet Worksheet #0000My Virtual Pet Worksheet Pet owner's name: ____________________ Pet's name: ____________________ Pet type: ____________________...
Master HunJan 26, 20191 minMaster Hun's New & Improved "Hello, world!" Program1 // This is a comment. 2 // This is also a comment. 3 // This is Master Hun's New & Improved "Hello, World!" program. 4 var...