This second part -apart from talking about a few non-Bennu related but still interesting to read FOSS articles- includes all the code & explanations needed in order to create a simple game where you must move a ship with your keyboard out of a labyrinth, all in about 100 lines of code.
The article also explains what variables are, how to parse the keyboard input, how to put graphics on-screen, and in general gives quite a helpful insight of how your code will work.
It is definitely a very interesting read if you’re thinking of starting coding for Bennu.
So, big thanks to Osk and happy coding!