SnakeGame by David Maciejewski

AROS port by David Bergantin (18-may-2010)



About the port:

I have found the source, and only that, in a forum and the author did not provide any other
file, so I had to make some things:

- created a makefile for easy compilation under AROS
- removed a line of code that prints author text on screen, because it was using a 
  third-party library just for that...and the work was not worth it
- I had to make the game's graphics myself. All the game elements are made on Gimp
  while the background is taken from Ubuntu 10.04 distro wallpaper's selection. I hope you
  like it :)
- the original source was using a 16bit screen for rendering, I've changed it to 24bit
  for better results
- the game was all in german. I've used google translate to translate all the messages in
  english, then corrected it manually wherever necessary




How to compile:

CD in the game directory then use:
make

to clean up the directory you can use:
make clean




Contact me:

you can find me in aros-exec.org by the nick "Cunin"