What can you create on KODU?
Kodu Game Lab is a 3D game development environment that is designed to teach kids basic programming principles. Kodu allows creators to build the world’s terrain, populate it with characters and props, and then program their behaviors and games rules in a bespoke visual programming language.
How do you set an object in KODU to be a Creatable?
Right click on the character and choose Change Settings. Scroll down to find the Creatable setting and turn it on.
Who invented the Kodu game Lab?
FUSE Labs
Kodu, originally named Boku, is a programming integrated development environment (IDE) by Microsoft’s FUSE Labs. It runs on Xbox 360 and Microsoft Windows XP, Windows Vista, Windows 7, Windows 8 and Windows 10. It was released on the Xbox Live Marketplace on June 30, 2009.
What is cloning in KODU?
cloning means only one character has to be created in the game as it can be coded once.
What are pages in KODU?
A Kodu program is a set of pages. Each page can contain multiple rules. from one page to another. Pages are the states.
What is the purpose of indenting code on KODU?
Kodu enables the user to indent lines of code (Figure 11), which creates a logical dependence where the rules of the indented code are evaluated only when the condition of the parent rule has been met.
What do you need to know about Kodu Game Lab?
3D game programming for kids. Get Kodu Kodu Game Lab is a 3D game development environment that is designed to teach kids basic programming principles. Kodu allows creators to build the world’s terrain, populate it with characters and props, and then program their behaviors and games rules in a bespoke visual programming language.
What was the original target platform for Kodu?
Kodu allows creators to build the world’s terrain, populate it with characters and props, and then program their behaviors and games rules in a bespoke visual programming language. Kodu originated as a project in Microsoft Research. The original target platform was the Xbox 360 using C#, XNA, and releasing via the Indie Games Channel.
What can you do with Kodu for kids?
Kodu can be used to teach creativity, problem solving, storytelling, as well as programming. Anyone can use Kodu to make a game, young children as well as adults with no design or programming skills.
Which is the heart of the Kodu programming language?
The heart of Kodu is the tile-based programming language. The language is high level in the sense that a lot can be accomplished in a very few lines of “kode” compared to traditional programming. The kode is continuously evaluated so that it immediately reacts to any changes in the state of the world.