This is my first attempt at a maze game in Python. The white squares are the walls and the blue circle is the first player. I will continue on with the game and post the final version. After learning how to make basic games in Python using Turtle, I plan to move on to making simple games using Pygame.
This is the final version of the memory game. I submitted it for grading last week and did well. The problem with the online class is that I try to finish 90% of the projects before I submit them for grading. This causes me to take more time to do the class. I am constantly having to switch sessions. It also means that when I do finally decide to submit the project I have to go back over all the code. The moral of the story is always write detailed comments in your code.
Where does SAS programming syntax come from? As a SAS user I often take things for granted in SAS. Things are done because this or that is how SAS is? One thing I always took for granted was comments in SAS. However, after learning that SAS was created from C, I started realizing that understanding C was important for improving in SAS. Comments in SAS come from C as well as SAS's semi-colon ";". The first picture below is from C. As a SAS programmer, you should instantly see how C is very similar to SAS. The second picture is from SAS. It shows how comments are made in SAS. Understanding where SAS comes from, will help you understand why SAS is the way it is.
Comments
Post a Comment