scene.org File Archive

File download

<root>­/­parties­/­2023­/­vccc23­/­christmas-diamonds/logiker_c64_basic_vc3-2023.zip

File size:
6 305 bytes (6.16K)
File date:
2024-01-03 14:15:18
Download count:
all-time: 9

Preview

  • christmesh.prg 69B
  • file_id.diz 432B
  • result.png 2.13K
  • source.png 2.60K

file_id.diz

Christmesh C64 67b

Author: Logiker
System: C64
Language: BASIC V2.0
Usage:
Use Vice or another emulator and run it.
Code:
0a$="{right}{right}{right}{right}{right}*":fori=-9to9:n=i-int(i/6)*6:printspc(6-n)a$a$a$"{return}{up}"spc(n)a$a$a$:next
Writes each line by line. A line consists of the "right" and "left" side of the diamonds. The distance is always the same and cursor {right} is used to move to the next diamond.