Mode:
Duration:
1
2
3
4
character.moveForward(2)
character.turnRight(0.25)
character.say('Hello!')
character.turnAround()Coding works best on desktop or with an external keyboard.
character.moveForward(2)
character.turnRight(0.25)
character.say('Hello!')
character.turnAround()Coding works best on desktop or with an external keyboard.
A simple program where a 3D character moves forward, waves, and then turns around.
character.moveForward(2)
character.turnRight(0.25)
character.say('Hello!')
character.turnAround()Alice is a free, educational 3D programming environment designed to teach programming concepts through drag-and-drop, story-based, and animation building. It enables users to create 3D animations, interactive narratives, and simple games without writing traditional code.
Origin & Creator
Alice was created at Carnegie Mellon University (CMU), initially developed by Randy Pausch and his research team. Early versions date back to 1995, with major releases Alice 2 and Alice 3 continuing development.
Industrial Note
Alice is not used in professional game development but is widely used in education to teach beginners object-oriented programming concepts, storytelling logic, and 3D animation foundations.