commands/snake/snake.cif
changeset 0 7f656887cf89
child 66 2a78c4ff2eab
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 # snake.cif
       
     2 # 
       
     3 # Copyright (c) 2010 Accenture. All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 # 
       
     9 # Initial Contributors:
       
    10 # Accenture - Initial contribution
       
    11 #
       
    12 
       
    13 ==name snake
       
    14 
       
    15 ==short-description
       
    16 
       
    17 Snake!
       
    18 
       
    19 ==long-description
       
    20 
       
    21 Basic snake game. Move the snake around the screen using the cursor keys to gather the bait ($) without colliding with the side of the screen or the tail of your snake.
       
    22 
       
    23 Press escape at any time to exit the game.
       
    24 
       
    25 ==option int s speed
       
    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.
       
    28 
       
    29 ==copyright
       
    30 
       
    31 Copyright (c) 2009-2010 Accenture. All rights reserved.
       
    32