This is my attempt at a Euchre (card) game. It's written in C++, interface in GTK+ (glade). There are three levels of AI, with the harder two being good enough to give you a pretty good challenge.
Categories
GamesLicense
GNU General Public License version 2.0 (GPLv2)Follow Euchre
Other Useful Business Software
CloudZero: The Cloud Cost Optimization Platform
CloudZero is the leader in proactive cloud cost efficiency. We enable engineers to build cost-efficient software without slowing down innovation. CloudZero's next-generation cloud cost optimization platform automates the collection, allocation, and analysis of cloud costs to uncover savings opportunities and improve unit economics. We are the only platform that enables companies to understand 100% of their operational cloud spend and take an engineering-led approach to optimizing that spend. CloudZero is used by industry leaders worldwide, such as Coinbase, Klaviyo, Miro, Nubank, and Rapid7.
Rate This Project
Login To Rate This Project
User Reviews
-
I had to change calls to (int) to (intptr_t) which is defined in <stdint.h>, then the 'make' command worked. This was mentioned in Stack Overflow in 'Warning: cast to/from pointer from/to integer of different size'.
-
I am running Ubuntu 12.10 and have GTK+-3.0 installed, but was unable to install this version of Euchre. I tried tweaking the configure file, and was able to get the package to configure, but then the 'make' command produced some errors, and so 'make install' failed as well. I should mention that I am a novice with regards to command line installs, so perhaps there is something I am doing wrong. In summary, this Euchre project might be suitable for people with higher levels of experience in the Linux environment, but for novices like me, the installation process could be rather frustrating and time consuming. On the other hand, one could view it as a good opportunity to learn a lot more about what goes on behind the scenes in open source software development and deployment.