Learn Alice tool

Introduction of Alice

Alice is an environment of 3D programming that makes it easy to create an animation for telling a story, playing a game, or a video to share on the web. Alice is open source teaching tool that available freely on the web and student�s first exposure to object-oriented programming. It allows students to learn fundamental concepts in the context of creating animated movies and different types of games. In Alice interactive interface, students creates a program using drag and drop graphics tiles where the instruction developed by object oriented programming language. By manipulating the object in their virtual world, students gain experience with all the programming constructs that taught in an introductory programming course.

How to work with Alice tool

In Alice interactive interface, students creates a program using drag and drop graphics tiles where the instruction developed by object oriented programming language. By manipulating the object in their virtual world, students gain experience with all the programming constructs that taught in an introductory programming course.

Using Alice code editor

Variables are used to store data. It is a named storage location in the computer memory. To use a variable in Alice we need to create it first. The creation of a variable is simple. Just drag the variable tile from the control area to the code area and provide a meaningful name, value type and initial value.

Different menu in Alice studio

alice studio