1 / 6

Hot Sizzle: A Blackjack-esque Game

Brought to you by: Matthew “Buttermilk” Wharton and Kathleen “K-Dawg” Otten. Hot Sizzle: A Blackjack-esque Game. Objective. Implement a blackjack-esque game using the Gtk+ GUI Make use of concepts from lecture including inheritance, use of the standard library, and exception handling

Thomas
Download Presentation

Hot Sizzle: A Blackjack-esque Game

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Brought to you by: Matthew “Buttermilk” Wharton and Kathleen “K-Dawg” Otten Hot Sizzle: A Blackjack-esque Game

  2. Objective • Implement a blackjack-esque game using the Gtk+ GUI • Make use of concepts from lecture including inheritance, use of the standard library, and exception handling • Maintain sanity

  3. Kathleen's Work Design the GUI using the Glade editor and the Gtk+ GUI system Work w/ Matt to put the GUI and other code together Plan of Attack • Matt's Work • Write code for player, card, and hand hierarchies • Work w/ Kathleen to bring the two parts together into a functional application

  4. Success? While we were able to implement the Gtk+ GUI and create a functional application, we were not able to fit in every function we had intended. We were unable to use the split function, and the Hot Sizzle card was never realized. However, our game works well as a pure blackjack clone allowing for Vegas style gameplay and loads of fun!

  5. Screenshots

  6. Screenshots, cont.

More Related