greenbean765
@greenbean765
CREeammE CHEAseS
It's a sort of minecraft-like game. read the comments at the top of the code for the controls. you can save the game, but you might need to fork it to
Python
Cag82407 @greenbean765 having the player press w and then press enter isn’t a good way to do it, so I suggest doing “from getch import getch” and then making a variable for it like “keyPressed = getch()” and then do an if command like “if keyPressed == ‘[character]’: (put command here)”
2 years ago