Skip to content

Commit

Permalink
Debug game: now just represent share and cheated as bits
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed May 13, 2024
1 parent 973e1f9 commit e51b9c7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions resources/debug_game_handler.clsp
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@
)

(defun get-move-share (new-move)
(assign
len (strlen new-move)
(if (> len 1)
(substr new-move 1 (strlen new-move))
()
)
)
(ash new_move -1)
)

(defun validation_program (validation-data)
Expand Down

0 comments on commit e51b9c7

Please sign in to comment.