You are not logged in.
Pages: 1
Yeah for being a grad student...
So I am unfortunately going to be the TA for an intermediate programming class next semester. The class is your typical CS2 class--data structures, big Oh, sorting, etc etc. Anyhow, the justGotaPHDandAmHighlyMotivatedAndThinkStudentsCare professor got the great idea to have a "small" programming project, where the students implement Card, Player, Dealer, Computer_Player, etc classes. Yours truly got assigned the job of designing a small framework the students can use to implement Texas Hold'Em.
It's probably just because I'm really tired, but my googling skills seem to have failed me and I can't quite find any c++ card game projects. Python and Java card game seem to be abundant (for obvious reasons) but I really don't feel like reinventing the wheel here. Anyone know any gtk/qt (hell I'd take FLTK) projects out there that would be easy to extract the poker functionality from?
Professor: This isn't right...It isn't even wrong...
Offline
There seems to be some poker things in AUR:
http://aur.archlinux.org/packages.php?K … _Search=Go
Offline
Pages: 1