Apple II Programs Apple II Programs

Byte-sized delights that are guaranteed to ward off hysteria and melancholy!

17 August 2025

Base Housing

by Lee Fastenau


Base Housing

Program

0HGR2:FORN=0TO112:X=N*2+51:Y=N+50:HCOLOR=2:HPLOTX,YTOX-50,Y+25:C=1:B=0:T=30+SIN(N/7.5)*10:GOSUB1:C=3:Q=ABS(N-(16*INT(N/16))-8)*2:T=(30-Q)*(Q<14)+1:B=15*(Q<4):GOSUB1:B=0:T=ABS(COS(N/4))*10:C=1:GOSUB1:NEXT:END

1FORM=0TO3:HCOLOR=INT((3-M)/2)*C:HPLOTX+M,Y-BTOX+M,Y-T:NEXT:X=X-20:Y=Y+10:RETURN

Try me in Apple2TS!

Information

Military brats and fans of isometric pixel art rejoice.

Discussion

Apple II Enthusiasts