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

Slides:



Advertisements
Similar presentations
Programs in Memory Bryce Boe 2012/08/29 CS32, Summer 2012 B.
Advertisements

Inheritance - Case Study TCP1201: 2013/2014. Case Study – Guessing Game Listed below is the code to play a guessing game using procedural programming.
MATLAB PROJECT DO YOU WANT TO PLAY A GAME?. DESIGN CRITERIA For this project, you are required to implement any card game using MATLAB  All selections.
Computer Science 313 – Advanced Programming Topics.
Lecture 1 CS171: Game Design Studio 1I UC Santa Cruz School of Engineering 5 January 2010.
OOP Project Develop an Application which incorporates the following OO Mechanisms and Principals: – Classes Visibility Constructor(s) Class Variable (if.
Whole Number Bingo. What is a whole number? A whole number is a number that does not contain fractions. A whole number is a number that does not contain.
STARSOFT A Developers Studio for Ajax. Group Members Özer Gümüş Mehmet Albayrak Ömer Eser Özge Yamasan Fatih Yıldırım.
Prototype Creational Design Pattern By Brian Cavanaugh September 22, 2003 Software, Design and Documentation.
From a visualization framework to a visual programming environment santiago v lombeyda michael aivazis matt gilbert.
Package design and the Iterative process model. What is a package? Classes are not sufficient to group code –Some classes collaborate, implying dependencies.
Final Exam Monday, May 10 10:00-11:50 AM room 101 WWH.
Game city International Starting on the road to programming. This project is all about learning how to program using scratch and other languages. The aim.
Java Swing - Lecture 1 An Introduction Milena Radenkovic slides originally by Chris Coleman.
Guide to Programming with Python Chapter Nine Working with/Creating Modules.
Poker UML and ADT design plan.
Paul Danner - Leader Taylor Gehling - Communications Austen Gregor – Key Idea Holder Trevor McCormack – Webmaster Manimaran Govindarasu – Advisor/Client.
Inner and Anonymous Classes Though you are captive in the OO paradigm, you can use inner classes and anonymous classes to get around this constraint and.
Exceptions: Checked versus Unchecked Exceptions.
HERTS Paul Larpenteur Lee Murphy CSE 403 – Sp 2003 Hearts Experimental Remote Transportable System.
Funativity CS 426 Fall Team Members David Smits – Lead Chintan Patel – Programmer Jim Gagliano – Programmer Ashleigh Wiatrowski - Artist.
COMS S1007 Object-Oriented Programming and Design in Java July 19, 2007.
Matt Curtis AIE Melbourne Lea Bartlett AIE Canberra 10 Essential Skills For Budding Games Programmers.
World Religions Tabulate Game. wild cards wild cards ordinary cards.
Our Hybrid History and its Action Points for Today Anne Welsh Lecturer in LIS Katharine Whaite AHRC MPhil/PhD candidate.
A Casino Simulator Program Using Advanced C++ Concepts Thomas H. Hand July 25 th, 2005 Software/Hardware Integration.
OpEnSp a Ce LCA Proposal Calvin Chin David Couvrette Jung Son Mikiko Jama CSE403 Summer 06.
Lecture 10 Using Interface Builder to create Mac Applications.
Banaras Hindu University. A Course on Software Reuse by Design Patterns and Frameworks.
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
Picking Apples. Subtraction game. Turn over two cards from 0-10 Work out the difference. If you have an apple with this amount put a counter on it. First.
Lamar Hines, David Yates, and Rich Hauck December 8, 2004 Blackjack-in-the-Box.
ECE 264 Object-Oriented Software Development Instructor: Dr. Honggang Wang Spring 2013 Lecture 19: Abstract Classes.
MeM&feature=player_detailpage Lab Safety Rules.
Build Your Own Game Now! HIDDEN OBJECT KIDS ADVENTURE GAME SOURCE CODE SELLMYSOURCECODE.
Skill Exercise 管理學 56 組 楊恬靜( ) 羅楷杰( ) 1.
What is ZPD?. The Zone of Proximal Development A powerful learning concept by Russian researcher Lev Vygotsky.
Game Title A Homemade PowerPoint Game By Firstname Lastname School or Affiliation Play the game Game Directions Story Game Preparation Game Pieces [This.
Building GUI applications with Python, GTK and Glade
Component 1.6.
Computer Science A-level
Versus Fighter for Nintendo DS
Lecture 10.
Case Project I Lecture 12 Course Name: High Level Programming Language
GOLD COAST UNITED FC ACADEMY GOALS
Recitation 6.
Hangman Pedro Alves Ryan Hurd.
COMP 220 HELP Education Your Life-- comp220help.com.
Probability of casino games
What is ZPD?.
HOW TO TAKE CARE OF A BOOK
COLLEGE Lauren Bradel, Wilson Guan, Matthew McGlone, Marcus Sanchez, Larry Walters Lauren to Start.
Chapter 8: Memory management
Outline Module 1 and 2 dealt with processes, scheduling and synchronization Next two modules will deal with memory and storage Processes require data to.
Michael LeGore Thomas Jefferson High School for Science and Technology
Java Lessons 28 – 32 Mr. Kalmes.
The Basic Usage and The Event Handling in Glade.
Task 2 Implementation help
Check Out What’s New! Truth Pin the Requester Or Dare on the Form
Check Out What’s New! Truth Pin the Requester Or Dare on the Form
CS 112 Programming 2 Lecture 02 Abstract Classes & Interfaces (2)
WDSc Websphere Development Studio client
I have… I have… Who has 3:40? Who has 12:20? I have… I have…
What a bunch of non-mixed snobs!
Computer Science A-level
Check Out What’s New! Truth Pin the Requester Or Dare on the Form
Online Pogo Game Customer Service
Pogo Game Customer Care Helpline Number

Call Pogo Contact Phone Number and Enjoy Pogo Game
Presentation transcript:

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

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

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 ● 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

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!

Screenshots

Screenshots, cont.