Top Banner
Introduction to Alice.
7

Introduction to Alice. - cs.duke.edu€¦ · Introduction to Alice. A little about Alice. Alice is a wonderful place where you can learn how to program. You can create worlds with

May 20, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Introduction to Alice. - cs.duke.edu€¦ · Introduction to Alice. A little about Alice. Alice is a wonderful place where you can learn how to program. You can create worlds with

Introduction to Alice.

Page 2: Introduction to Alice. - cs.duke.edu€¦ · Introduction to Alice. A little about Alice. Alice is a wonderful place where you can learn how to program. You can create worlds with

A little about Alice.Alice is a wonderful place where you can learn how to program. You can create worlds with tons of methods, events and functions! There are a lot of objects in Alice library, you can drag each of them and place them to your world. Each of them can do whatever you will program them to do!

Page 3: Introduction to Alice. - cs.duke.edu€¦ · Introduction to Alice. A little about Alice. Alice is a wonderful place where you can learn how to program. You can create worlds with

Events and Methods.You can create different methods and call them by an events!

Events Method

Page 4: Introduction to Alice. - cs.duke.edu€¦ · Introduction to Alice. A little about Alice. Alice is a wonderful place where you can learn how to program. You can create worlds with

Each object has its own properties, methods and functions! You can change object’s properties and use its functions in different methods (not events!).

Page 5: Introduction to Alice. - cs.duke.edu€¦ · Introduction to Alice. A little about Alice. Alice is a wonderful place where you can learn how to program. You can create worlds with

Typing.

In Alice you make lines of code by dragging methods to one big method. But you still can type when you want to make a string.

This is a string.

Page 6: Introduction to Alice. - cs.duke.edu€¦ · Introduction to Alice. A little about Alice. Alice is a wonderful place where you can learn how to program. You can create worlds with

Some screenshots (also view next slide).

Page 7: Introduction to Alice. - cs.duke.edu€¦ · Introduction to Alice. A little about Alice. Alice is a wonderful place where you can learn how to program. You can create worlds with

More Screenshots