An open API service indexing awesome lists of open source software.

https://github.com/reisraff/snake

Snake game
https://github.com/reisraff/snake

Last synced: 4 months ago
JSON representation

Snake game

Awesome Lists containing this project

README

          

Snake
=====

Snake Game

![Screenshot](https://github.com/rafreis/Snake/blob/master/Screenshot.png)

#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