Skip to content

ilmich/charsnake64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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