Games

Audio, Graphics and Film are important in the making of a game as without them there can’t really be a game to begin with and the reasons why that is because…

Audio has many uses for the sound in games why little thing that your character does can make a sound like opening a door or reloading a gun, all of this make a sound so recreating the sound can make the game more enjoyable.

Graphics I would say is the most important in games as the better the graphics the better the game look as people most days look into how clean the graphics look and that can impact what the viewers think.

Films I would say is important for games and for advertisement as films in games are manly use for cuts scene, the opening scene and closing credit while in the advertisement it manly use for promoting the game itself.

With these keys points, I look at some example of trailers of games that I believe are the most iconic.

This video I believe so shows a great deal for example of the improvement of the three keys as it starts it shows bad graphics nowadays and the next trailer it keeps showing improvement in all 3 points. (GRAND THEFT AUTO TRAILERS 1-5, 2020)

my game idea

originally I wanted a game that works with movement that not only makes the player move left or right but up and down as well but I don’t believe I can do that as I don’t have the time to make it so I resided to make a simple platformer level.

I am making in the game on the website on construct 3 as it is easy to use and understand and it comes with a beginner guide so that we can understand how the website works

one of the may plat-former that i like to take inspiration from is sonic.

this is the full level of the first level in sonic, there are many different ways the player can take a different type of path in order to get to the same end. (Level maps for Sonic 2, 3 & K @ Things Of Interest, 2020)

the title of the game is a work in progress as I believe the level design is more important as if you just have a game title and no game level there no really no point in the title overall.

Youtube.com. 2020. GRAND THEFT AUTO TRAILERS 1-5. [online] Available at: <https://www.youtube.com/watch?v=0F6XVQZkqbY> [Accessed 10 December 2020].

Qntm.org. 2020. Level Maps For Sonic 2, 3 & K @ Things Of Interest. [online] Available at: <https://qntm.org/maps> [Accessed 10 December 2020].

coding

with this task, we were tasks to do coding and these are the coding that I uses during the lesson

task 1

task 2

task 3

task 4

task 5

task 6

task 7

task 8

task 9

code uses

public class Exercise1
{
public static void Main()
{
System.Console.WriteLine(“hi”);
System.Console.WriteLine(“william reidy”);
System.Console.WriteLine(“what year were you born?”);
int yearBorn = 2002;
//var yearBorn = System.Console.ReadLine();
System.Console.WriteLine(“what year is it?”);
int currentYear = 2021;
System.Console.WriteLine(“the current year is” + currentYear);
//var currrentyear = System.Console.ReadLine();
int age = currentYear – yearBorn;
System.Console.WriteLine(“the year you were born is” + yearBorn);
System.Console.WriteLine(“your age is” + age);
}
}

problems: while making the coding the things that I struggle in is adding capital letter in the right place and with the (int) as I thought at first that I won’t really need it at first then my friend says that it way needed I try to add it to the coding with lots of fails

Evaluation: over all I feel that I don’t really feel like I learn anything as most of the time I struggle with the tasks and what made it worst was that I was not really liking coding and while doing the diy task it just made me dislike it even more.