|
||||
Re: Holdem Tournament Timer App?
Yes on your questions of 2nd/3rd/etc pages... The front page should remain uncluttered and contain the minimum stuff for the timer, blinds, round #, next blinds, etc...
What I mean by: "denote how many of each chip each player gets based on the number of players entered"... For example, I have my chips I use for my tourneys... Others have their chips. I have most reds, then blues, then greens, then blacks, then whites. I use an excel spreadsheet the I enter the $ value of my reds/blues/etc... Then In a cell I enter the total $ starting amount (not the buy in - Buy in could be $20 but our blind structure is set up for a $1500 starting amount). My spreadsheet then calculates how many reds/blues/etc... each player gets. However, if we want to change the starting amount to $3000 (for example at another tourney) have the app recalculate how many of each chip each player gets. Make sense? The starting amount changes when we want to keep the same blinds but adjust the length of the tourney... Just an easy way to calculate stating chip count is all. Not necessary, but you asked for my requests... For #2, I don’t really care either way. second option is fine. But if you do first then put in a pause button on the timer screen so we can pause the timer (break or game) anytime we want. For #3 I would round to the nearest $. Nobody brings change to a tourney. heck almost nobody brings anything other than $20s since they all stop at the ATM on the way over! Cool, let me know what you come up with... I'll help in any way I can. I am actually a C# developer (client server & web) but have never written a windows mobile app. Sounds like a good time to start looking at the code structure. Thanks! |
|
||||
Re: Holdem Tournament Timer App?
The code structure is no different. There can be a fair amount of interop necessary as well as extension of seemingly basic classes. The major difference is debugging. But once you get it all set up for the first time, it's not much different than any web or windows app.
How does your spreadsheet figure it out? When I play with 1500 starting chip value, We went 1 500, 5 100, 8 50, 10 10. But if I write an algorithm to minimize chips, it'll just say 3 500. |
|
||||
Re: Holdem Tournament Timer App?
What I did was use some math with weighted percentages to determine how to distribute the chip count.
Since I had more chips of the lowest denomination I gave it a higher percentage to distribute to (say 25%). Other percentages where then applied to the other chip values. When the initial pass was completed I checked what remainder was left that I needed to fulfill. I then would fulfill that remainder with remaining chip values that would use the least amount of physical chips. I.e. ) first pass would get as close to $1500 worth of chips without going over using the percentages for each chip value. ) second pass would determine how much was left to distribute, then determine what chips could fulfill that amount using the least amount of chips possible ) finally it would allocate that amount This is probably a lot more work than necessary for this app. And can be tabled. But might be a fun exercise in the future to attempt to tackle. |
|
||||
Re: Holdem Tournament Timer App?
This PDF (not mine by the way) is pretty close to what I do in my spreadsheet. heck, I may just link this from my phone and not need the whole chip count thing in the app.
http://www.homepokertourney.com/docs...calculator.pdf ---------------- Update: Too bad. It seems the PDF reader on WinMo does not do edits like required. Ugh... Last edited by Ciege; 07-01-2009 at 03:31 PM. |
|
||||
Re: Holdem Tournament Timer App?
Just wanted to give a quick update. I have family staying with me right now and they may be here for another week or more.
So far what I have done is a timer display along with the ability for the backlight to remain on while the app is open. At some point I will make a three-way option of backlight always on, backlight off but phone on, and let my phone settings manage. But my main focus will be primary functionality. User options will come later. Just wanted to let you know that I haven't forgotten! |
This post has been thanked 2 times. |
|
||||
Re: Holdem Tournament Timer App?
This is the one I use:
http://navsoft.co.uk/pokerclock.htm ♠ Poker iClock Poker iClock is a versatile timer for poker tournaments. It runs on any Windows Mobile or Smartphone platform in any screen resolution or orientation. Features:
Trial cab attatched:
__________________
*For easy searching of both PPCGEEKS and XDA, bookmark my new tool below!!!
Hypnotic2010 Custom PPCGEEKS and XDA Developers search tool **Got Lasers?? Check out our site for shows and equipment: http://www.ctlasers.com/ -A quick thanks always helps! |
This post has been thanked 1 times. |
|
||||
Re: Holdem Tournament Timer App?
Thanks for the post, Hypnotic.
Viper/Ciege, Can you guys look at this one and tell me what you think? If it does everything you want, there may be little point in me continuing to write a new one. |
|
||||
Re: Holdem Tournament Timer App?
Thanks for the update Gardoon.
I will take a look at this other app as soon as I can. Only thing I can see so far is that the poster said this is a trial app, which probably means it costs. Not that I have anything against that, but would rather not have to pay for it. |
|
|
|