A colleague and I have decided to do a blackjack game as a project for our "Desgining Programs with C++" class.
The game is currently working with a command-line interface, but since the marking scheme says we will be getting 10 marks out of 50 if we make use of "libraries" we decided to add a GUI.
We've had some experience with SDL (SDL_image more specifically) for another project involving OpenGL, but still, I would like to ask the Neowin community for advice.
Portability is not a problem, it only has to work on Windows. Basically we need load images for each card, provide the user with some controls (hit, stand, split) and be able to display some text on the screen (score, win/lose messages, etc). We might eventually add some sound effects.
Microsoft is reportedly seeking help from its biggest cloud rival, Amazon Web Services, to address mounting capacity issues of GitHub. According to a report by Business Insider, this move of the company comes after a series of AI-driven outages on the coding platform, which Microsoft acquired in 2018. Despites its plans to migrate GitHub completely to Azure by 2027, increasing demand from AI coding tools has forced Microsoft to adopt a multi-cloud strategy...............
https://cio.economictimes.indiatimes.com/news/corporate-news/microsoft-taps-aws-for-github-capacity-amid-ai-driven-outages-and-multi-cloud-strategy/131761981
Question
pensador`
Hello everyone,
A colleague and I have decided to do a blackjack game as a project for our "Desgining Programs with C++" class.
The game is currently working with a command-line interface, but since the marking scheme says we will be getting 10 marks out of 50 if we make use of "libraries" we decided to add a GUI.
We've had some experience with SDL (SDL_image more specifically) for another project involving OpenGL, but still, I would like to ask the Neowin community for advice.
Portability is not a problem, it only has to work on Windows. Basically we need load images for each card, provide the user with some controls (hit, stand, split) and be able to display some text on the screen (score, win/lose messages, etc). We might eventually add some sound effects.
Link to comment
https://www.neowin.net/forum/topic/705872-c-best-gui-lib-for-a-blackjack-game/Share on other sites
5 answers to this question
Recommended Posts