Group: D.J.P.J. Introduction Designing a game, based on a well known compare & contrast game, “Spot The Differences” Wanted to create something fun and.

Slides:



Advertisements
Similar presentations
©TheMcGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 6 Repetition Statements.
Advertisements

Possible Windows 8 Improvements By: Scott Hill. Improve Windows 8 Split Screen Mode The only options for split screen mode currently is to have one screen.
Introducing Extensive Reading
Microsoft® Small Basic
Design And Development of an Online Electronic Directory System for Tagbilaran city with A* Algorithm Edgar Uy II, MEng.
Principles of Information Technology
Microsoft® Small Basic
The game BARRE CHORDS.  The following game is designed to help you correctly identify the most common Barre Chord shapes that you will encounter  DIRECTIONS:
Make your choice from more than 70 templates to get a quick start online!70 templates.
Fun with Numbers A Kindergarten Mathematics Web Quest.
“You Sunk My Iceberg!” An Android Game. By: Kevin Morillo, James Redway, and Ishmael Smrynow.
CIS101 Introduction to Computing Week 11. Agenda Your questions Copy and Paste Assignment Practice Test JavaScript: Functions and Selection Lesson 06,
CIS101 Introduction to Computing Week 12 Spring 2004.
The ICE Tool Feng Wen Qi Yuan Kin Wah Leung. Presentation Overview  Project goal  Interactive GUI  Introduce image enhancement techniques  Integration.
App Development on Android. Contents  First Milestone  Second Milestone  Third Milestone  Last Milestone 
In the Racing Game of Knowledge Who will finish first? Click Here to Start.
Electrical Engineering 4OI4 Design Project By: Daniel Ho and Chris Ho.
Which animal is it?.
Attendee overview 1 Joining a Redback Webinar. Before the Webinar Getting organised It’s always a good idea to ensure you are prepared well in advance.
Students: Ilya Paskhover, Itay Gal Supervisors: Oleg Rokhlenko, Nadav Golbandi.
Aquaphobia Aaron Crutchfield. Why I Made This Game.
Study Island Teacher Demo
Tux Paint Reviewed by team iTeach Jodi Hovest, Scottie Fetters, & Melanie Stainbrook.
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.
Java Programming, 3e Concepts and Techniques Chapter 3 Section 65 – Manipulating Data Using Methods – Java Applet.
I/o inputs and outputs Disclaimer: This document is provided “as-is”. Information and views expressed in this document, including URL and other Internet.
Nonvisual Arrays and Recursion by Chris Brown under Prof. Susan Rodger Duke University June 2012.
An Introduction to Aurasma. Getting Started Aurasma is an augmented reality app for iOS and Android, but is also available on a computer through use of.
Outline Introduction Overview Gameplay Techniques Gameplay Phases Gameplay Modes Demos Testing and Conclusion.
Presented By: Whitney Farris. Levels of Writing Competence The Emergent Writer: At this level the greatest challenge occurs with transcribing the message;
FACT AND OPINION TUTORIAL Created by Jessie Bush.
Verb Expansion Game Team 3 Bryan Bloss Jeremy Comardelle Gordon Gable Gleyner Garden Sponsored By: Dr. Beth Young.
Zunal: Webquest Creation Website Created by Russell Smith Technology Facilitator North Edgecombe High School Username: edgecombe Password: warrior.
Children learn through play. Computers make it easy for children to learn. Children learn most at a young age. Number Skills.
Digital Stories Using Microsoft Photo Story 3 for Windows Carrie Roth (248)
Space Decoder v.2 Click Here to Enter the Space Craft and Join a Mission in Progress.
Skip Intro Points Team One Team Two Team Three Team Four Team Five Team Six Team Seven Team Eight End Game.
GemIsland Prepared by: Areen Jondi Diala Hamadneh Supervised by: Dr. Raed Alqadi Dr. Luai Malhis.
How to Create a Quiz Using MultiQuiz. Step 1 Go to Create an account and activate the account via.
Click here to Play!. Is ICT the best subject ever?  A : No  B : Yes always!  C : Depends on the task  D : Maybe 10 £1 THOUSAND 9 £900 8 £800 7 £700.
Cricket Companion (Crick Chat) Issues. Some time image thumbnail not receiving -User share image, But image not receiving properly and some invalid sign.
Introduction to Python Lesson 1 First Program. Learning Outcomes In this lesson the student will: 1.Learn some important facts about PC’s 2.Learn how.
Image #1 Getting Started
Games, Simulations, & WebQuests December What is an online game? Internet games (also known as online games) are games that are played online via.
Lines of Symmetry Quiz. Time to test if you understand lines of symmetry!! In this Quiz you will have questions and underneath you will have 3 choices.
Copyright © Texas Education Agency, All rights reserved.1 Principles of Information Technology Identifying File Types, Purposes, and Extensions.
Principles of Information Technology
THE EQUALIZER Tia Holmes. THE GOAL  Design an interactive web app implementing a basic math concept.  Result: The Equalizer!
Modifications made to BlueBoard application are:  Create menu screen  Changed user interface.
™ SimBot Simulation Instructions. Step 1 Click on “>>Missions
Introduction to TouchDevelop Lesson 3 – Comments & Lists Created by S. Johnson
A PUBLICATION OF COMPANY LGR AN INTRODUCTION TO PHOTO IMAGING THE STEP-BY-STEP GUIDE TO PHOTO IMAGING AND HOW YOU CAN DO IT.
Lecturer: Prof. Moshe Sipper Ariel Halachmi Lidor Cohen Mark Grichanik.
Conditionals.
CMPT 275 TEAM DIRECTORIES. One Sentence Summary The Study Buddy is: a tool to help users study to improve their grades by simulating a multiple choice.
GST Helpline - A Complete GST App TO RESOLVE GST INDIA QUERIES
FOP: Multi-Screen Apps
Use Moodle to Link to the Course
Create a REEF Polling Account
Create a REEF Polling Account
Maths Space Gladys Nzita-Mak.
Study Island Teacher Training
In the Racing Game of Knowledge
Sign Up Here.
Create a REEF Polling Account
Java Tutorial – Application Building
Mobile and Web Programming
Image #1 Getting Started
Crack the Code Continue.
Blaze Training Continue.
Presentation transcript:

