Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 424 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 424 Bytes

Snake

Snake Game

Screenshot

#To Install

You need compile the snake.pas

On Linux you need to install fpc packet:

# apt-get install fpc

Compilling:

$ cd directory-of-snake
$ fpc snake.pas

Maybe you will need to alter the uses block adding uses crt to linux and uses wincrt to windows

After compiled just:

$ ./snake