7 PM – Python Game Development – Gamas
Today We Did We went over how to add count down to Flappy Bird game. We added sound effect when Bird and Coin collide. We added Game Win page when count downRead More...
Today We Did We went over how to add count down to Flappy Bird game. We added sound effect when Bird and Coin collide. We added Game Win page when count downRead More...
Today we did: First quiz - data types, for/while loops, input from shell, if else, lists Homework No homework!!! Enjoy your week!
Today We Did Learned how to check if things are the same, and if things are not the same (==, !=) Learned if, elif (otherwise if), and else (otherwise) Learned the differenceRead More...
Today We Did Learned the difference between = (gives variable a value) and == (checks if both sides are the same). Learned about != (checks if the right side is not theRead More...
Today We Did We started robot builder project. We learned when we want to control the color, position and width and height of rectangles, we have to introduced parameters into draw_rectangle functionRead More...
Today we did: Reviewed the quiz in detail and went over common mistakes and how to prevent them in the future Introduced functions with no return values - how to call defineRead More...
Today We Did Learned how to get input from the shell: input() Learned how to add part of one string to another (+=) Reviewed if, elif, else Homework Homework due in GoogleRead More...
Today We Did We reviewed the 1st quiz result. We learned how to add Python dependency PyVCF3 module. We learned how to read VCF file. Homework Create Sep24_PythonHomework.py Do question #1, #2,Read More...
Today We Did Learned how to get input from the shell: input() Learned how to add part of one string to another (+=) Reviewed if, elif, else Homework Homework due in GoogleRead More...
Today We Did: We continued building our robot, but this time making our code more re-usable. We learned how to call a function inside another function, and how to re-use parameters. CodeRead More...