Ponk (Sos)

shot4

Making a game for a C64 and on PC is super simple and tons of fun! But Making a game on a real C64 is something else! One false move and BAH! your game is gone! There are no drives inside C64, everything that you are working on will die once you flip the power button. Moreover, there is no memory protection, so you can accidentally wipe out your code while it’s executing~![Author’s Postmortem]

[Download C64 .PRG file]
[Download Vice (C64 emulator) for various platforms]

[Source code diagram]
[A beginners guide to making games for C64]

Comments are closed.