DarkMastaLeo'sGameProgrammingBlog
Thursday, April 7, 2016
Monday, April 4, 2016
Rate your comfort levels, on a scale of 1-5, on the following coding concepts:
- Variables - 5
- Conditional statements - 5
- operators - 3
- Loops - 5
- Functions - 4
- Arrays- 4
- OOP (classes and objects) - 3
Are there any particular concepts you feel you need practice with?
I need practice with functions
Are there any skills you’d like to learn more about?
i would like to learn more about switches and loops because i think that they can become a lot more complicated and make my code and games a lot more interesting.
Monday, March 21, 2016
What do loops look like in some of the supplementary helper programs you’ve used (i.e. Scratch, Code.Org, CodeCombat, etc). How are they different and similar? Provide a screenshot.
The loops in supplementary helper programs look a lot easier and more simple to understand. The supplementary helper programs make you read it over and over to full understand the loop statements.
they both have the same function but are both presented differently.
The loops in supplementary helper programs look a lot easier and more simple to understand. The supplementary helper programs make you read it over and over to full understand the loop statements.
they both have the same function but are both presented differently.
Wednesday, March 16, 2016
What characteristics will the winning game in the DPL’s IdeaLab RPG Maker contest have? Describe how you will set your game apart from others.
A great story line will be a major part in the RPG. Other RPGs that have fighting systems will have the user train but in my game the characters are already strong and only have one quest to kill a final boss.
A great story line will be a major part in the RPG. Other RPGs that have fighting systems will have the user train but in my game the characters are already strong and only have one quest to kill a final boss.
What is an RPG (use your own words)? Provide a few examples. Have you played any RPGs? If yes, which ones, and what did you like or dislike about them? If not, which would you like to try and why?
RPG stands for Role-playing game. RPGs normally have the player play as a character in the game and control them. example: In final fantasy 7 you start off playing as Cloud and play throughout the story line. I have played Final Fantasy 2-13 and I enjoy the type of play style because of the fighting and training of your character and your party.
RPG stands for Role-playing game. RPGs normally have the player play as a character in the game and control them. example: In final fantasy 7 you start off playing as Cloud and play throughout the story line. I have played Final Fantasy 2-13 and I enjoy the type of play style because of the fighting and training of your character and your party.
What are for loops and when would you decide to use them in code (instead of while loops)? Describe the three parts that make a for loop “run” and how they work.
for loops are loops but you can only go through it a certain amount of times, while while loops are infinite and you can go through the loops as many times as you need to.
for(float i=0;i<l;i++)
you need a starting points, an ending point and the equation that adds or subtracts
for loops are loops but you can only go through it a certain amount of times, while while loops are infinite and you can go through the loops as many times as you need to.
for(float i=0;i<l;i++)
you need a starting points, an ending point and the equation that adds or subtracts
Subscribe to:
Posts (Atom)