Group: D.J.P.J

Introduction Designing a game, based on a well known compare & contrast game, “Spot The Differences” Wanted to create something fun and enjoyable. Great for young toddlers.

How to play User will be given two random images, and determine if they have a difference between the two. After getting more than 10 points, the game will end and the user can start again

Design Details Game shows two pictures and asks the user if there is a difference. The original source code was a “High-Low” game, which we edited to create our version of “Is There a Difference Game” Our Version of the “Is There a Difference Game?” is a “Yes or No” targeted towards young children learning color, shapes, and sizes.

Design Details Cont… Start Screen

Design Details Cont… End Screen

Test & Results During the research phase, there was difficulty finding a source code for “Find the Difference” We used the source code for the “High-Low” game and modified it to a simple “Is there a Difference?” game.

Test & Results Cont… Ran a few tests while changing, the “Yes” or “No” buttons, and had some issues displaying which answer was the correct answer. We decided to use an If statement inside the On Click Listener, in order for there to be more than one option.

Test & Results Cont… In the end, the app is completed and works. Minor details can be changed that can be included in updates that may be released in the future.

Conclusion In conclusion, it taught us how to implement our programming skill to manipulate code and make it do different techniques. We were able to take things that we were taught in class and incorporate it into our project.

References Programming Exercises | Programmr." Java Programming. Rajesh Moorjani, Web. 19 Sept Wanstrath, Chris, and PJ Hyett. "Marbaumgart/ImageTwins." GitHub. Marbaumgart, 10 Apr Web. 19 Sept Book, David. "Buzztouch | FREE IOS and Android App Maker." Buzztouch | FREE Android App Maker. David Book, Web. 01 Dec