Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>serpent()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Serpent()

         Play the Snake with 100% Clipper code

    Syntax:

         Serpent( cColor, cColorHead, cColorMark ) -> Nil

         cColor     : The screen's color and the Snake's body
         cColorHead : The Snake's head color when it's pressed down
         cColorMark : The color of the screen's brand

    Description:

         Enjoy serpent game.

    Return:

         Nothing.

    Example:

         Serpent ( "W+/B*", "R+/B*", "G+/B*" )

See Also: Tetris()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson