A downloadable project

1 GRAPHICS 24:COLOR 1:SETCOLOR 2,0,0
2 FOR I=0 TO 99
3 X=RND(0)*318:Y=RND(0)*191:PLOT X,Y
4 IF RND(0)<0.1 THEN PLOT X+1,Y
5 NEXT I
6 IF RND(0)>2.0E-03 THEN GOTO 6
7 X=RND(0)*191+64:Y=RND(0)*191
8 COLOR 1:PLOT 159,95
9 DRAWTO X,Y:COLOR 0:PLOT 159,95
10 DRAWTO X,Y:GOTO 6


Sit back and watch the meteor shower.

Claus Buchholz

AtariAge: ClausB

Published 6 days ago
StatusReleased
CategoryOther
AuthorBASIC 10Liner
Tags10liner, 8-Bit, atari, atari800, basic

Download

Download
MeteorSh.ATR 90 kB
Download
METEORSH.txt 531 bytes

Install instructions

Run an A8 emulator with the Atari BASIC cart enabled.

Boot the MeteorSh.ATR image.

At the OS/A+ prompt, type: CAR <ret>

Type: LOAD "D:METEORSH.BAS" <ret>

Type: RUN <ret>

Comments

Log in with itch.io to leave a comment.

very good