Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

1  REM A big brain
2  POKE 1, $0303, $0c10, $2020, $c0c0
3  POKE 2, $c0c0, $4020, $2018, $0703
4  COLOR $f0a2, $d062, $c052
5  CLS
9  LET X:0,Y:0
10 LET A:R%2+1
11 PRINT #A;
12 LET X:X+1
13 IF X=70 PRINT ""
14 IF X=70 LET X:0,Y:Y+1
15 IF Y<40 GOTO 10
20 DRAW 32, 32
21 LIST
22 END

Beautiful~