Write a program using an object
Start to create your object-oriented text-based adventure game
Extend other people’s classes
Create an enemy in the room
Recap Week 3
Extending your knowledge of OOP
Finish your game
End of the course
During this course you will be using Python 3.
I recommend using a computer with Python 3 installed, but you can complete almost all of the activities in the course using an online integrated development environment (IDE) such as Trinket or Repl.it.
If you are using a computer you will need:
When using Trinket I recommend creating an account so you can save and share your code.
To create a new program in Trinket, use the free Python option.
You don’t need to create an account to save and share your code in Repl.it, but you may find it useful to keep all your programs together.
To create a new program in Repl.it, select the language Python.
Now that you are set up, over the next few steps you’ll investigate using objects, and their methods and attributes.