사용자:구순돌/연습장/코두

Kodu Game Lab
발표일2009년 6월 30일(15년 전)(2009-06-30)[1]
안정화 버전
1.6.12.0 / 2022년 1월 15일(2년 전)(2022-01-15)[2]
프로그래밍 언어C#
운영 체제Windows
종류Visual programming
웹사이트kodugamelab.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 XP, Windows Vista, Windows 7, Windows 8 and Windows 10. 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]

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 1 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
  • 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, such as racing, strategy, RPGs, adventure, platform, puzzle, 1st person shooters, and others.

See also

편집

References

편집
  1. App Hub - game details
  2. “Commits · scoy/KoduGameLab”. 《GitHub.com》. 2021년 3월 23일에 확인함. 
  3. “Xbox LIVE Marketplace”. 2010년 10월 23일에 원본 문서에서 보존된 문서. 2011년 10월 3일에 확인함. 
  4. What is Kodu | Projects | Fuse Labs

틀:More footnotes

편집

틀:Microsoft Research Labs