...

/

Project: Simulate with Objects

Project: Simulate with Objects

Build a basic simulation using object state and logic.

We'll cover the following...

Let’s build a simple simulation using objects that remember their state and do things, like a digital pet or a game character.

Goal

You’ll aim to:

    ...