social.solarpunk.au

social.solarpunk.au

okay i gotta think of how i will model these data structures of bags in C64 BASIC...

... strings. i will use strings.
replies
1
announces
0
likes
0

@vidak On Atari, I often just poke stuff into screen memory. That's my game array. It's just faster to
POKE SCRN+XY,C :REM (XY is X+40*Y)
than
POSITION X,Y:?CHR$( D(X,Y) );