diff --git a/build/cookie.prg b/build/cookie.prg index 0b40a39..d44474f 100644 Binary files a/build/cookie.prg and b/build/cookie.prg differ diff --git a/build/cookie.prg.out.prg b/build/cookie.prg.out.prg index bffd7ca..4612162 100644 Binary files a/build/cookie.prg.out.prg and b/build/cookie.prg.out.prg differ diff --git a/prg.txt b/prg.txt index 91a5e02..84eabef 100644 --- a/prg.txt +++ b/prg.txt @@ -1,26 +1,26 @@ 0 rem !to "build/cookie.prg" -10 cc=0:cg=0:ca=0:ga=0:ft$="0" +10 cc=0:cg=0:ca=0:ga=0:ft$="0":mt$="0" 20 c1=15:c2=100:c3=1100 50 ds$=chr$(17):rem cursor down 60 rs$=chr$(29):rem cursor right -100 print"*CCCCCCCCCCCCCCCCCCCCCCCCC*CCCCCCCCCCC*" -110 print"B you have "int(cc)" Bcursor(c) B" -115 l3$="B cookies B" -120 printl3$" ("ca") B" -130 print"*CCCCCCCCCCCCCCCCCCCCCCCCC*cost: B" -140 print"B B"c1" B" -150 print"B ******** *CCCCCCCCCCC*" -160 print"B * *** Bgrandma(g) B" -170 print"B * * * B ("ga") B" -180 print"B * ** * Bcost: B" -190 print"B * ** * B"c2" B" -200 print"B * ** * *CCCCCCCCCCC*" -210 print"B * * B B" -220 print"B *** * B B" -230 print"B ** * B B" -240 print"B * ** * B B" -250 print"B * ** * B B" -260 print"B ******** B B" +100 print"{grey2}*CCCCCCCCCCCCCCCCCCCCCCCCC*CCCCCCCCCCC*" +110 print"{grey2}B{wht} you have "int(cc)" {grey2}B{wht}cursor(c) {grey2}B" +115 l3$="{grey2}B{wht} cookies {grey2}B{wht}" +120 printl3$ca" {grey2}B" +130 print"*CCCCCCCCCCCCCCCCCCCCCCCCC*{wht}cost: {grey2}B" +140 print"B B{wht}"c1" {grey2}B" +150 print"B {brown}********{grey2} *CCCCCCCCCCC*" +160 print"B {brown}*******{blk}**{brown}*{grey2} B{wht}grandma(g) {grey2}B" +170 print"B {brown}***{blk}*{brown}********{grey2} B{wht}"ga" {grey2}B" +180 print"B {brown}***{blk}**{brown}*********{grey2} B{wht}cost: {grey2}B" +190 print"B {brown}********{blk}**{brown}****{grey2} B{wht}"c2" {grey2}B" +200 print"B {brown}********{blk}**{brown}****{grey2} *CCCCCCCCCCC*" +210 print"B {brown}**************{grey2} B B" +220 print"B {brown}*{blk}*{brown}************{grey2} B B" +230 print"B {brown}*************{brown}*{grey2} B B" +240 print"B {brown}******{blk}**{brown}****{grey2} B B" +250 print"B {brown}*****{blk}**{brown}***{grey2} B B" +260 print"B {brown}********{grey2} B B" 270 print"B B B" 280 print"B B B" 290 print"B B B" @@ -37,53 +37,54 @@ 1050 if k$="f" then 5500 1500 cc=cc+cg -1510 print"{home}"ds$"B you have "int(cc)" +1510 print"{home}"ds$"{grey2}B{wht} you have "int(cc) 1520 goto 1000 2000 cc=cc+1 -2010 print"{home}"ds$"B you have "int(cc)" +2010 print"{home}"ds$"{grey2}B{wht} you have "int(cc) 2020 goto 1000 3000 if cc