commands/snake/snake.cif
changeset 66 2a78c4ff2eab
parent 0 7f656887cf89
equal deleted inserted replaced
63:6a2083f7eeb8 66:2a78c4ff2eab
    24 
    24 
    25 ==option int s speed
    25 ==option int s speed
    26 
    26 
    27 Speed of the game, in microseconds. This is the interval between each step forward the snake makes. Values in the range of 200000 (very easy) to 10000 (very hard) are reasonable.
    27 Speed of the game, in microseconds. This is the interval between each step forward the snake makes. Values in the range of 200000 (very easy) to 10000 (very hard) are reasonable.
    28 
    28 
       
    29 ==option bool u unicode
       
    30 
       
    31 Draw the game using the unicode box drawing characters. Not guaranteed to display correctly on all consoles.
       
    32 
    29 ==copyright
    33 ==copyright
    30 
    34 
    31 Copyright (c) 2009-2010 Accenture. All rights reserved.
    35 Copyright (c) 2009-2010 Accenture. All rights reserved.
    32 
    36