Basic Programming

Introduction

In this sec­tion we are going to make an intro­duc­tion to pro­gram­ming, i.e. we are going to talk about basic top­ics for those who do not have knowl­edge about the subject.

What's the most important thing?

In my opin­ion the most impor­tant thing is that we approach the study of pro­gram­ming from a broad per­spec­tive with­out think­ing of any par­tic­u­lar lan­guage. This is because pro­gram­ming has many appli­ca­tions and in dif­fer­ent lan­guages, but most of them share sim­i­lar concepts.

To learn pro­gram­ming we are going to start famil­iar­iz­ing our­selves with the basic con­cepts, under­stand what a com­put­er pro­gram is, choose a pro­gram­ming lan­guage to learn the syn­tax (in our case C# because we are going to use it for the devel­op­ment of games in Uni­ty) and we are going to per­form prac­ti­cal exer­cis­es. All this through arti­cles and videos.

Basic Programming Concepts

It is impor­tant to become famil­iar with the basic con­cepts of pro­gram­ming because these will be com­mon cur­ren­cy when cre­at­ing solutions.

Script

Full arti­cle about Scripts in programming.

Script is a file in which we write a series of instruc­tions that will then be inter­pret­ed and exe­cut­ed by a processor.

Variables

Full arti­cle on Pro­gram­ming Variables. 

Vari­ables are used to rep­re­sent prim­i­tive data such as inte­gers and frac­tion­al num­bers, char­ac­ters or bina­ry numbers. 

Methods in programming

Arti­cle on pro­gram­ming methods.

A method in pro­gram­ming is a tool that allows us to include a series of instruc­tions under a name and then use it in dif­fer­ent parts of our code. 

Scroll to Top
Secured By miniOrange