Skip to content

dpebert7/pga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pga

Post-game analysis for Acquire board game

Binder

Example

from pga import pga
sLog = """
  Lobby  Options  Global Chat  Game Chat
Player	L	T	A	F	W	C	I	Cash	Net
scarbinger		2	7				6	15300	29600
TacoBobby		6	1	11			9	14400	39100
VeryStableGenius		10					9	4500	25100
...
...
...
scarbinger purchased nothing.
scarbinger ended the game.
Game over.
"""
result = pga(sLog.splitlines())
log = result['log']
players = result['players']
scoreboard = result['scoreboard']

About

Postgame analysis of Acquire board game log files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published