Hello! I am a new coder and i would like to learn the basics of typescript, in order to help me make games that are more high quality,Thank you!
1 Like
Hi @Daniel_Ornelas,
If typescript is your first programming language I do recommend looking up some basic explanations for programming or to getting familiar with programming using coBlocks first; Else this website should cover the basics quite well: TypeScript Introduction
Iād also be happy to help with more specific questions, so feel free to contact me if you have trouble with something.
I have the following examples of typescript being used in CoSpaces for if you want to learn through example;
A somewhat simple example, implementing a minimap:
Intermediate example, implementing snake:
A quite difficult and large project, implementing pathfinding and heap sorting