Grid creation board
A testing code. It's my most ambitious python graphics code EVER!
CONTROLS:
W,A,S,D to move. NOTE: This does not have immediate sensing so you will have to hit enter to register an action
Q to place a X
E to remove an X
It's not much now but it may be later!
Enjoy!
Voters
DeaconBurgess
why is w to go up?
YeetMstr
@DeaconBurgess Y not?
DeaconBurgess
@epicman702 Because its inverted. :)
YeetMstr
@DeaconBurgess W is at the top of your keyboard, so its only reasonable to go up
DeaconBurgess
@epicman702 NO i pressed W and I went down
YeetMstr
@DeaconBurgess Wait what?
DeaconBurgess
@epicman702 yeah, I pressed "W" and went down
YeetMstr
@DeaconBurgess Oh right the coordinates say you are going down. Ignore that!
DeaconBurgess
@epicman702 it also appears that im going down is this just a me bug?
YeetMstr
@DeaconBurgess I think so
instead of
os.system("clear")
do
print("\033[0;0H",end="")
this stops the screen flickering
(refer to this to see what it does [i didnt make this but i couldnt find the original])
also pls use getkey or something lol
@Nettakrim Tbh it's still kinda flickery