dos33fsprogs/basic/appleiibot
2021-04-13 01:01:06 -04:00
..
convert4_4
convert6
convert6_2
convert_xor
doc
4am.s made an attempt to check in all missing files 2021-01-05 23:30:41 -05:00
a2_4ever.bas
a2_4ever.png
a2.bas
a2.data
an3.bas
appleiibot.dsk
asteroid.bas
asteroid.shape
autumn.bas
ball.bas appleiibot: update ball 2021-02-26 15:26:34 -05:00
bin.bas
c64.bas c64: get it small enough 2021-01-25 20:37:13 -05:00
circles.bas
combo.bas combo: both Apple II and GWBASIC 2021-02-07 22:08:43 -05:00
combo.boxes combo: forgot the boxes 2021-02-07 22:09:17 -05:00
concert.bas
convert_back.c
convert_qkumba.c
convert_tgreene.c mod9: update 2021-04-12 01:33:27 -04:00
convert_to.c
convert_vmw.c
dhgr.bas
drops.bas appleiibot: minor updates 2021-02-07 01:02:47 -05:00
empty.dsk
entropy_small.bas
fakes.bas appleiibot: messing around with sierpinski 2021-01-28 23:48:03 -05:00
falling.bas
fastar2.bas
fastar.bas
flame2.bas
flame.bas
floppy2.bas
floppy.bas
flyer.bas
fouram.bas
hello.bas appleiibot: add better hello file 2021-02-07 00:07:13 -05:00
hgr_fakes.bas appleiibot: messing around with sierpinski 2021-01-28 23:48:03 -05:00
horizon.bas
hyper.bas
lady.bas
lady.data
lines.bas lines: small enough for the bot 2021-03-28 01:08:29 -04:00
load.s
lots.bas
make_boxes.c
Makefile hgr: sier: more or less working 2021-04-13 01:01:06 -04:00
mod9_hgr.bas mod9: update 2021-04-12 01:33:27 -04:00
mod9.bas basic: mod9 code 2021-04-09 09:43:42 -04:00
mul16_slow.s
nyan.bas
pattern.bas hgr: pattern 2021-02-26 08:38:59 -05:00
person1.shape
person2.bas
person.bas
person.shape
plasma_tiny.bas plasma: add special bot version 2021-01-10 00:55:29 -05:00
plasma.bas plasma: add qkumba optimization 2021-01-10 15:11:32 -05:00
pumpkin_small.bas
pumpkin.bas
pumpkin.data
qkumba_autumn.bas
qkumba_seasons.bas
qr.bas
qrcode_a2.png
raster3.bas
raster4.bas
raster5.bas
raster.bas
README appleiibot: minor updates 2021-02-07 01:02:47 -05:00
rle2.bas
rle3.bas
rle.bas
rleasm.bas
rr_hgr.bas rr_hgr: not really that awesome 2021-02-07 00:04:34 -05:00
rr_hgr.boxes rr_hgr: not really that awesome 2021-02-07 00:04:34 -05:00
rr.bas rr: blurgh 2021-02-04 14:35:24 -05:00
rr.boxes rr: blurgh 2021-02-04 14:35:24 -05:00
ship.bas
ship.shape
sier_hgr.bas hgr: sier: more or less working 2021-04-13 01:01:06 -04:00
sier.bas sierpinski: ready for the bot 2021-01-31 16:07:12 -05:00
sierpinski.bas sierpinski: optimize 2021-01-31 01:25:34 -05:00
snow.bas
star.bas
star.c
wires.bas wires: update, looks better 2021-02-13 23:18:42 -05:00
xmas.bas
xmas.data

This is where I develop the various things I send to the twitter
AppleIIbot.

For more info see here:
	http://www.deater.net/weave/vmwprod/appleiibot/

For the sources to the assembly language demos:
	flame is in ../fire
	autumn/seasons is in ../seasons
	the double-hires demos are in ../dhgr

tools:
	./convert_qkumba will take a 128 byte or smaller binary
		designed to run at $300 and create a basic loader for it

	../asoft_basic-utils/tokenize_asoft will tokenize your basic program

	../hgr-utils/shape_table lets you edit shape tables as a text file


See: README.PACKER for how the packers work