H3x IOTA announced!

Developed or developing a new product in PureBasic? Tell the world about it.
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post by Derek »

Rook, just downloaded your latest version and all I'm not getting the board displayed.

Image
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

Works here but the Player/CPU count is not being displayed.
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post 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.
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post 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. 8)
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post 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... :D
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

OK Delta Version is on first download link... DEREK that "may" fix some of your issues...
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
User avatar
Demivec
Addict
Addict
Posts: 4260
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Post 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).
Image

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. :wink:
Image
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post 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?
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post 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!
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post 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... :wink:
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? :wink:

Edit}} Jared... I am concerned that I don't see the ARIAL font letters on your screen... do you not have the arial font?
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
byo
Enthusiast
Enthusiast
Posts: 635
Joined: Mon Apr 02, 2007 1:43 am
Location: Brazil

Post by byo »

I like it, rook.
Damn you, this will waste most of my time. :lol:

EDIT: BTW, the information on the right, specially the images are not displayed correctly here as well, and I'm using Windows XP.
Proud registered Purebasic user.
Because programming should be fun.
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post 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. :(
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post 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.

Image
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

Sparkie... the computer isn't telling you it is taking a PASS... you have humiliated it far too often! :D

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... 8)
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! 8)

I wonder if the image display issue is because I am requiring a 800X600/32 window... :idea:
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post 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... 8)
Yep, it's working now. :D
Post Reply