Skip to content

dexmac221/snake

Repository files navigation

Another Snake Game

alt text

About

Snake Game for the Commodore 64,128,16/plus4

Tailored for my own , but feel free to send patches, to open bugs, etc.

Instructions

Use joystick in port two to control your snake, eat apples but don't run on yourself (very difficult if snaky is very long)

Install support software

  • Download cc65 to compile or sudo apt-get install -y cc65
  • Download VChar64 to access to charater map (rebuild on ubuntu may be difficoult)
  • Download vice following these instructions

Command Line to build

git clone https://github.com/dexmac221/snake
cd snake

# to compile for commodore 64
make TARGET=c64

x64 snake.prg

# to compile for commodore 128 (native, 2mhz)
make TARGET=c128

x128 snake.prg

# to compile for commodore 16/Plus4
make TARGET=c16 xplus4

xplus4 snake.prg

Supported platforms

  • Commodore 64/128
  • Commodore 16/Plus4

Download binaries

References

License

About

Another Commodore 64 Snake Game

Resources

License

Stars

Watchers

Forks

Packages

No packages published