-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a pretty-printer to game state #199
Comments
If you build a curses client then it'd have to be a full-blown client, that lets you select and play cards. It's something I've wanted to do so I'm comfortable with it yes, as long as the dependency remains contained :) |
You can take a look at |
BTW you should join the |
Also http://urwid.org/index.html looks a lot better than using raw curses, any thoughts about that? |
I have added functionality to export the game state to xml, which should help. |
@jleclanche My first instinct is to do this using curses (a la https://github.com/danielyule/hearthbreaker/blob/master/text_runner.py, example output here). Are you comfortable adding curses as a requirement?
The text was updated successfully, but these errors were encountered: