# C# Beginner These tutorials cover the beginner principles of using C# when working with the Xenko game engine. Start here if you are new to Xenko or progamming. Althoug having some coding experience is useful, it is not mandatory to get started with these tutorials. ![Editor properties](media/C#_beginner_tutorial_scene.jpg) You can create the C# beginner tutorial project by starting the Xenko launcher. Create a new project and select the template: Tutorials -> C# beginner. Every single scene is loaded as a child scene and demonstrates a sample script. ![Editor properties](media/C#_beginner_tutorial_template.jpg)
[

Getting the Entity

What do you learn?
](entity.md)
[

Child entities

What do you learn?
](childentities.md)
[

The transform

What do you learn?
](transformPosition.md)
[

Editor properties

What do you learn?
](editorProperties.md)
[

Get a component

What do you learn?
](getComponent.md)
[

Add a component

What do you learn?
](addComponent.md)
[

Delta time

What do you learn?
](deltaTime.md)
[

Cloning an entity

What do you learn?
](cloningEntities.md)
[

Removing an entity

What do you learn?
](removeEntity.md)
[

Keyboard input

What do you learn?
](keyboardInput.md)
[

Mouse input

What do you learn?
](mouseInput.md)
[

Virtual buttons

What do you learn?
](virtualButtons.md)