Just for the fun of it! This is another
example of what you can do with Clarion's
list boxes! Just like our implementation of
Tetris (CwTris),
this game uses a listbox as the playfield,
changing the cell's style attribute do
display the snake. Since the source code is
included, this is a good example on how to
use Clarion's property syntax in general and
the style feature in special.
It took
about 460 lines of Clarion code to write
this game - maybe you want to included these
in your selling applications to make your
customers happy? No problem, this game and
it's sources are definitely freeware!
There's also another version with
modifications from Dave Knowles of Applied
Languages
here. He did a nice job job in adding
bonus points and bombs to the game as well
as a highscore table.