Skip to content

Commit e51b9c7

Browse files
committed
Debug game: now just represent share and cheated as bits
1 parent 973e1f9 commit e51b9c7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

resources/debug_game_handler.clsp

+1-7
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,7 @@
2222
)
2323

2424
(defun get-move-share (new-move)
25-
(assign
26-
len (strlen new-move)
27-
(if (> len 1)
28-
(substr new-move 1 (strlen new-move))
29-
()
30-
)
31-
)
25+
(ash new_move -1)
3226
)
3327

3428
(defun validation_program (validation-data)

0 commit comments

Comments
 (0)