Z-ZEE (Awfully Similar to Yahtzee)

General games-related topics
User avatar
sanello
Posts: 100
Joined: Sat Jul 23, 2022 9:26 pm

Re: Z-ZEE (Awfully Similar to Yahtzee)

Post by sanello »

I was playing the "Final" release when I rolled 5 2 3 1 4, so I thought I'd go for a large straight. I started choosing the 2 then the 3 when I suddenly realized I already had a large straight! Hurray for me! So, naturally I chose to press 6 for all and then pressed enter. To my chagrin, the 2 and 3 I chose previously started rolling because they were toggled off. I was so sad not to get my large straight. All doesn't mean all. :? I hope I don't make that mistake over and over and over again because that would be very frustrating to an end user. :cry:
-sanello
Moggy
Posts: 3231
Joined: Wed Jun 18, 2008 2:00 pm

Re: Z-ZEE (Awfully Similar to Yahtzee)

Post by Moggy »

It does the same on the last release too.

it will always toggle off dice already toggled when you press 6.
If I want to toggle say 5 dice I press 6 to select all then press the one I don't want rather than pressing 5 separate dice.
User avatar
sanello
Posts: 100
Joined: Sat Jul 23, 2022 9:26 pm

Re: Z-ZEE (Awfully Similar to Yahtzee)

Post by sanello »

All should be on with all. If we want toggle, let's put toggle. See why in my scenario. The scenario that every person I have showed this to in my personal sphere takes issue with. I actually had an all choice originally but took it off since the original was so slow.
-sanello
User avatar
sanello
Posts: 100
Joined: Sat Jul 23, 2022 9:26 pm

Re: Z-ZEE (Awfully Similar to Yahtzee)

Post by sanello »

Moggy wrote: Sun Aug 07, 2022 3:38 pm It does the same on the last release too.

it will always toggle off dice already toggled when you press 6.
If I want to toggle say 5 dice I press 6 to select all then press the one I don't want rather than pressing 5 separate dice.
You can do exactly that with my suggestion too. On the "Final" release if you press 2 and then all, 2 will turn off.
-sanello
User avatar
XavSnap
Posts: 1940
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: Z-ZEE (Awfully Similar to Yahtzee)

Post by XavSnap »

:lol:

Yes it's a XOR selector...
Just select 0 and 6
0=RESET
6=XOR ALL SELECTED.

It's better to select the bad value, "6" will select the good values.

Code: Select all

  5000 FOR B=1 TO 5
  5010 LET K(B)=NOT K(B)
  5020 PRINT AT 20,1+(B-1)*6;"¿¿¿¶" AND K(B);"¸¸¸¶"AND NOT K(B)
  5030 NEXT B
  5050 GOTO 1060
instead of:

Code: Select all

  5000 FOR B=1 TO 5
  5010 LET K(B)=1
  5020 PRINT AT 20,1+(B-1)*6;"¿¿¿¶"
  5030 NEXT B
  5050 GOTO 1060
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
User avatar
XavSnap
Posts: 1940
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: Z-ZEE (Awfully Similar to Yahtzee)

Post by XavSnap »

Hurray for me! So, naturally I chose to press 6
:oops:
(... was my rabbit! surrender now...)

Yes, i will change it... "ALL" is the wrong name...
I will put the XOR On the "9" key.
0=clear
6= All selected
9=swap all choice
Last edited by XavSnap on Sun Aug 07, 2022 9:11 pm, edited 1 time in total.
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
User avatar
XavSnap
Posts: 1940
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: Z-ZEE (Awfully Similar to Yahtzee)

Post by XavSnap »

J'espère que c'est vraiment la fin !
Not at all...
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
User avatar
XavSnap
Posts: 1940
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: Z-ZEE (Awfully Similar to Yahtzee)

Post by XavSnap »

HI,

Cap0006.jpg

Final Release update 1.001:
[edit Updated]
Last edited by XavSnap on Mon Aug 08, 2022 4:00 am, edited 1 time in total.
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
User avatar
sanello
Posts: 100
Joined: Sat Jul 23, 2022 9:26 pm

Re: Z-ZEE (Awfully Similar to Yahtzee)

Post by sanello »

Compromise is good! You think Hasbro Gaming® would mind if we sell it now? :D :lol:
-sanello
User avatar
sanello
Posts: 100
Joined: Sat Jul 23, 2022 9:26 pm

Re: Z-ZEE (Awfully Similar to Yahtzee)

Post by sanello »

XavSnap wrote: Sun Aug 07, 2022 9:45 pm HI,


Cap0006.jpg


Final Release update 1.001:
ZZEE_FinalRelease.P
uh oh. Play again does not reset the game board.
-sanello
Post Reply