In Fundamentals of Information Technology 2, the goal is to take what you learned in Fundamentals of Information Technology 1 further and create a program of a certain size by yourself.
When creating a program, it is rare that you create everything yourself from nothing at all, and usually you create it using ready-made parts called libraries. There are many types of libraries depending on what you want to make, but this time we will use a library called Pyxel for making retro 2D games.
At first, we will use Pyxel to review Fundamentals of Information Technology 1 and study Python features that were not covered in Fundamentals of Information Technology 1. After that, we will make our own original game.