60 seconds: chase first version look 11 december
Hi guys this is Babaman studios! The video above is run of our future's game first version. As you can see, you control the green block using WSAD keys and have to touch the grey block to score a point and you have 60 seconds. That is pretty much it and that's why it is the first version. We are going new things such as highscores, power-ups and enemies to - you know - s pice up the game . Now if you want to learn how this program works read more to learn more! just do not worry I wrote it in english. These are the main functions and mechanics: Player movement: The coding instruction for movement and sensing is really strange in my opinion here is the part of the code or the module which is responsible for giving motion: The "def controls()" declares the chunk of code below as "controls()". So when the time comes I can just type "controls()" to give the player motion. Then the 'if' parts are actually sensing commands meaning they che...


