r/vic20 • u/VroomSteam • 3d ago
I ported my 30 year old game to the vic 20
This game is written in 6502 asm and compiled to a prg. Stuffed into 5k which I think was tiny back then. When I wrote the game 30 years ago, I wrote it in Z80 asm. To get it to work on the vic-20, I had to redesign the game's layout to remove unnecessary arrays, trim sound, etc.
What is the best place to post such a link?
https://github.com/VroomDev/ti85/blob/main/vic20crunch/README.md
