Code4Life. You need to fix the template in Python

The template doesn’t create variables for both players, it only overwrites one, that makes the illusion that you can only know the movement of your opponent and the instructions its wrong.
If it is intentional, there is no point in making a template just for the player to look to fix it, in that case it would be better to put a blank template

That is the case of all the templates, in all the languages, in all the multiplayer games. The purpose of this base code is just to show how to read the inputs. What is sent, it’s the statement purpose.
Furthermore, pre-creating variables for all the inputs could be misleading on the fact that the player is free to store each input or not, and in the data structure he want.

1 Like