9 AM – Python Game Development
We continued with Birdie project We detected mouse coordinate so we can check if user click on top of the mouse. Assisted a couple of students with their Python and Pycharm settings.Read More...
We continued with Birdie project We detected mouse coordinate so we can check if user click on top of the mouse. Assisted a couple of students with their Python and Pycharm settings.Read More...
We did project planning for both group for their final projects. The final project is due on March 13. Homework: Complete project planning on the proposal document. I want to see whatRead More...
We continued discussing about the final project. We started with Shoot Balloon project. Homework: Complete your Final Project - project planning. I want to see what you can accomplish every week. TheRead More...
Today we finished setting up the Birdie project and configured it to work with python and installed the pygame library. We read through the initial code and modified it to draw theRead More...
We completed bird.py where we created Bird class which inherits from Sprite. Homework: Review the codes as I am going to ask these questions next week. Review Bird.__init__(...) . Try to understandRead More...