mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-27 13:14:15 -08:00
Removed debugging line from Depth Charge (MiniScript port).
This commit is contained in:
@@ -86,7 +86,7 @@ playGame = function
|
||||
subPos = [floor(rnd*size), floor(rnd*size), floor(rnd*size)]
|
||||
|
||||
// For debugging, you can give away the answer:
|
||||
print "(Sub is hidden at: " + subPos.join(" ") + ")"
|
||||
//print "(Sub is hidden at: " + subPos.join(" ") + ")"
|
||||
|
||||
for c in range(1, numCharges)
|
||||
print "Trial " + c
|
||||
|
||||
Reference in New Issue
Block a user