Data

Data Guide

Data in Programming

Data is information used by your game. The name or hit points of a game character is data that must be stored and changed during the course of your game.

Data Types

A data type is a specific kind of data used by a computer language. The reason there are data types is because there are different ways of dealing with different kinds of data. Common data types include strings, integers, and real numbers.

Data Structures

A data structure is like a container that holds data while your game is running. Common data structures include variables, arrays, and types.

This page is a stub. You can help by expanding it.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.