Dating Simulation Game

Slides:



Advertisements
Similar presentations
Video Games By Daniel and Kamil. What is a video game? A video game is a an electronic game that involves interaction with a user interface to generate.
Advertisements

Jeopardy Click the Start button to begin the game. On the Category Board, click the button to select your question. On each question card, click the button.
Dialogue Design - Documenting the User Interface Agenda: Documenting the Dialogue Design Menu Hierarchy Dialog and Story Board.
Design Patterns in Java Kinematic Simulator. Hello, I’m Steve Here’s our project.
Decorator Pattern Lecture Oo29 Artificial Life Simulation.
18-1 Verifying Object Behavior and Collaboration Role playing – the act of simulating object behavior and collaboration by acting out an object’s behaviors.
Click below to play. Question 1 Click on the duck.
Patterns Reusable solutions to common object-oriented programming problems When given a programming problem, re-use an existing solution. Gang of Four.
Programming by evolution Y C Cheng Associate Professor Department of Computer Science and Information Engineering National Taipei University of Technology.
Façade Pattern Jeff Schott CS590L Spring What is a façade? 1) The principal face or front of a building 2) A false, superficial, or artificial appearance.
Winter 2012ACS-3913 Ron McFadyen1 Model View Controller Originated with Smalltalk development (1979) Separates a system’s classes into View, Controller,
Design Patterns. What are design patterns? A general reusable solution to a commonly occurring problem. A description or template for how to solve a problem.
Spring 2010ACS-3913 Ron McFadyen1 Command The command pattern encapsulates a request or unit of work into an object. An invoker will ask a concrete command.
Spring 2010CS 2251 Design Patterns. Spring 2010CS 2252 What is a Design Pattern? "a general reusable solution to a commonly occurring problem in software.
SudokuEHG Michelle Brown Matt Haggenmiller Thomas Troch CE Design Projects Design Review December 12, 2007.
Jeopardy Start Click the Start button to go to the Category Board and begin the game. On the Category Board, click the button of your choice to select.
Software Waterfall Life Cycle Requirements Construction Design Testing Delivery and Installation Operations and Maintenance Concept Exploration Prototype.
XP Practical PC, 3e Chapter 2 1 Looking at Windows.
1 1 Lab1 Ismail M. Romi – IT Dept, PPU, Visual Basic 2005 Programming Tour.
Observation Techniques LO - All: Identify different methods of observation Most: Evaluate different observational techniques Some: Explain how the choices.
A First Look At Microsoft Visual Basic Lesson 1. What is Microsoft Visual Basic? Microsoft Visual Basic is a software development tool, which means it.
Prof. Hertz (as told by xkcd.com)‏. Computer Science 313 – Advanced Programming Topics.
Design Pattern. The Observer Pattern The Observer Pattern defines a one-to-many dependency between objects so that when one object changes state, all.
MTO Ordering System HENRY, HAYDEN, AND KELLIE. Purpose  Our project modeled an ordering system similar to Sheetz  It allowed a user to order a variety.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Mastergoal Machine Learning Environment Phase III Presentation Alejandro Alliana CIS895 MSE Project – KSU.
Patterns By, Christy Oltmer Objective: The student will learn and be able to identify AB,ABB,AABB,and ABC patterns.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Design Patterns CSCI 5801: Software Engineering. Design Patterns.
Creating Graphical User Interfaces (GUI’s) with MATLAB By Jeffrey A. Webb OSU Gateway Coalition Member.
3-1 State Design Pattern C Sc 335 Rick Mercer. State Design Pattern State is one of the Behavioral patterns It is similar to Strategy Allows an object.
Design Patterns CSIS 3701: Advanced Object Oriented Programming.
OpenMI 2.0 Design Gennadii Donchyts Deltares, The Netherlands.
Title Carolina First Steering Committee October 9, 2010 Online Voting System Design Yinpeng Li and Tian Cao May 3, 2011.
Creational Patterns
What to know for the exam. Smalltalk will be used for questions, but there will not be questions about the grammar. Questions might ask – how particular.
P6 BTEC Level 3 Subsidiary Diploma in ICT. Automation The end user of a spreadsheet may be proficient in using the software, but the more that you automate.
Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design Second Edition by Tony Gaddis.
Fundamentals of Game Design by Ernest Adams and Andrew Rollings Chapter 1: Games and Video Games.
Software Design Patterns Curtsy: Fahad Hassan (TxLabs)
The Factors of Production Game
July 3, 2009 By: David Hansen.  Project Ides  Project Progress  Current Class Diagram  Current ER Diagram  Proof of Concept  Test Plan.
Computerized Beer Game
Chapter 5 Introduction To Form Builder. Lesson C Objectives  Use sequences to automatically generate primary key values in a form  Create lists of values.
Flight Simulator Overview Flight Compartment Host Computer Motion Control Cabinet Motion Platform 13/6/2016 Visual Display Visual Image Generator Interface.
Visual 8.1 Course Summary Unit 8: Course Summary.
Visual 8.1 Course Summary Unit 8: Course Summary.
7 April 2004CSci 210 Spring Design Patterns 2 CSci 210.
 Create a conversation between two or three friends using slang words from the 1920s.  Each person must say at least 10 lines.  20 lines total (30.
Decision Support System by Simulation Model (Ajarn Chat Chuchuen) 1 Chapter 6 User Interface Management.
Tennessee SPI Objective: Interpret and translate data into a table, graph, or diagram. Essential Questions 1) What are some effective strategies to help.
Class Diagrams, MVC and Design Patterns CS153P Session 4.
1 Design Patterns prepared for COMP314, Bernhard Pfahringer see links on the web page as well!
CHANGES  Fixed dug dirt bug  Background Color + Glow  Random Level Generation  Point Value Display  New sounds.
Chapter # - Chapter Title
Chapter Topics 15.1 Graphical User Interfaces
Common Design Patterns
Design Patterns Lecture part 2.
Chapter 8, Design Patterns Bridge
Design Patterns in Game Design
Physics-based simulation for visual computing applications
Chapter 15: GUI Applications & Event-Driven Programming
Design Patterns Lecture part 1.
11. MVC SE2811 Software Component Design
11. MVC SE2811 Software Component Design
CIS 644 Tues. Nov. 30, 1999 W15A … patterns.
Activity 1 - Chapter 5 -.
Chapter 8, DesignPatterns Facade
Speaker name Title Title
Speaker name Title Title
Presentation transcript:

Dating Simulation Game By: Thunyut Chienpairoj Parkpoom Sattarujawong Ratchata Kietsuwan

What is Dating simulation game ? The gameplay involves conversing with a selection of girls, attempting to increase their internal "love meter" through correct choices of dialogue. The game lasts for a fixed period of game time (Wikipedia,2008).

Why we want to do it ? We are nerds We love chic

Project Characteristics & Components (Hot) Chicks … Places Conversations Items Play & Visual Status Day point Interface

Overall project

Class Diagram Chic

Class Diagram Items

Class Diagram Places

Class Diagram Conversations

Class Diagram Play & Visual

Which patterns we’ve used ? Singleton Chicks control Command Conversation pools Strategy ChicEmotion

Which patterns we plan to use ? Observer Status Dialog Factory Buttons generator Decorator Items & Activities

Further developments More (Hotter) Chicks More places More items More events ** Main event system **

Thank You !