Hjælpeguide - Grailas/CodingPiratesAalborg GitHub Wiki

The Hjælpeguide is intended to be a tool for Danish kids who are just starting on learning C# programming for making games in Unity. As their age can be low, English proficiency may also be low, which can make not just learning the programming language difficult, but also searching for answers on the internet. Thus, the entire guide is written in Danish, while also containing the original English terms.

The first chapter is mostly general to C# programming, while referring to usage in Unity. It focuses on concepts such as variables, classes, arithmetic, scope and good practices.

The second chapter focuses on concepts that are special to Unity.

Effort has been made to cross-link information throughout the document, so that it is easy to jump to another section, and using a consistent style throughout the document.

Future goals

  • The following sections exist, but are incomplete:
    • Begreber i C# programmering
      • Nedarving (inheritance)
      • Parameter (parameter)
      • Kode blok (code block)
      • Krølleparentes (curly bracket)
      • Omfang (scope)
    • Begreber i Unity
      • Projekter
      • Scener (scenes)
  • The following sections need corrections or additional information:
    • Klasse (class) - the importance of correct filename
  • Add various illustrations and drawings to better visualize concepts
  • Overhaul on visual style, so the information becomes easier to digest. This may involve a change from working in Word to Publisher, or similar.
  • Add a third chapter with common mathematical concepts in game development