Game Programming I, Week one.
|
We started our first programming course this week. I do not have any previous experience with programming which made me very confused during the first introduction lecture. A few people got together after school to study and to do programming exercises that we were given. This helped me a lot, to get a better understanding as to how things worked. We went through the assignments together and went into detail if something was unclear to anybody. We did exercises like to create a program that converts input that is m/s into km/h and mi/h. Below is what I made for that exercise. What I have learned from this week is to use the integer int and to work with floating points because that is mostly what I have been working with on the exercises. I have learned about some other Data type groupings as well from the lectures like Boolean but to get a deeper understanding of them I need to work with them more. At this point I’m still working on the last programming exercise which is to create a program that simulates a guessing game. /Lucas
|
