1
0
mirror of https://github.com/heav-4/apioform synced 2025-12-17 05:48:06 +00:00

P to toggle parity challenge

This commit is contained in:
heav-4
2020-07-17 01:15:48 +01:00
committed by GitHub
parent a063bc5070
commit 0a4a8fa56a

View File

@@ -340,9 +340,10 @@
makeent(3,3,"player",{}) makeent(3,3,"player",{})
px=3 px=3
py=3 py=3
paritychallenge=false break;
//uncomment the following line and then reset to enable parity challenge case 80:
//paritychallenge=true paritychallenge=!paritychallenge
turn({keyCode:82})
break; break;
} }
if (px+dx<0||px+dx>49||py+dy<0||py+dy>49){ if (px+dx<0||px+dx>49||py+dy<0||py+dy>49){