
If you are new to programming in Python, this is where your journey begins. Now, you have to make a choice. We have prepared three games for you to play at this stage in the game. You can chose to play whichever game calls out to you, or you can choose to play both. The power is in your hands!
The first game we have prepared for you is a game called Lightbot. This is game where you control a robot through basic loops and try to turn on all the lights in the map. This game will teach you the basics of Python loops that will be very helpful where writing algorithms later in your journey.
The link for this game can be found here: https://lightbot.com/
The second game we have prepared for you is a game called CodeCombat. This game is an adventure game where you have to code the actions of your character, in Python, to complete missions. As you go, the levels get progressively more difficult but you learn different Python programming methods and actions and gain a deeper understanding of the basic of Python.
The link for this game can be found here: https://codecombat.com/
When you click the link you will have to chose to play as a student and, if your teacher doesn't provide a code for the game, you must click play now to access the game. When choosing a character make sure to chose JavaScript.
The second game we have prepared for you is a game called CheckIO and the Empire of Code. This game is a adventure game of sorts, where you solve JavaScript programming problems to advance in different areas of the maps. This game is a little bit more complex than the first game so keep that in mind when you are choosing your own adventure on this platform.
The link for this game can be found here: https://checkio.org/
When you click the link make sure you select TypeScript. TypeScript is a strict syntactical superset of JavaScript, which means it is virtually the same language, however, TypeScript is used to program and develop larger applications.
Have fun playgramming!