https://github.com/reisraff/snake
Snake game
https://github.com/reisraff/snake
Last synced: 4 months ago
JSON representation
Snake game
- Host: GitHub
- URL: https://github.com/reisraff/snake
- Owner: reisraff
- License: mit
- Created: 2013-10-18T00:37:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T19:09:20.000Z (over 4 years ago)
- Last Synced: 2025-03-11T16:46:25.128Z (7 months ago)
- Language: Pascal
- Homepage: http://reisraff.github.io/snake
- Size: 470 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Snake
=====Snake Game

#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.pasMaybe you will need to alter the `uses` block adding `uses crt` to linux and `uses wincrt` to windows
After compiled just:
$ ./snake