Outpost Universe Forums
		Projects & Development => Outpost 2 Programming & Development => Topic started by: lordly_dragon on December 17, 2005, 02:27:59 PM
		
			
			- 
				i know its not op2 style coding but i need your advice on that one!
PokerStars Game #3314544091:  Hold'em No Limit ($0.10/$0.25) - 2005/12/12 - 15:56:23 (ET)
Table 'Burgundia' Seat #1 is the button
Seat 1: daffsmum ($10.40 in chips) 
Seat 2: Silent_One04 ($10.15 in chips) 
Seat 3: jammythebull ($11.15 in chips) 
Seat 4: Tug75 ($24.35 in chips) 
Seat 5: csalut ($40.25 in chips) 
Seat 6: Ottmerc ($25 in chips) 
Silent_One04: posts small blind $0.10
jammythebull: posts big blind $0.25
Ottmerc: posts big blind $0.25
*** HOLE CARDS ***
Dealt to Ottmerc [Qs Qc]
Tug75: folds 
csalut: calls $0.25
Ottmerc: raises $0.75 to $1
daffsmum: folds 
Silent_One04: folds 
jammythebull: calls $0.75
csalut: calls $0.75
*** FLOP *** [8d As Jh]
jammythebull: checks 
csalut: bets $0.25
Ottmerc: calls $0.25
jammythebull: folds 
*** TURN *** [8d As Jh] [Kh]
csalut: bets $1
Ottmerc: folds 
csalut collected $3.45 from pot
csalut: doesn't show hand 
*** SUMMARY ***
Total pot $3.60 | Rake $0.15 
Board [8d As Jh Kh]
Seat 1: daffsmum (button) folded before Flop (didn't bet)
Seat 2: Silent_One04 (small blind) folded before Flop
Seat 3: jammythebull (big blind) folded on the Flop
Seat 4: Tug75 folded before Flop (didn't bet)
Seat 5: csalut collected ($3.45)
Seat 6: Ottmerc folded on the Turn
i am curently planing to do a program to track statistics from this kind of file 
this file is a txt file and the software must compile every hand (above is one hand) and calculate crap like average winning session and thing like that
so  here are my question
A) witch coding language i should use
B) how i should make something to analyse each data 
C) how to do a classic windows interface (file/edit things like that)
for the calculation part it is later that i will work on  it 
so thats basicly those information that i need  (thumbsup)