Some #bbcbasic #programming. Having a printed manual makes this much easier.
Was trying to do the 10 PRINT maze thing off the C64, but it doesn't have convenient characters next to each other in the character set.
Some #bbcbasic #programming. Having a printed manual makes this much easier.
Was trying to do the 10 PRINT maze thing off the C64, but it doesn't have convenient characters next to each other in the character set.
@james You can improve it further with VDU 23:
VDU 23,32-255,n1,n2,n3,n4,n5,n6,n7,n8
The second parameter is a number from 32 to 255 of the character to redefine, and n1-n8 are a bitmap of the character.
Attached: 1 image I ran @[email protected]'s program and got this. Source: https://bbcmic.ro/?t=6V0OB #bbcbasic
@cyberspice Ahh not thought of that.
Also me and the other surviving member of AF1 @nigel say Hello :)