dos33fsprogs/graphics/hgr/shape_table
2023-01-20 01:57:51 -05:00
..
agony17.s lovebyte2023: some lovebyte nonsense 2023-01-20 01:57:51 -05:00
apple2.s
apple.bas hgr: gears 2022-10-10 02:34:32 -04:00
apple.table
cool_wave.s shape_table: more attempts at entries 2023-01-12 08:43:01 -05:00
gear.bas music: zero wing intro 2023-01-15 01:30:31 -05:00
gear.s hgr: gears 2022-10-10 02:34:32 -04:00
gear.table
hello.bas shape_table: update 2023-01-11 02:01:36 -05:00
herring16.s shape_table: trying to find a good 16-byte entry 2023-01-10 09:14:36 -05:00
line32.s shape_table: trying to find a good 16-byte entry 2023-01-10 09:14:36 -05:00
Makefile lovebyte2023: some lovebyte nonsense 2023-01-20 01:57:51 -05:00
pattern_logo.s
pattern.s
README shape_table: clean up documentation 2023-01-19 10:39:28 -05:00
square_wave.s shape_table: more attempts at entries 2023-01-12 08:43:01 -05:00
stripe17.s shape_table: trying to find a good 16-byte entry 2023-01-10 09:14:36 -05:00
teeth32.s shape_table: more attempts at entries 2023-01-12 08:43:01 -05:00
tick_tock.s shape_table: more attempts at entries 2023-01-12 08:43:01 -05:00

some small shape table programs

mostly trying to get something interesting in 16 bytes for Lovebyte

apple2		-- 63 bytes -- just prints apple ][
cool_wave	-- 37 bytes -- rotating square wave with backgrounds
gear		-- 138 bytes -- rotating gears
herring16	-- 16 bytes  -- sort of a herringbone pattern
line16		-- 17 bytes -- fancy line pattern
line32		-- 32 bytes -- line pattern, got it down to 18 bytes at one point
pattern		-- 32 bytes -- like line32 but stops
pattern_logo	-- 125 bytes -- fancy pattern with apple ][ logo on top
square_wave	-- 35 bytes  -- another square wave w/ backgrounds
stripe17	-- 17 bytes -- simple line drawing
teeth32		-- 31 bytes -- rotating square waves (boring)
tick_tock	-- 26 bytes -- gear teeth pattern