ilmich / charsnake64

simple snake clone for commodore 64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

CharSnake64 it's a clone of a classic video game genre for Commodore 64.
With its deliberately simple graphics, I just wanted to have fun programming again for the Commodore 64 in c

Screenshots

Game Intro Screenshot

Build from source

The following tools are needed to compile from the source:

so after meet these requirements launch

make # to build	output snake.prg
make d64 # to build output .d64 image
make test # to build and launch vice for tests

About

simple snake clone for commodore 64

License:MIT License


Languages

Language:C 97.9%Language:Makefile 2.1%