Svoboda | Graniru | BBC Russia | Golosameriki | Facebook

To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

Kodu Game Lab
Initial releaseJune 30, 2009; 14 years ago (2009-06-30)[1]
Stable release
1.6.18.0 / April 9, 2023; 14 months ago (2023-04-09)[2]
Written inC#
Operating systemWindows
TypeVisual programming
Websitekodugamelab.com

Kodu Game Lab, originally named Boku, is a programming integrated development environment (IDE) by Microsoft's FUSE Labs. It runs on Xbox 360 and Microsoft Windows. It was released on the Xbox Live Marketplace on June 30, 2009.[3] A Windows version is available to the general public for download from Microsoft's FUSE web portal.[4]

YouTube Encyclopedic

  • 1/3
    Views:
    17 199
    1 778
    115 597
  • Kodu Game Lab for the Xbox 360
  • Snitcher - a multiplayer game on XBOX 360 made by Kodu Game Lab
  • Kodu Game Lab: Cliffside Racer v1 HD

Transcription

Overview

Kodu is a visual programming tool which is used to teach basic coding with the use of blocks and pictures. Its design allows it to be accessed by anyone.

Kodu is available to download as an Xbox One Indie Game. There is also a PC version in an open beta which is available to anyone at their website.

Kodu is different from those other projects in several key ways:

  • It avoids typing code by having users construct programs using visual elements via a game controller, mouse, or keyboard
  • Rather than a bitmapped or 2D display, programs are executed in a 3D simulation environment, similar to Alice

Kodu Game Lab has also been used as an educational learning tool in selected schools and learning centers.

Language design

Kodu's programming model is simplified and can be programmed using a gaming controller or a combination of the keyboard and mouse. It dispenses with most "serious" programming conventions, including symbolic variables, branching, loops, number and string manipulation, subroutines, polymorphism, and so on.

This simplicity is achieved by situating the programming task in a largely complete simulation environment. The user programs the behaviors of characters in a 3d world, and programs are expressed in a high-level, sensory paradigm consisting of a rule-based system or language, based on conditions and actions similarly to AgentSheets.

The typical "hello world" of Kodu is:

see - fruit - move - towards

The grammar, as it were, of this expression is:

<condition> <action>

Where <condition> is:

<sensor> [<filter> ...]

And <action> is:

<verb> [<modifier> ...]

An illustrative variant of the above program is:

see - red - fruit - move - towards - quickly

Many different types of games can be made in Kodu Game Lab, such as racing, strategy, RPG, adventure, platform, puzzle, 1st person shooter, and others.

See also

References

  1. ^ App Hub - game details
  2. ^ "Commits · scoy/KoduGameLab". GitHub.com. Retrieved 2021-03-23.
  3. ^ "Xbox LIVE Marketplace". Archived from the original on 2010-10-23. Retrieved 2011-10-03.
  4. ^ What is Kodu | Projects | Fuse  Labs

External links

This page was last edited on 10 January 2024, at 18:57
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.