I always wanted to learn how to program games for the C64, so here's my first attempt to do it.
Text mode BoulderDash-like game with incomplete level :|
Text mode BoulderDash-like game with incomplete level :|
The source code and precompiled image is available at:
https://github.com/cybekRT/C64_BoulderDash
There's really good web editor that allows you to create sprites in graphical and text modes, prepare levels and other useful things and generate the assembly from it: https://petscii.krissz.hu/
And the assembler I've used is: http://www.floodgap.com/retrotech/xa/
https://github.com/cybekRT/C64_BoulderDash
There's really good web editor that allows you to create sprites in graphical and text modes, prepare levels and other useful things and generate the assembly from it: https://petscii.krissz.hu/
And the assembler I've used is: http://www.floodgap.com/retrotech/xa/