diff --git a/build/cookie.prg b/build/cookie.prg index d44474f..d372408 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 4612162..b58d4e5 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 84eabef..4e908a0 100644 --- a/prg.txt +++ b/prg.txt @@ -1,6 +1,6 @@ 0 rem !to "build/cookie.prg" 10 cc=0:cg=0:ca=0:ga=0:ft$="0":mt$="0" -20 c1=15:c2=100:c3=1100 +20 c1=15:c2=100:c3=1100:c4=12000 50 ds$=chr$(17):rem cursor down 60 rs$=chr$(29):rem cursor right 100 print"{grey2}*CCCCCCCCCCCCCCCCCCCCCCCCC*CCCCCCCCCCC*" @@ -30,20 +30,28 @@ 330 print"*CCCCCCCCCCCCCCCCCCCCCCCCC*CCCCCCCCCCC*" 1000 if ft$="0" then 5000 -1010 get k$:if k$= "" then 1500 -1015 if k$=" " then 2000 -1020 if k$="c" then 3000 -1030 if k$="g" then 4000 -1050 if k$="f" then 5500 +1010 if mt$="0" then 6000 +1410 get k$:if k$= "" then 1500 +1415 if k$=" " then 2000 +1420 if k$="c" then 3000 +1430 if k$="g" then 4000 +1440 if k$="f" then 5500 +1450 if k$="m" then 6500 1500 cc=cc+cg 1510 print"{home}"ds$"{grey2}B{wht} you have "int(cc) 1520 goto 1000 + + + 2000 cc=cc+1 2010 print"{home}"ds$"{grey2}B{wht} you have "int(cc) 2020 goto 1000 + + + 3000 if cc