Intermediate-level Python 3 learning project about object-oriented programming.
In this challenge, we are making a basic version of the game Lunar Lander while learning how to use outside code in the form of libraries, and how to use object oriented programming.
To understand and complete this challenge, you should have a basic understanding of computer programming principles in Python, including how to use variables, lists, loops, conditionals, and print statements. You will also need to know how to use the command line so that you can open, save, and manage files.
Your challenge is to build a spaceship and land it on Mars, using object-oriented programming and the Tkinter library. NASA has chosen you to be the first animal to ever do this, but it has proven to be more difficult than you think. You decide to practice using Python, so that you can understand the necessary speed to land your spaceship safely.
In this project, you will learn about:
- Object-oriented programming
Tkintergraphics library
Tkinter documentation: http://effbot.org/tkinterbook/canvas.htm
Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0