From 2ec7cec2ab9137e0df810f009f6436808cec1eaf Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sat, 21 Apr 2018 19:10:13 -0400 Subject: [PATCH 01/32] Initial commit --- zonk/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 zonk/README.md diff --git a/zonk/README.md b/zonk/README.md new file mode 100644 index 0000000..d932833 --- /dev/null +++ b/zonk/README.md @@ -0,0 +1,2 @@ +# ZONK +ZONK for the TI-83+. From 0144156819d3ff822d9d51ed1cd633619584e29f Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sat, 21 Apr 2018 19:16:13 -0400 Subject: [PATCH 02/32] Update README.md --- zonk/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zonk/README.md b/zonk/README.md index d932833..e8ee258 100644 --- a/zonk/README.md +++ b/zonk/README.md @@ -1,2 +1,10 @@ # ZONK ZONK for the TI-83+. + +## The files: +- ZONK - Documented +This is the one that's marked down and stuff. +- ZONK +This is the one that's buildable. + +See the releases page for the release, complete with the 8XP file for direct transfer to your calculator. From 410235489888c4ca3ce9721ee57f90c6fa9d7868 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sat, 21 Apr 2018 19:16:46 -0400 Subject: [PATCH 03/32] Update README.md --- zonk/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zonk/README.md b/zonk/README.md index e8ee258..bd9a7b0 100644 --- a/zonk/README.md +++ b/zonk/README.md @@ -2,9 +2,11 @@ ZONK for the TI-83+. ## The files: -- ZONK - Documented +- ZONK - Documented: + This is the one that's marked down and stuff. -- ZONK +- ZONK: + This is the one that's buildable. See the releases page for the release, complete with the 8XP file for direct transfer to your calculator. From bf5d9ac7f1bf99cbfaf78e6350e66f919aa14245 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sat, 21 Apr 2018 19:26:55 -0400 Subject: [PATCH 04/32] Create License.txt --- zonk/License.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 zonk/License.txt diff --git a/zonk/License.txt b/zonk/License.txt new file mode 100644 index 0000000..c712b7c --- /dev/null +++ b/zonk/License.txt @@ -0,0 +1,5 @@ +Creative Commons License: +This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. +Essentially, if you share this, you have to credit the creator (Deven Blake) of this program, share this work with the same license, and you can't share this for profit. +For more, visit: +https://creativecommons.org/licenses/by-nc-sa/4.0/ From 3d0d48521d8541a7bd60402786ab5b583736dafb Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sat, 21 Apr 2018 19:28:42 -0400 Subject: [PATCH 05/32] Update README.md --- zonk/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zonk/README.md b/zonk/README.md index bd9a7b0..170d954 100644 --- a/zonk/README.md +++ b/zonk/README.md @@ -2,6 +2,9 @@ ZONK for the TI-83+. ## The files: +- License: + +The license. All you gotta know about it is that when sharing this, you have to credit me (Deven Blake) and make sure you share this with the same license. No sharing for profit. - ZONK - Documented: This is the one that's marked down and stuff. From ba7ece920a71f6fce9fa18a7d9981a7514508b70 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sat, 21 Apr 2018 19:29:34 -0400 Subject: [PATCH 06/32] Add files via upload --- zonk/ZONK - Documented.txt | 266 +++++++++++++++++++++++++++++++++++++ 1 file changed, 266 insertions(+) create mode 100644 zonk/ZONK - Documented.txt diff --git a/zonk/ZONK - Documented.txt b/zonk/ZONK - Documented.txt new file mode 100644 index 0000000..9a53b2c --- /dev/null +++ b/zonk/ZONK - Documented.txt @@ -0,0 +1,266 @@ +//Initial setup +Disp "NOW LOADING +0→B +0→D +0→E +randInt(0,50)→G +10→H +100→R +0→T +ClrHome +Disp "----------------","ZONK FOR TI-84+","CREATED BY","DEVEN BLAKE 2018","----------------","ENTER A NAME,","MORTAL +Input Str0 +ClrHome +Disp Str0,"PREPARE TO DIE! +Pause +ClrHome + +//Scenario chooser +Lbl A +If R=0 +Goto Z +randInt(1,10)→D +D+4→E +R-1→R +If remainder(100-R,5)=0 and G>4 +Goto G +Disp "ROOM",100-R,"HAS +If D=1 +Disp "A GOBLIN +If D=2 +Disp "AN IMP +If D=3 +Disp "A THIEF +If D=4 +Disp "A VAMPIRE +If D=5 +Disp "A NINJA +If D=6 +Disp "ELVIS PRESLEY +If D=7 +Disp "YOUR CHILDHOOD","BULLY +If D=8 +Disp "A POLITICIAN +If D≥9 +Disp "A NAZI +If D=10 +Disp "…ZOMBIE! +Pause +If D=3 or D=5 or D=8 +Then +Disp "SNEAK ATTACK!!!!"," -01 HP +H-1→H +Pause +End +If H≤1 +Goto F + +//Battle System +Lbl B +ClrHome +Disp "YOUR MOVE,",Str0 +Input Str1 +If Str1="ATTACK" or Str1="A +1→B +If Str1="MAGIC" or Str1="M +2→B +If Str1="CONFRONT" or Str1="C +3→B +If Str1="RUN" or Str1="R +4→B +If B=0 +Disp "ATTACK OR A","MAGIC OR M","CONFRONT OR C","RUN OR R +If B=0 +Goto B +//Effect Processor +If B=1 +Then +If D<3 or D=6 or D=9 +Then +E-1→E +Disp "DID 1 DMG +End +If D=3 or remainder(D,5)=0 +Then +E-2→E +Disp "DID 2 DMG +End +If D=4 +Then +E-3→E +Disp "DID 3 DMG +End +If D=7 or D=8 +Then +0→E +Disp "WOWZERS! +End +End +If B=2 +Then +If D=1 +Then +E-2→E +Disp "DID 2 DMG +End +If remainder(D,2)=0 and D≠8 +Disp "LOL NOTHING +If D=3 or D=7 +Then +E-4→E +Disp "DID 4 DMG +End +If D=5 +Then +E-5→E +Disp "DID 5 DMG +End +If D=9 +Then +0→E +Disp "WOWZERS! +End +End +If B=3 +Then +If D<3 +Disp "LOL NOTHING +If remainder(D,3)=0 or D=8 +Then +0→E +Disp "WOWZERS! +End +If D=4 +Then +E-1→E +Disp "DID 1 DMG +End +If remainder(D,5)=0 +0→H +If D=7 +Then +E-5→E +Disp "DID 5 DMG +End +End +If B=4 +Then +If D<4 or D=7 +Disp "LOL NOTHING +If remainder(D,2)=0 and D≠2 and D≠10 +Then +0→E +Disp "WOWZERS! +End +If remainder(D,5)=0 or D=9 +0→H +End +Pause + +//Battle Processor +If E>0 +Then +If D=1 and G>1 +Then +G-2→G +Disp "THEY TOOK 2 GOLD +End +If D=2 and G>0 +Then +G-1→G +Disp "THEY TOOK 1 GOLD +End +If T=0 and G≠0 and D=3 +Then +G→T +0→G +Disp "TOOK ALL GOLD! +End +If D=4 +Then +H-1→H +Disp "THEY SUCKED","YOUR BLOOD","EH EH EHH +End +If D=5 +H-1→H +If D=6 +Then +G+1→G +H-1→H +Disp "DID DRUGS","GOT CASH +End +If D=7 +Then +H-1→H +Disp "TOOK 1 DMG +End +If D=8 +Then +H-2→H +Disp "THEY SLEAZED YOU +End +If D>8 +Then +If G>3 +G-4→G +H-2→H +If D≠10 +Disp "UGH NAZIS","YOU'D THINK","WE WON THAT WAR +End +If D=10 +Then +H-1→H +Disp "BASICALLY JUST","A ZOMBIE +End +End +If H<1 +Goto F +If E<1 +T+G→G +If E<1 +0→T +If E<1 +G+10→G +Pause + +//Battle outcome +If E>0 +Disp "ENEMY ALIVE +Disp "HEALTH:",H +Disp "GOLD:",G +If E>0 +Disp "ENEMY HEALTH:",E +Pause +If T≠0 +Disp "THIEF'S LOOT:",T +If E<1 +Goto A +Goto B + +//Death +Lbl F +Disp "GAME OVER, DUDE +Stop + +//Shop +Lbl G +Disp "----------------","STORE OF STORES!","----------------"," 5 GOLD => 1 HP","----------------","BUY +Input Str2 +If Str2="Y" +Then +G-5→G +H+1→H +End +If G<5 or Str2≠"Y +Goto A +Goto G + +//Win +Lbl Z +Disp "----------------"," YOU WON!","---------------- +Pause +Disp "I NEVER EXPECTED","SOMEONE TO","ACTUALLY WIN","THIS GAME,","THANKS FOR","PLAYING" +Pause +ClrHome +Disp "THANKS,",Str0 +Stop \ No newline at end of file From 22cf9f2fe2dc0859ef3298c94500d9ea4ba3963b Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sat, 21 Apr 2018 19:36:23 -0400 Subject: [PATCH 07/32] Add files via upload --- zonk/ZONK.txt | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 250 insertions(+) create mode 100644 zonk/ZONK.txt diff --git a/zonk/ZONK.txt b/zonk/ZONK.txt new file mode 100644 index 0000000..d35826f --- /dev/null +++ b/zonk/ZONK.txt @@ -0,0 +1,250 @@ +Disp "NOW LOADING +0→B +0→D +0→E +randInt(0,50)→G +10→H +100→R +0→T +ClrHome +Disp "----------------","ZONK FOR TI-84+","CREATED BY","DEVEN BLAKE 2018","----------------","ENTER A NAME,","MORTAL +Input Str0 +ClrHome +Disp Str0,"PREPARE TO DIE! +Pause +ClrHome +Lbl A +If R=0 +Goto Z +randInt(1,10)→D +D+4→E +R-1→R +If remainder(100-R,5)=0 and G>4 +Goto G +Disp "ROOM",100-R,"HAS +If D=1 +Disp "A GOBLIN +If D=2 +Disp "AN IMP +If D=3 +Disp "A THIEF +If D=4 +Disp "A VAMPIRE +If D=5 +Disp "A NINJA +If D=6 +Disp "ELVIS PRESLEY +If D=7 +Disp "YOUR CHILDHOOD","BULLY +If D=8 +Disp "A POLITICIAN +If D≥9 +Disp "A NAZI +If D=10 +Disp "…ZOMBIE! +Pause +If D=3 or D=5 or D=8 +Then +Disp "SNEAK ATTACK!!!!"," -01 HP +H-1→H +Pause +End +If H≤1 +Goto F +Lbl B +ClrHome +Disp "YOUR MOVE,",Str0 +Input Str1 +If Str1="ATTACK" or Str1="A +1→B +If Str1="MAGIC" or Str1="M +2→B +If Str1="CONFRONT" or Str1="C +3→B +If Str1="RUN" or Str1="R +4→B +If B=0 +Disp "ATTACK OR A","MAGIC OR M","CONFRONT OR C","RUN OR R +If B=0 +Goto B +If B=1 +Then +If D<3 or D=6 or D=9 +Then +E-1→E +Disp "DID 1 DMG +End +If D=3 or remainder(D,5)=0 +Then +E-2→E +Disp "DID 2 DMG +End +If D=4 +Then +E-3→E +Disp "DID 3 DMG +End +If D=7 or D=8 +Then +0→E +Disp "WOWZERS! +End +End +If B=2 +Then +If D=1 +Then +E-2→E +Disp "DID 2 DMG +End +If remainder(D,2)=0 and D≠8 +Disp "LOL NOTHING +If D=3 or D=7 +Then +E-4→E +Disp "DID 4 DMG +End +If D=5 +Then +E-5→E +Disp "DID 5 DMG +End +If D=9 +Then +0→E +Disp "WOWZERS! +End +End +If B=3 +Then +If D<3 +Disp "LOL NOTHING +If remainder(D,3)=0 or D=8 +Then +0→E +Disp "WOWZERS! +End +If D=4 +Then +E-1→E +Disp "DID 1 DMG +End +If remainder(D,5)=0 +0→H +If D=7 +Then +E-5→E +Disp "DID 5 DMG +End +End +If B=4 +Then +If D<4 or D=7 +Disp "LOL NOTHING +If remainder(D,2)=0 and D≠2 and D≠10 +Then +0→E +Disp "WOWZERS! +End +If remainder(D,5)=0 or D=9 +0→H +End +Pause +If E>0 +Then +If D=1 and G>1 +Then +G-2→G +Disp "THEY TOOK 2 GOLD +End +If D=2 and G>0 +Then +G-1→G +Disp "THEY TOOK 1 GOLD +End +If T=0 and G≠0 and D=3 +Then +G→T +0→G +Disp "TOOK ALL GOLD! +End +If D=4 +Then +H-1→H +Disp "THEY SUCKED","YOUR BLOOD","EH EH EHH +End +If D=5 +H-1→H +If D=6 +Then +G+1→G +H-1→H +Disp "DID DRUGS","GOT CASH +End +If D=7 +Then +H-1→H +Disp "TOOK 1 DMG +End +If D=8 +Then +H-2→H +Disp "THEY SLEAZED YOU +End +If D>8 +Then +If G>3 +G-4→G +H-2→H +If D≠10 +Disp "UGH NAZIS","YOU'D THINK","WE WON THAT WAR +End +If D=10 +Then +H-1→H +Disp "BASICALLY JUST","A ZOMBIE +End +End +If H<1 +Goto F +If E<1 +T+G→G +If E<1 +0→T +If E<1 +G+10→G +Pause +If E>0 +Disp "ENEMY ALIVE +Disp "HEALTH:",H +Disp "GOLD:",G +If E>0 +Disp "ENEMY HEALTH:",E +Pause +If T≠0 +Disp "THIEF'S LOOT:",T +If E<1 +Goto A +Goto B +Lbl F +Disp "GAME OVER, DUDE +Stop +Lbl G +Disp "----------------","STORE OF STORES!","----------------"," 5 GOLD => 1 HP","----------------","BUY +Input Str2 +If Str2="Y" +Then +G-5→G +H+1→H +End +If G<5 or Str2≠"Y +Goto A +Goto G +Lbl Z +Disp "----------------"," YOU WON!","---------------- +Pause +Disp "I NEVER EXPECTED","SOMEONE TO","ACTUALLY WIN","THIS GAME,","THANKS FOR","PLAYING" +Pause +ClrHome +Disp "THANKS,",Str0 +Stop \ No newline at end of file From 1eab1e25537e0e0910654655ead11c46466e2868 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sat, 21 Apr 2018 19:36:57 -0400 Subject: [PATCH 08/32] Add files via upload --- zonk/ZONK.8xp | Bin 0 -> 2171 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 zonk/ZONK.8xp diff --git a/zonk/ZONK.8xp b/zonk/ZONK.8xp new file mode 100644 index 0000000000000000000000000000000000000000..039c32dce0241b1f69729a96d68b9ea6fe7d85f5 GIT binary patch literal 2171 zcmZ`)%Wm676tw}PZ~}CZZCBpTsD?>OvgN|)bjTTz6OkN&99fliU9?4IrM7~8RN+N_ zAYagpx(TEP4Gi=P@(Vq8D9MSd3ZXOiG52xqV>oxF*Y5MLo*xWf-~NX0=hr{HI{E3B z`Hv?-=PU}(!rs>>;pI2&^Ml7lGNbCxNiPsLvltfW|0 zvp}q;h&pVAh*}AC*FhH5B1G8Bj}hWuRITodS@2yt?}&AZEGlaY4t0|7Ox9wlW+C{J zr8dq@NpwVX$xJaMs_msNGrCV?$CKBx7@A5Gqw5)^DPJNaH9H5X^J`Nxgk9%)Ld**= zCw5e^Bs00ntW`)f9_6{0_Pm9m&5bjOkrczPmyK09HFQ4=K)(HZYKyo50KE1UeBCccgXxAQHeAr?k};X*UXg0O0jC+DjmLVF3^Wa} zpPo2xrdemq|D&LBtGgLG9M8$c9R;&BLyfAcQCh=DY8^{ty}3pJZ?$}8pY$^gdWO`q zZR*%Aa*Ab(IK0z2X)M!u8@YG9J5pYHxF7f^&9GyqhMeNY8^x#{2cX89jco~1IyRP7 zlYlSLHk4S_CIK!J_HtA^T#>BVMbJgM*^OT+OO5~CT?*I!NH2#!AbY}hQ%mf}QWq28 zY_6&KGc9wMeal;v7}XI+vVbaXRd*_yjJR8p_>KIg#zSTuZfsnwCGCk-pG@IFVc2a| zi>Z;);=Nc=KkRveYG?7h*go@znwIAtE!OpI!De%8nQXXUDIQI*Mh~$s4`+PBsq~93 z)dCIRYnM{OP}A!TVwlSbRuhL+dg>cl^CrCi Date: Sat, 21 Apr 2018 19:41:51 -0400 Subject: [PATCH 09/32] Delete ZONK.8xp --- zonk/ZONK.8xp | Bin 2171 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 zonk/ZONK.8xp diff --git a/zonk/ZONK.8xp b/zonk/ZONK.8xp deleted file mode 100644 index 039c32dce0241b1f69729a96d68b9ea6fe7d85f5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2171 zcmZ`)%Wm676tw}PZ~}CZZCBpTsD?>OvgN|)bjTTz6OkN&99fliU9?4IrM7~8RN+N_ zAYagpx(TEP4Gi=P@(Vq8D9MSd3ZXOiG52xqV>oxF*Y5MLo*xWf-~NX0=hr{HI{E3B z`Hv?-=PU}(!rs>>;pI2&^Ml7lGNbCxNiPsLvltfW|0 zvp}q;h&pVAh*}AC*FhH5B1G8Bj}hWuRITodS@2yt?}&AZEGlaY4t0|7Ox9wlW+C{J zr8dq@NpwVX$xJaMs_msNGrCV?$CKBx7@A5Gqw5)^DPJNaH9H5X^J`Nxgk9%)Ld**= zCw5e^Bs00ntW`)f9_6{0_Pm9m&5bjOkrczPmyK09HFQ4=K)(HZYKyo50KE1UeBCccgXxAQHeAr?k};X*UXg0O0jC+DjmLVF3^Wa} zpPo2xrdemq|D&LBtGgLG9M8$c9R;&BLyfAcQCh=DY8^{ty}3pJZ?$}8pY$^gdWO`q zZR*%Aa*Ab(IK0z2X)M!u8@YG9J5pYHxF7f^&9GyqhMeNY8^x#{2cX89jco~1IyRP7 zlYlSLHk4S_CIK!J_HtA^T#>BVMbJgM*^OT+OO5~CT?*I!NH2#!AbY}hQ%mf}QWq28 zY_6&KGc9wMeal;v7}XI+vVbaXRd*_yjJR8p_>KIg#zSTuZfsnwCGCk-pG@IFVc2a| zi>Z;);=Nc=KkRveYG?7h*go@znwIAtE!OpI!De%8nQXXUDIQI*Mh~$s4`+PBsq~93 z)dCIRYnM{OP}A!TVwlSbRuhL+dg>cl^CrCi Date: Mon, 23 Apr 2018 07:36:15 -0400 Subject: [PATCH 10/32] Fixed glitch where the health menus didn't show up --- zonk/ZONK - Documented.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zonk/ZONK - Documented.txt b/zonk/ZONK - Documented.txt index 9a53b2c..d56c20a 100644 --- a/zonk/ZONK - Documented.txt +++ b/zonk/ZONK - Documented.txt @@ -57,7 +57,6 @@ Goto F //Battle System Lbl B -ClrHome Disp "YOUR MOVE,",Str0 Input Str1 If Str1="ATTACK" or Str1="A @@ -263,4 +262,4 @@ Disp "I NEVER EXPECTED","SOMEONE TO","ACTUALLY WIN","THIS GAME,","THANKS FOR","P Pause ClrHome Disp "THANKS,",Str0 -Stop \ No newline at end of file +Stop From 81360d4a1ea5d74114f22af901afb8319fa30b3e Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Mon, 23 Apr 2018 07:36:55 -0400 Subject: [PATCH 11/32] Fixed glitch where the health menu didn't show up --- zonk/ZONK.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zonk/ZONK.txt b/zonk/ZONK.txt index d35826f..ad2e699 100644 --- a/zonk/ZONK.txt +++ b/zonk/ZONK.txt @@ -52,7 +52,6 @@ End If H≤1 Goto F Lbl B -ClrHome Disp "YOUR MOVE,",Str0 Input Str1 If Str1="ATTACK" or Str1="A @@ -247,4 +246,4 @@ Disp "I NEVER EXPECTED","SOMEONE TO","ACTUALLY WIN","THIS GAME,","THANKS FOR","P Pause ClrHome Disp "THANKS,",Str0 -Stop \ No newline at end of file +Stop From 9fb272f3ee15e23df86d2939046a7d373e3493b8 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Tue, 1 May 2018 12:30:27 -0400 Subject: [PATCH 12/32] Worked on expansion framework (added toggle) --- zonk/ZONK - Documented.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zonk/ZONK - Documented.txt b/zonk/ZONK - Documented.txt index d56c20a..cd38fe4 100644 --- a/zonk/ZONK - Documented.txt +++ b/zonk/ZONK - Documented.txt @@ -11,6 +11,11 @@ ClrHome Disp "----------------","ZONK FOR TI-84+","CREATED BY","DEVEN BLAKE 2018","----------------","ENTER A NAME,","MORTAL Input Str0 ClrHome +If Str0="EXPAND" +Then +0→Z +prgmZONKENEM +End Disp Str0,"PREPARE TO DIE! Pause ClrHome From cb74583b34965a4fb818a46bf9ee2a3cfcf82f6d Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Tue, 1 May 2018 12:30:41 -0400 Subject: [PATCH 13/32] Delete ZONK.txt --- zonk/ZONK.txt | 249 -------------------------------------------------- 1 file changed, 249 deletions(-) delete mode 100644 zonk/ZONK.txt diff --git a/zonk/ZONK.txt b/zonk/ZONK.txt deleted file mode 100644 index ad2e699..0000000 --- a/zonk/ZONK.txt +++ /dev/null @@ -1,249 +0,0 @@ -Disp "NOW LOADING -0→B -0→D -0→E -randInt(0,50)→G -10→H -100→R -0→T -ClrHome -Disp "----------------","ZONK FOR TI-84+","CREATED BY","DEVEN BLAKE 2018","----------------","ENTER A NAME,","MORTAL -Input Str0 -ClrHome -Disp Str0,"PREPARE TO DIE! -Pause -ClrHome -Lbl A -If R=0 -Goto Z -randInt(1,10)→D -D+4→E -R-1→R -If remainder(100-R,5)=0 and G>4 -Goto G -Disp "ROOM",100-R,"HAS -If D=1 -Disp "A GOBLIN -If D=2 -Disp "AN IMP -If D=3 -Disp "A THIEF -If D=4 -Disp "A VAMPIRE -If D=5 -Disp "A NINJA -If D=6 -Disp "ELVIS PRESLEY -If D=7 -Disp "YOUR CHILDHOOD","BULLY -If D=8 -Disp "A POLITICIAN -If D≥9 -Disp "A NAZI -If D=10 -Disp "…ZOMBIE! -Pause -If D=3 or D=5 or D=8 -Then -Disp "SNEAK ATTACK!!!!"," -01 HP -H-1→H -Pause -End -If H≤1 -Goto F -Lbl B -Disp "YOUR MOVE,",Str0 -Input Str1 -If Str1="ATTACK" or Str1="A -1→B -If Str1="MAGIC" or Str1="M -2→B -If Str1="CONFRONT" or Str1="C -3→B -If Str1="RUN" or Str1="R -4→B -If B=0 -Disp "ATTACK OR A","MAGIC OR M","CONFRONT OR C","RUN OR R -If B=0 -Goto B -If B=1 -Then -If D<3 or D=6 or D=9 -Then -E-1→E -Disp "DID 1 DMG -End -If D=3 or remainder(D,5)=0 -Then -E-2→E -Disp "DID 2 DMG -End -If D=4 -Then -E-3→E -Disp "DID 3 DMG -End -If D=7 or D=8 -Then -0→E -Disp "WOWZERS! -End -End -If B=2 -Then -If D=1 -Then -E-2→E -Disp "DID 2 DMG -End -If remainder(D,2)=0 and D≠8 -Disp "LOL NOTHING -If D=3 or D=7 -Then -E-4→E -Disp "DID 4 DMG -End -If D=5 -Then -E-5→E -Disp "DID 5 DMG -End -If D=9 -Then -0→E -Disp "WOWZERS! -End -End -If B=3 -Then -If D<3 -Disp "LOL NOTHING -If remainder(D,3)=0 or D=8 -Then -0→E -Disp "WOWZERS! -End -If D=4 -Then -E-1→E -Disp "DID 1 DMG -End -If remainder(D,5)=0 -0→H -If D=7 -Then -E-5→E -Disp "DID 5 DMG -End -End -If B=4 -Then -If D<4 or D=7 -Disp "LOL NOTHING -If remainder(D,2)=0 and D≠2 and D≠10 -Then -0→E -Disp "WOWZERS! -End -If remainder(D,5)=0 or D=9 -0→H -End -Pause -If E>0 -Then -If D=1 and G>1 -Then -G-2→G -Disp "THEY TOOK 2 GOLD -End -If D=2 and G>0 -Then -G-1→G -Disp "THEY TOOK 1 GOLD -End -If T=0 and G≠0 and D=3 -Then -G→T -0→G -Disp "TOOK ALL GOLD! -End -If D=4 -Then -H-1→H -Disp "THEY SUCKED","YOUR BLOOD","EH EH EHH -End -If D=5 -H-1→H -If D=6 -Then -G+1→G -H-1→H -Disp "DID DRUGS","GOT CASH -End -If D=7 -Then -H-1→H -Disp "TOOK 1 DMG -End -If D=8 -Then -H-2→H -Disp "THEY SLEAZED YOU -End -If D>8 -Then -If G>3 -G-4→G -H-2→H -If D≠10 -Disp "UGH NAZIS","YOU'D THINK","WE WON THAT WAR -End -If D=10 -Then -H-1→H -Disp "BASICALLY JUST","A ZOMBIE -End -End -If H<1 -Goto F -If E<1 -T+G→G -If E<1 -0→T -If E<1 -G+10→G -Pause -If E>0 -Disp "ENEMY ALIVE -Disp "HEALTH:",H -Disp "GOLD:",G -If E>0 -Disp "ENEMY HEALTH:",E -Pause -If T≠0 -Disp "THIEF'S LOOT:",T -If E<1 -Goto A -Goto B -Lbl F -Disp "GAME OVER, DUDE -Stop -Lbl G -Disp "----------------","STORE OF STORES!","----------------"," 5 GOLD => 1 HP","----------------","BUY -Input Str2 -If Str2="Y" -Then -G-5→G -H+1→H -End -If G<5 or Str2≠"Y -Goto A -Goto G -Lbl Z -Disp "----------------"," YOU WON!","---------------- -Pause -Disp "I NEVER EXPECTED","SOMEONE TO","ACTUALLY WIN","THIS GAME,","THANKS FOR","PLAYING" -Pause -ClrHome -Disp "THANKS,",Str0 -Stop From bef402259c8ecb48ee115117bba3bf868e64e078 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Wed, 9 May 2018 11:32:44 -0400 Subject: [PATCH 14/32] Fixed shop opening before finish --- zonk/ZONK - Documented.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zonk/ZONK - Documented.txt b/zonk/ZONK - Documented.txt index cd38fe4..80f6fef 100644 --- a/zonk/ZONK - Documented.txt +++ b/zonk/ZONK - Documented.txt @@ -27,7 +27,7 @@ Goto Z randInt(1,10)→D D+4→E R-1→R -If remainder(100-R,5)=0 and G>4 +If remainder(100-R,5)=0 and G>4 and G<99 Goto G Disp "ROOM",100-R,"HAS If D=1 From cc0fef74845c6bda1c703e70b590f61a38a195cc Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Wed, 9 May 2018 12:12:44 -0400 Subject: [PATCH 15/32] Finished toggle for mod support --- zonk/ZONK - Documented.txt | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/zonk/ZONK - Documented.txt b/zonk/ZONK - Documented.txt index 80f6fef..b7774e0 100644 --- a/zonk/ZONK - Documented.txt +++ b/zonk/ZONK - Documented.txt @@ -11,11 +11,27 @@ ClrHome Disp "----------------","ZONK FOR TI-84+","CREATED BY","DEVEN BLAKE 2018","----------------","ENTER A NAME,","MORTAL Input Str0 ClrHome -If Str0="EXPAND" +0->M +0->P + +While P=0 + +If M=0 +Disp "1) PLAY","2) ENABLE MODS +If M=1 +Disp "1) PLAY","2) DISABLE MODS +Input A +If A=1 +1->P +If A=2 Then -0→Z -prgmZONKENEM +If M=0 +1->M +If M=1 +0->M End +End + Disp Str0,"PREPARE TO DIE! Pause ClrHome @@ -62,6 +78,7 @@ Goto F //Battle System Lbl B +0->B Disp "YOUR MOVE,",Str0 Input Str1 If Str1="ATTACK" or Str1="A From 95695b8d7e20a4eca37fb55b2cf6a26fc3cbd9f3 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Wed, 9 May 2018 19:00:35 -0400 Subject: [PATCH 16/32] Create ZONK (Mod-Dependent) --- zonk/ZONK (Mod-Dependent) | 287 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 287 insertions(+) create mode 100644 zonk/ZONK (Mod-Dependent) diff --git a/zonk/ZONK (Mod-Dependent) b/zonk/ZONK (Mod-Dependent) new file mode 100644 index 0000000..46de74f --- /dev/null +++ b/zonk/ZONK (Mod-Dependent) @@ -0,0 +1,287 @@ +//Initial setup +Disp "NOW LOADING +0→B +0→D +0→E +randInt(0,50)→G +10→H +100→R +0→T +ClrHome +Disp "----------------","ZONK FOR TI-84+","CREATED BY","DEVEN BLAKE 2018","----------------","ENTER A NAME,","MORTAL +Input Str0 +ClrHome +0->M +0->P + +While P=0 + +If M=0 +Disp "1) PLAY","2) ENABLE MODS +If M=1 +Disp "1) PLAY","2) DISABLE MODS +Input A +If A=1 +1->P +If A=2 +Then +If M=0 +1->M +If M=1 +0->M +End +End + +Disp Str0,"PREPARE TO DIE! +Pause +ClrHome + +//Scenario chooser +Lbl A +If R=0 +Goto Z +randInt(1,10)→D +D+4→E +R-1→R +If remainder(100-R,5)=0 and G>4 and G<99 +Goto G +Disp "ROOM",100-R,"HAS +If D=1 +Disp "A GOBLIN +If D=2 +Disp "AN IMP +If D=3 +Disp "A THIEF +If D=4 +Disp "A VAMPIRE +If D=5 +Disp "A NINJA +If D=6 +Disp "ELVIS PRESLEY +If D=7 +Disp "YOUR CHILDHOOD","BULLY +If D=8 +Disp "A POLITICIAN +If D≥9 +Disp "A NAZI +If D=10 +Disp "…ZOMBIE! +Pause +If D=3 or D=5 or D=8 +Then +Disp "SNEAK ATTACK!!!!"," -01 HP +H-1→H +Pause +End +If H≤1 +Goto F + +//Battle System +Lbl B +0->B +Disp "YOUR MOVE,",Str0 +Input Str1 +If Str1="ATTACK" or Str1="A +1→B +If Str1="MAGIC" or Str1="M +2→B +If Str1="CONFRONT" or Str1="C +3→B +If Str1="RUN" or Str1="R +4→B +If B=0 +Disp "ATTACK OR A","MAGIC OR M","CONFRONT OR C","RUN OR R +If B=0 +Goto B +//Effect Processor +If B=1 +Then +If D<3 or D=6 or D=9 +Then +E-1→E +Disp "DID 1 DMG +End +If D=3 or remainder(D,5)=0 +Then +E-2→E +Disp "DID 2 DMG +End +If D=4 +Then +E-3→E +Disp "DID 3 DMG +End +If D=7 or D=8 +Then +0→E +Disp "WOWZERS! +End +End +If B=2 +Then +If D=1 +Then +E-2→E +Disp "DID 2 DMG +End +If remainder(D,2)=0 and D≠8 +Disp "LOL NOTHING +If D=3 or D=7 +Then +E-4→E +Disp "DID 4 DMG +End +If D=5 +Then +E-5→E +Disp "DID 5 DMG +End +If D=9 +Then +0→E +Disp "WOWZERS! +End +End +If B=3 +Then +If D<3 +Disp "LOL NOTHING +If remainder(D,3)=0 or D=8 +Then +0→E +Disp "WOWZERS! +End +If D=4 +Then +E-1→E +Disp "DID 1 DMG +End +If remainder(D,5)=0 +0→H +If D=7 +Then +E-5→E +Disp "DID 5 DMG +End +End +If B=4 +Then +If D<4 or D=7 +Disp "LOL NOTHING +If remainder(D,2)=0 and D≠2 and D≠10 +Then +0→E +Disp "WOWZERS! +End +If remainder(D,5)=0 or D=9 +0→H +End +Pause + +//Battle Processor +If E>0 +Then +If D=1 and G>1 +Then +G-2→G +Disp "THEY TOOK 2 GOLD +End +If D=2 and G>0 +Then +G-1→G +Disp "THEY TOOK 1 GOLD +End +If T=0 and G≠0 and D=3 +Then +G→T +0→G +Disp "TOOK ALL GOLD! +End +If D=4 +Then +H-1→H +Disp "THEY SUCKED","YOUR BLOOD","EH EH EHH +End +If D=5 +H-1→H +If D=6 +Then +G+1→G +H-1→H +Disp "DID DRUGS","GOT CASH +End +If D=7 +Then +H-1→H +Disp "TOOK 1 DMG +End +If D=8 +Then +H-2→H +Disp "THEY SLEAZED YOU +End +If D>8 +Then +If G>3 +G-4→G +H-2→H +If D≠10 +Disp "UGH NAZIS","YOU'D THINK","WE WON THAT WAR +End +If D=10 +Then +H-1→H +Disp "BASICALLY JUST","A ZOMBIE +End +End +If H<1 +Goto F +If E<1 +T+G→G +If E<1 +0→T +If E<1 +G+10→G +Pause + +//Battle outcome +If E>0 +Disp "ENEMY ALIVE +Disp "HEALTH:",H +Disp "GOLD:",G +If E>0 +Disp "ENEMY HEALTH:",E +Pause +If T≠0 +Disp "THIEF'S LOOT:",T +If E<1 +Goto A +Goto B + +//Death +Lbl F +Disp "GAME OVER, DUDE +Stop + +//Shop +Lbl G +Disp "----------------","STORE OF STORES!","----------------"," 5 GOLD => 1 HP","----------------","BUY +Input Str2 +If Str2="Y" +Then +G-5→G +H+1→H +End +If G<5 or Str2≠"Y +Goto A +Goto G + +//Win +Lbl Z +Disp "----------------"," YOU WON!","---------------- +Pause +Disp "I NEVER EXPECTED","SOMEONE TO","ACTUALLY WIN","THIS GAME,","THANKS FOR","PLAYING" +Pause +ClrHome +Disp "THANKS,",Str0 +Stop From 36a6861291175004d1a828081e40c02345bfa707 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Wed, 9 May 2018 19:01:27 -0400 Subject: [PATCH 17/32] Rename ZONK (Mod-Dependent) to ZONK (Mod-Dependent).txt --- zonk/{ZONK (Mod-Dependent) => ZONK (Mod-Dependent).txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename zonk/{ZONK (Mod-Dependent) => ZONK (Mod-Dependent).txt} (100%) diff --git a/zonk/ZONK (Mod-Dependent) b/zonk/ZONK (Mod-Dependent).txt similarity index 100% rename from zonk/ZONK (Mod-Dependent) rename to zonk/ZONK (Mod-Dependent).txt From 58930698c9fa66fc9dd4230967cbc96a08a94652 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Wed, 9 May 2018 19:06:59 -0400 Subject: [PATCH 18/32] Create ZONKENEM - Documented.txt --- zonk/ZONKENEM - Documented.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 zonk/ZONKENEM - Documented.txt diff --git a/zonk/ZONKENEM - Documented.txt b/zonk/ZONKENEM - Documented.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/zonk/ZONKENEM - Documented.txt @@ -0,0 +1 @@ + From 84ca2541b5e149a1730fe81efc89b43f0022e0d9 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Thu, 10 May 2018 19:28:23 -0400 Subject: [PATCH 19/32] Delete ZONK (Mod-Dependent).txt --- zonk/ZONK (Mod-Dependent).txt | 287 ---------------------------------- 1 file changed, 287 deletions(-) delete mode 100644 zonk/ZONK (Mod-Dependent).txt diff --git a/zonk/ZONK (Mod-Dependent).txt b/zonk/ZONK (Mod-Dependent).txt deleted file mode 100644 index 46de74f..0000000 --- a/zonk/ZONK (Mod-Dependent).txt +++ /dev/null @@ -1,287 +0,0 @@ -//Initial setup -Disp "NOW LOADING -0→B -0→D -0→E -randInt(0,50)→G -10→H -100→R -0→T -ClrHome -Disp "----------------","ZONK FOR TI-84+","CREATED BY","DEVEN BLAKE 2018","----------------","ENTER A NAME,","MORTAL -Input Str0 -ClrHome -0->M -0->P - -While P=0 - -If M=0 -Disp "1) PLAY","2) ENABLE MODS -If M=1 -Disp "1) PLAY","2) DISABLE MODS -Input A -If A=1 -1->P -If A=2 -Then -If M=0 -1->M -If M=1 -0->M -End -End - -Disp Str0,"PREPARE TO DIE! -Pause -ClrHome - -//Scenario chooser -Lbl A -If R=0 -Goto Z -randInt(1,10)→D -D+4→E -R-1→R -If remainder(100-R,5)=0 and G>4 and G<99 -Goto G -Disp "ROOM",100-R,"HAS -If D=1 -Disp "A GOBLIN -If D=2 -Disp "AN IMP -If D=3 -Disp "A THIEF -If D=4 -Disp "A VAMPIRE -If D=5 -Disp "A NINJA -If D=6 -Disp "ELVIS PRESLEY -If D=7 -Disp "YOUR CHILDHOOD","BULLY -If D=8 -Disp "A POLITICIAN -If D≥9 -Disp "A NAZI -If D=10 -Disp "…ZOMBIE! -Pause -If D=3 or D=5 or D=8 -Then -Disp "SNEAK ATTACK!!!!"," -01 HP -H-1→H -Pause -End -If H≤1 -Goto F - -//Battle System -Lbl B -0->B -Disp "YOUR MOVE,",Str0 -Input Str1 -If Str1="ATTACK" or Str1="A -1→B -If Str1="MAGIC" or Str1="M -2→B -If Str1="CONFRONT" or Str1="C -3→B -If Str1="RUN" or Str1="R -4→B -If B=0 -Disp "ATTACK OR A","MAGIC OR M","CONFRONT OR C","RUN OR R -If B=0 -Goto B -//Effect Processor -If B=1 -Then -If D<3 or D=6 or D=9 -Then -E-1→E -Disp "DID 1 DMG -End -If D=3 or remainder(D,5)=0 -Then -E-2→E -Disp "DID 2 DMG -End -If D=4 -Then -E-3→E -Disp "DID 3 DMG -End -If D=7 or D=8 -Then -0→E -Disp "WOWZERS! -End -End -If B=2 -Then -If D=1 -Then -E-2→E -Disp "DID 2 DMG -End -If remainder(D,2)=0 and D≠8 -Disp "LOL NOTHING -If D=3 or D=7 -Then -E-4→E -Disp "DID 4 DMG -End -If D=5 -Then -E-5→E -Disp "DID 5 DMG -End -If D=9 -Then -0→E -Disp "WOWZERS! -End -End -If B=3 -Then -If D<3 -Disp "LOL NOTHING -If remainder(D,3)=0 or D=8 -Then -0→E -Disp "WOWZERS! -End -If D=4 -Then -E-1→E -Disp "DID 1 DMG -End -If remainder(D,5)=0 -0→H -If D=7 -Then -E-5→E -Disp "DID 5 DMG -End -End -If B=4 -Then -If D<4 or D=7 -Disp "LOL NOTHING -If remainder(D,2)=0 and D≠2 and D≠10 -Then -0→E -Disp "WOWZERS! -End -If remainder(D,5)=0 or D=9 -0→H -End -Pause - -//Battle Processor -If E>0 -Then -If D=1 and G>1 -Then -G-2→G -Disp "THEY TOOK 2 GOLD -End -If D=2 and G>0 -Then -G-1→G -Disp "THEY TOOK 1 GOLD -End -If T=0 and G≠0 and D=3 -Then -G→T -0→G -Disp "TOOK ALL GOLD! -End -If D=4 -Then -H-1→H -Disp "THEY SUCKED","YOUR BLOOD","EH EH EHH -End -If D=5 -H-1→H -If D=6 -Then -G+1→G -H-1→H -Disp "DID DRUGS","GOT CASH -End -If D=7 -Then -H-1→H -Disp "TOOK 1 DMG -End -If D=8 -Then -H-2→H -Disp "THEY SLEAZED YOU -End -If D>8 -Then -If G>3 -G-4→G -H-2→H -If D≠10 -Disp "UGH NAZIS","YOU'D THINK","WE WON THAT WAR -End -If D=10 -Then -H-1→H -Disp "BASICALLY JUST","A ZOMBIE -End -End -If H<1 -Goto F -If E<1 -T+G→G -If E<1 -0→T -If E<1 -G+10→G -Pause - -//Battle outcome -If E>0 -Disp "ENEMY ALIVE -Disp "HEALTH:",H -Disp "GOLD:",G -If E>0 -Disp "ENEMY HEALTH:",E -Pause -If T≠0 -Disp "THIEF'S LOOT:",T -If E<1 -Goto A -Goto B - -//Death -Lbl F -Disp "GAME OVER, DUDE -Stop - -//Shop -Lbl G -Disp "----------------","STORE OF STORES!","----------------"," 5 GOLD => 1 HP","----------------","BUY -Input Str2 -If Str2="Y" -Then -G-5→G -H+1→H -End -If G<5 or Str2≠"Y -Goto A -Goto G - -//Win -Lbl Z -Disp "----------------"," YOU WON!","---------------- -Pause -Disp "I NEVER EXPECTED","SOMEONE TO","ACTUALLY WIN","THIS GAME,","THANKS FOR","PLAYING" -Pause -ClrHome -Disp "THANKS,",Str0 -Stop From 9c64cd54c37613d5e65e18294715b0f4aaa4d85d Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Thu, 10 May 2018 19:28:34 -0400 Subject: [PATCH 20/32] Delete ZONKENEM - Documented.txt --- zonk/ZONKENEM - Documented.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 zonk/ZONKENEM - Documented.txt diff --git a/zonk/ZONKENEM - Documented.txt b/zonk/ZONKENEM - Documented.txt deleted file mode 100644 index 8b13789..0000000 --- a/zonk/ZONKENEM - Documented.txt +++ /dev/null @@ -1 +0,0 @@ - From 5384a7422db2f46d58e762aba91b1e6ae45e76a1 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Thu, 10 May 2018 19:28:58 -0400 Subject: [PATCH 21/32] Rename ZONK - Documented.txt to ZONK.txt --- zonk/{ZONK - Documented.txt => ZONK.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename zonk/{ZONK - Documented.txt => ZONK.txt} (100%) diff --git a/zonk/ZONK - Documented.txt b/zonk/ZONK.txt similarity index 100% rename from zonk/ZONK - Documented.txt rename to zonk/ZONK.txt From 214740a06e3686c7a9e199de355e428b25121d62 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Thu, 10 May 2018 19:34:04 -0400 Subject: [PATCH 22/32] update not finished --- zonk/README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/zonk/README.md b/zonk/README.md index 170d954..4a0e8bb 100644 --- a/zonk/README.md +++ b/zonk/README.md @@ -1,15 +1,4 @@ # ZONK ZONK for the TI-83+. -## The files: -- License: - -The license. All you gotta know about it is that when sharing this, you have to credit me (Deven Blake) and make sure you share this with the same license. No sharing for profit. -- ZONK - Documented: - -This is the one that's marked down and stuff. -- ZONK: - -This is the one that's buildable. - -See the releases page for the release, complete with the 8XP file for direct transfer to your calculator. +See the releases page for the release, complete with the 8XP file for direct transfer to your calculator. Alternatively, you can download the code, edit out the comments, download [TokensIDE](https://www.ticalc.org/archives/files/fileinfo/433/43315.html "ticalc.org"), use it to build the program, From 641a3d65e55c0edde1195024fa74700aadabb09b Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Thu, 10 May 2018 19:50:35 -0400 Subject: [PATCH 23/32] Update README.md --- zonk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zonk/README.md b/zonk/README.md index 4a0e8bb..fab6d8d 100644 --- a/zonk/README.md +++ b/zonk/README.md @@ -1,4 +1,4 @@ # ZONK ZONK for the TI-83+. -See the releases page for the release, complete with the 8XP file for direct transfer to your calculator. Alternatively, you can download the code, edit out the comments, download [TokensIDE](https://www.ticalc.org/archives/files/fileinfo/433/43315.html "ticalc.org"), use it to build the program, +See the releases page for the release, complete with the 8XP file for direct transfer to your calculator. Alternatively, you can download the code, edit out the comments, use [TokensIDE](https://www.ticalc.org/archives/files/fileinfo/433/43315.html "ticalc.org") to build the program into an IDE, and then use [TI-Connect](https://education.ti.com/en/products/computer-software/ti-connect-sw "ti.com") to transfer that to a real calculator. From 29307bb5d9fddc8a58facc5c269e4998793650d8 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Thu, 10 May 2018 19:56:45 -0400 Subject: [PATCH 24/32] Vanilla-ize ZONK No more mods for this branch. --- zonk/ZONK.txt | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/zonk/ZONK.txt b/zonk/ZONK.txt index b7774e0..3f2c8f4 100644 --- a/zonk/ZONK.txt +++ b/zonk/ZONK.txt @@ -11,27 +11,6 @@ ClrHome Disp "----------------","ZONK FOR TI-84+","CREATED BY","DEVEN BLAKE 2018","----------------","ENTER A NAME,","MORTAL Input Str0 ClrHome -0->M -0->P - -While P=0 - -If M=0 -Disp "1) PLAY","2) ENABLE MODS -If M=1 -Disp "1) PLAY","2) DISABLE MODS -Input A -If A=1 -1->P -If A=2 -Then -If M=0 -1->M -If M=1 -0->M -End -End - Disp Str0,"PREPARE TO DIE! Pause ClrHome From d7332b42191a1a7292c9c2790a3a106e00a6f77c Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Fri, 11 May 2018 17:46:27 -0400 Subject: [PATCH 25/32] unweirdified name input --- zonk/ZONK.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zonk/ZONK.txt b/zonk/ZONK.txt index 3f2c8f4..e6151c5 100644 --- a/zonk/ZONK.txt +++ b/zonk/ZONK.txt @@ -9,7 +9,7 @@ randInt(0,50)→G 0→T ClrHome Disp "----------------","ZONK FOR TI-84+","CREATED BY","DEVEN BLAKE 2018","----------------","ENTER A NAME,","MORTAL -Input Str0 +Input "> ",Str0 ClrHome Disp Str0,"PREPARE TO DIE! Pause From 254de599d4bde4bc36e84713c22367a52a751ad9 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Fri, 11 May 2018 17:47:43 -0400 Subject: [PATCH 26/32] Update README.md --- zonk/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zonk/README.md b/zonk/README.md index fab6d8d..50c8cb4 100644 --- a/zonk/README.md +++ b/zonk/README.md @@ -2,3 +2,5 @@ ZONK for the TI-83+. See the releases page for the release, complete with the 8XP file for direct transfer to your calculator. Alternatively, you can download the code, edit out the comments, use [TokensIDE](https://www.ticalc.org/archives/files/fileinfo/433/43315.html "ticalc.org") to build the program into an IDE, and then use [TI-Connect](https://education.ti.com/en/products/computer-software/ti-connect-sw "ti.com") to transfer that to a real calculator. + +This is the original vanilla version of ZONK, go to the mods branch for more fun. From 1277502b4b71cdbafb829f8fd2e3047f04173b35 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sat, 12 May 2018 13:13:19 -0400 Subject: [PATCH 27/32] unweirdified battle input --- zonk/ZONK.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zonk/ZONK.txt b/zonk/ZONK.txt index e6151c5..f845c55 100644 --- a/zonk/ZONK.txt +++ b/zonk/ZONK.txt @@ -59,7 +59,7 @@ Goto F Lbl B 0->B Disp "YOUR MOVE,",Str0 -Input Str1 +Input "> ",Str1 If Str1="ATTACK" or Str1="A 1→B If Str1="MAGIC" or Str1="M From d9a9546fd311d61f812b7f1c231cd74a49aa7db5 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sat, 12 May 2018 13:52:36 -0400 Subject: [PATCH 28/32] Update README.md --- zonk/README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/zonk/README.md b/zonk/README.md index 50c8cb4..4322020 100644 --- a/zonk/README.md +++ b/zonk/README.md @@ -1,6 +1,27 @@ # ZONK ZONK for the TI-83+. -See the releases page for the release, complete with the 8XP file for direct transfer to your calculator. Alternatively, you can download the code, edit out the comments, use [TokensIDE](https://www.ticalc.org/archives/files/fileinfo/433/43315.html "ticalc.org") to build the program into an IDE, and then use [TI-Connect](https://education.ti.com/en/products/computer-software/ti-connect-sw "ti.com") to transfer that to a real calculator. +## Installation -This is the original vanilla version of ZONK, go to the mods branch for more fun. +### Required software: +- [TI-Connect](https://education.ti.com/en/products/computer-software/ti-connect-sw "ti.com") + +### Installing a release: +01. Go to the releases page and grab ZONK.8xp. +03. Install TI-Connect. +04. Plug in your calculator. +05. Open TI-Connect. +06. Open your file explorer and navigate to the directory with ZONK in it. +07. Copy ZONK to your calculator. +08. Wait for the copy process to finish and wait an additional ten seconds for TI-Connect to finish calibration. +09. Unplug your calculator. +10. Enjoy your game! + +## Compatibility +TI-83 - Unsupported + +TI-83+ - Should work; untested + +TI-84+ - Tested working + +TI-84+ SE - Should work; untested From a724b7eb169ceaa3aa2174666b918d9785b3124f Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sat, 12 May 2018 16:19:08 -0400 Subject: [PATCH 29/32] Ignore this one, it's for classification --- zonk/github-language-flag.8xp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 zonk/github-language-flag.8xp diff --git a/zonk/github-language-flag.8xp b/zonk/github-language-flag.8xp new file mode 100644 index 0000000..7159993 --- /dev/null +++ b/zonk/github-language-flag.8xp @@ -0,0 +1,2 @@ +// This is just so ZONK is classified as a "TI Program" in Github. +// You can go ahead and ignore this. From c7529722fa7e9159445cd18839ceecb8d187ffb4 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Tue, 15 May 2018 10:54:18 -0400 Subject: [PATCH 30/32] Fixed instruction issues --- zonk/ZONK.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zonk/ZONK.txt b/zonk/ZONK.txt index f845c55..226f959 100644 --- a/zonk/ZONK.txt +++ b/zonk/ZONK.txt @@ -69,7 +69,7 @@ If Str1="CONFRONT" or Str1="C If Str1="RUN" or Str1="R 4→B If B=0 -Disp "ATTACK OR A","MAGIC OR M","CONFRONT OR C","RUN OR R +Disp "","ATTACK OR A","MAGIC OR M","CONFRONT OR C","RUN OR R If B=0 Goto B //Effect Processor From abbab739689e610513cb9588bca150f667751430 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Tue, 15 May 2018 12:22:16 -0400 Subject: [PATCH 31/32] Update ZONK.txt --- zonk/ZONK.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zonk/ZONK.txt b/zonk/ZONK.txt index 226f959..f845c55 100644 --- a/zonk/ZONK.txt +++ b/zonk/ZONK.txt @@ -69,7 +69,7 @@ If Str1="CONFRONT" or Str1="C If Str1="RUN" or Str1="R 4→B If B=0 -Disp "","ATTACK OR A","MAGIC OR M","CONFRONT OR C","RUN OR R +Disp "ATTACK OR A","MAGIC OR M","CONFRONT OR C","RUN OR R If B=0 Goto B //Effect Processor From b98b8f85e0578f2460e7ecbd144e3441da3dc9a7 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sun, 20 May 2018 13:25:49 -0400 Subject: [PATCH 32/32] Update README.md --- zonk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zonk/README.md b/zonk/README.md index 4322020..a5e847b 100644 --- a/zonk/README.md +++ b/zonk/README.md @@ -1,5 +1,5 @@ # ZONK -ZONK for the TI-83+. +ZONK for the TI-83+. [It has a Wiki too, by the way.](https://github.com/RandomGuyDTB/ZONK/wiki "This is where it is.") ## Installation