🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Golf Courses are Beautiful

posted in noaktree leaves
Published September 16, 2006
Advertisement
Well as of yesterday my wife and I have made it 5 years!! It makes sense once you realize her profession involves the education of children. [smile]

I've implemented the function which calculates the value of each hand in my poker AI. I had mentioned that I would keep the type of hand and the hand values separate but this is illogical since the hand value contains the type. Now I can easily compare two or more hands and determine the winner. The hand value also takes into consideration split pots, etc. Now I will need to build a simulator to determine the hand strength. This is basically playing the hand thousands of time to get the number of times it will win then creating a percentage value. I will start with a simple simulation class that treats every player the same then expand at a later time to get more accurate results.



This is a golf course I'm working on. There are no trees and plants yet because I've been going back and forth on how to create them. I could take the speedtree approach and create low poly trunks with many billboarded leaf quads. This would work fine in max but I think it would be harder for a customer to integrate into their RT engine. I've been busy taking leaf and trunk photos and am considering using speedtree to build some kick ass textures using my photos which I could then use to make some low poly trees. We'll see how this hybrid approach plays out in the next couple of days. I'll post some renderings to get feedback once I've got some built. To speed things up I'm going to randomize trunks using a series of modifiers or perhaps write a maxscript to do so.
Previous Entry Poker Intel
Next Entry Used Skateboard
0 likes 3 comments

Comments

jollyjeffers
Congrats on getting to 5 years [grin]

I'll be interested in seeing how your poker thing works out - I'd of thought a really good AI would require more temporal knowledge. Not sure exactly, but stuff about previous hands and tactics maybe?

Golf courses can look pretty, but I just get the urge to stick my boots on and/or steal the golf buggy and go for a wander. Can't be bothered with the actual game!

Jack
September 16, 2006 12:09 PM
noaktree
Quote: Congrats on getting to 5 years
Haha. Thanks. It was actually a pleasant trip.
Quote: I'd of thought a really good AI would require more temporal knowledge. Not sure exactly, but stuff about previous hands and tactics maybe?
Exactly. At first this thing is going to suck. But once I get the frame for it up I'll add player profiling so it can determine what sort of strategy the other players are 'probably' using. The strategy the AI uses will be my starting point. I'll go into that more once I've got the hand strength calculator going. Glad you're interested.
Quote: Golf courses can look pretty, but I just get the urge to stick my boots on and/or steal the golf buggy and go for a wander. Can't be bothered with the actual game!
I'm the same. We live near a golf course and I like walking in the woods next to it. I'm more likely to play a PC golf game which I do quite often.
September 16, 2006 01:13 PM
Rob Loach
Congrats!
September 17, 2006 09:09 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement