Jump to content

Yahtzee(mega)


Recommended Posts

would't it be easier to write it in another language (I dont think autoit is made for games)

HI,

maybe ... Wouldn't it be easier to download an almost complete version? :(

If I got time and motivation, I'll start to script a new version some day in Autoit. :shocked:

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

  • 8 months later...

hallo,

ich weiß nicht, ob du noch dran arbeitest, aber hier ein paar vorschläge:

- mach den ersten wurf nicht automatisch, das verwirrt sehr ! (man ist heiß auf drei würfe und nicht nur zwei :))

- die okay buttons einsparen, klick auf das label sollte reichen !

- das gui: wenn du die ecken rundest, solltest du auch die title und menubar weglassen. mach ein popup fenster und ein contextmenü (rechtsklick). sieht besser aus.

- bevor du einen yatzee abjubelst, gib einem wenigstens kurz mal die chance, den wurf zu sehen. das kommt sehr überraschend, wenn mans gleich beim ersten wurf schafft oder vorher nur ein würfel richtig ist.

- würfel: augen nicht so am rand, und lass sie doch ein wenig rollen....

- background: zu dunkel

sehr schön: die vorgeschlagenen alternativen

ich wollte auch schon immer so ein ding machen....

funzt aber sehr prima so !

j.

Spoiler

I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.OixB7.jpgDon't forget this IP: 213.251.145.96

 

Link to comment
Share on other sites

hallo,

ich weiß nicht, ob du noch dran arbeitest, aber hier ein paar vorschläge:

- mach den ersten wurf nicht automatisch, das verwirrt sehr ! (man ist heiß auf drei würfe und nicht nur zwei :) )

- die okay buttons einsparen, klick auf das label sollte reichen !

- das gui: wenn du die ecken rundest, solltest du auch die title und menubar weglassen. mach ein popup fenster und ein contextmenü (rechtsklick). sieht besser aus.

- bevor du einen yatzee abjubelst, gib einem wenigstens kurz mal die chance, den wurf zu sehen. das kommt sehr überraschend, wenn mans gleich beim ersten wurf schafft oder vorher nur ein würfel richtig ist.

- würfel: augen nicht so am rand, und lass sie doch ein wenig rollen....

- background: zu dunkel

sehr schön: die vorgeschlagenen alternativen

ich wollte auch schon immer so ein ding machen....

funzt aber sehr prima so !

j.

HI,

many thanks! Currently I'm not working on version 2.0. But, there some ideas which I collected for a new version. So, maybe I'll start it one day.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

I have a minor bug to report. When I restart from the menu, the points in the Numbers column do not reset.

David Nuttall
Nuttall Computer Consulting

An Aquarius born during the Age of Aquarius

AutoIt allows me to re-invent the wheel so much faster.

I'm off to write a wizard, a wonderful wizard of odd...

Link to comment
Share on other sites

I have a minor bug to report. When I restart from the menu, the points in the Numbers column do not reset.

Hi,

do you an screenshot? Or can you reproduce it? It works for me. But maybe you restarted to early to much. You have only 3 chances to restart then you'll have to do three rolls to go ahead. That is a cheating stop. Otherwise, you can press F3 until you start with a Yahtzee. :)

So long,

Mega

Edited by Xenobiologist

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Hi,

do you an screenshot? Or can you reproduce it? It works for me. But maybe you restarted to early to much. You have only 3 chances to restart then you'll have to do three rolls to go ahead. That is a cheating stop. Otherwise, you can press F3 until you start with a Yahtzee. :)

So long,

Mega

See attachment for a screenshot. I had just clicked on Restart before taking this image. I had just thought Restart would start a new game, throwing away all the old values. Clearly this is not the case. I think Undo should be used for going back. For example, "I did not mean to put the score there; I meant over here." or "Oh why did I click roll? I actually had a small straight."

Yahtzee.bmp

David Nuttall
Nuttall Computer Consulting

An Aquarius born during the Age of Aquarius

AutoIt allows me to re-invent the wheel so much faster.

I'm off to write a wizard, a wonderful wizard of odd...

Link to comment
Share on other sites

See attachment for a screenshot. I had just clicked on Restart before taking this image. I had just thought Restart would start a new game, throwing away all the old values. Clearly this is not the case....

The screenshot you have appears correct to me

If you look at the dice there are - one 2, one 4, two 5, one 6 and that should look ike this

Ones = 0

Twos = 2

Threes = 0

Fours = 4

Fives = 10

Sixes = 6

All of the above "OK" buttons are available ( none are used )

If you take "chance" that = 22

Your total points are "0"

Posted Image

I think Undo should be used for going back. For example, "I did not mean to put the score there; I meant over here." or "Oh why did I click roll? I actually had a small straight."

I like that idea

8)

Edited by Valuater

NEWHeader1.png

Link to comment
Share on other sites

Ok, I just realized that the problem exists between keyboard and chair but not in the program. Never mind. The program behaves in the way it should around Restart. I however, was not really paying attention. NO BUG. :) The numbers it was displaying were the potential scores, not the current scores, which have a green background. Sorry to bug you about this.

David Nuttall
Nuttall Computer Consulting

An Aquarius born during the Age of Aquarius

AutoIt allows me to re-invent the wheel so much faster.

I'm off to write a wizard, a wonderful wizard of odd...

Link to comment
Share on other sites

Looks good considering autoit isent made for games.

Hi,

yes it is.

@Nutster : Really - No problem.

@Valuater : Yes, I know about that. It happens when you roll too fast. :)

Let me see whether I can fix it or just start working on a complete new version someday.

Thanks for feedback folks.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...