Page 2 of 3
Posted: Sun Jul 20, 2008 10:44 am
by Derek
Rook, just downloaded your latest version and all I'm not getting the board displayed.

Posted: Sun Jul 20, 2008 1:51 pm
by Sparkie
Works here but the Player/CPU count is not being displayed.
Posted: Sun Jul 20, 2008 1:57 pm
by Derek
I'm trying this on a Vista computer, don't know if this is the problem. Incidently, if I click anywhere where the board is supposed to be then I do get a click from the speaker like something is being reacted to.
Posted: Sun Jul 20, 2008 2:06 pm
by Sparkie
What is the Iditoflag all about?
What are the Red/Green arrows at the right side of the screen used for?
Can you make winning the game more difficult? I am still winning 90% of the time and you know how much I like a challenge.

Posted: Sun Jul 20, 2008 2:14 pm
by Rook Zimbabwe
Is there a limit to the number of sprites that can be displayed? At a max there would be 116 sprites on the screen. I can cut that back... I think...
No idea why you would not see the tiles...
The counts and the level are a part of a PBFont package... I hate the overhead anyway... gonna try to cut them out.
IDIOTFLAG is the flag that shows the AI took the easy way out instead of looking for the location that would garner the most tiles. It is still pretty random even in that because if that location is closer to topleft corner... it wil be taken
Arrows control randomness of AI idiocy... lower number... allegedly more mistakes...
Trying to figure out how to make it harder, but the nature of the game is too easy for most.
I am going to limit the number of PASS you can push to 2...

Posted: Sun Jul 20, 2008 2:24 pm
by Rook Zimbabwe
OK Delta Version is on first download link... DEREK that "may" fix some of your issues...
Posted: Sun Jul 20, 2008 3:09 pm
by Demivec
Rook Zimbabwe wrote:OK Delta Version is on first download link... DEREK that "may" fix some of your issues...
The Delta Version doesn't seem to display any information (like score, or at game end) nor does it respond to the arrows (at screen right).
Also, there are clicks even when nothing changes on screen. This happens when the mouse pointer is over a boardspace that would not be a legal move (when clicked). When the game does this it's a little confusing.
Rook Zimbabwe wrote:Is there a limit to the number of sprites that can be displayed? At a max there would be 116 sprites on the screen. I can cut that back... I think...
There isn't a limit to what can be displayed, just how fast it can be displayed. I think the number is in the thousands or tens of thousands, according to my own observations and experiments. That means 116 sprites shouldn't be a problem.
Found a serious problem with the DELTA version. The player can click (and thus make a legal move) as many times as they wish during the delay before the computer makes its move. That's how I scored 60/34 in this image.

Posted: Sun Jul 20, 2008 3:45 pm
by Derek
Rook Zimbabwe wrote:OK Delta Version is on first download link... DEREK that "may" fix some of your issues...
Nope, sorry it doesn't work. The first download (beta or alpha, I forget which) worked ok. Very strange.
Anyone else using Vista and having it work?
Posted: Sun Jul 20, 2008 8:41 pm
by Rook Zimbabwe
Well I had been using : FontMapSystem.pbi for the FONT display... Then in the KAPPA version I switched to using Windows font ARIAL BOLD which is almost universal.
I may make my own as I only need numbers for it!
Surprised to see that the numbers are not displaying...
Will compile a VISTA version...
Also, there are clicks even when nothing changes on screen. This happens when the mouse pointer is over a boardspace that would not be a legal move (when clicked). When the game does this it's a little confusing.
That is because of WHERE the sound is generated from... I will relocate that action.
Nope, sorry it doesn't work. The first download (beta or alpha, I forget which) worked ok. Very strange.
The weird part is that the only thing I changed was using that PBFont thingee...
Found a serious problem with the DELTA version. The player can click (and thus make a legal move) as many times as they wish during the delay before the computer makes its move. That's how I scored 60/34 in this image.
I thought I fixed that!!! ok I am flogging it again...
I did work out the slight delay befor the computer moves issue though... now have to manage a fix on the delay issue!
Posted: Sun Jul 20, 2008 10:09 pm
by Rook Zimbabwe
@Derek: You may have been having an issue with Sprite3D... and if the problem persists... the only things on the screen now that are transparent sprites are the tiles themselves...
If you can't see them I will try a recompile of the VISTA version and then if THAT doesn't work... blame it on Microsoft...
Found a serious problem with the DELTA version. The player can click (and thus make a legal move) as many times as they wish during the delay before the computer makes its move. That's how I scored 60/34 in this image.
Hmmmm Sparkie... is this your secret?
Edit}} Jared... I am concerned that I don't see the ARIAL font letters on your screen... do you not have the arial font?
Posted: Sun Jul 20, 2008 10:48 pm
by byo
I like it, rook.
Damn you, this will waste most of my time.
EDIT: BTW, the information on the right, specially the images are not displayed correctly here as well, and I'm using Windows XP.
Posted: Sun Jul 20, 2008 10:53 pm
by Derek
Still not showing the board (using the Vista build) but it is working because if I click on the invisible board then the scores do change.

Posted: Sun Jul 20, 2008 11:14 pm
by Sparkie
Rook wrote:Hmmmm Sparkie... is this your secret?
Nope, I'm giving the computer it's fair share of time.
I now find that if the last available move is the upper left, the game does not proceed nor end.

Posted: Mon Jul 21, 2008 3:08 pm
by Rook Zimbabwe
Sparkie... the computer isn't telling you it is taking a PASS... you have humiliated it far too often!
Actually the status messages have to be worked on... I haven't really even thought of where to put it... AND the computer PASS system needs work as well (since it is part of that issue!)
I will tickle that today as well, since it is all part of the AI.
Still not showing the board (using the Vista build) but it is working because if I click on the invisible board then the scores do change.
OK try the new XP build...
BTW, the information on the right, specially the images are not displayed correctly here as well, and I'm using Windows XP.
oh byo... I would love a screenshot of that!
I wonder if the image display issue is because I am requiring a 800X600/32 window...

Posted: Mon Jul 21, 2008 7:01 pm
by Derek
Rook Zimbabwe wrote:Still not showing the board (using the Vista build) but it is working because if I click on the invisible board then the scores do change.
OK try the new XP build...
Yep, it's working now.
