前進總統府 Student: Jui-Wen Huang ID:600415123 2012/1/6.

Slides:



Advertisements
Similar presentations
Personal Development Module - demo no limits to success.
Advertisements

Bring up the graph you want to copy. Click on the Format this page for printing icon. A new window without the left navigation or header information will.
+ How to apply filters to a photo in Adobe Photoshop CS3 Neeta Balram.
In this tutorial, we are going to create: A race car that the user can control with the arrow keys for direction and speed. A simulated road with a striped.
Features and How-to’s Introduction to Computers Mr. Jain
Google Earth/Sky in the Classroom. What is Google Earth/Sky? Google Earth is free program which allows users to: Explore geographic locations both on.
Patient Notes PCS Lesson Six. Objectives Identify when a patient care note is needed Create and amend a patient note View existing notes Create a canned.
Static Models, Maya, & Valve Modeling, Exporting, and Compiling Feb 8 th 2006.
02 | Expanding Your Game James Quick | Technical Evangelist Shahed Chowdhuri | Senior Technical Evangelist.
The Online Guide to Creating Podcasts Presented by The Portland Public Schools Multimedia Library Recording and Saving your Podcast.
A Christmas Scratch game
This game is loosely based on the Whack-A- Mole arcade game.  Each game starts with 45 seconds of play.  Moles randomly pop out of holes on the landscape.
GTECH 731 Lab Session 10 11/2/10 Lab 9 – ArcObjects Pseudo-code Example.
Planetary Defense By Joseph Branly. Introduction  Planetary Defense is a fast action single player game. Based on the popular classic City Defense, Planetary.
CS320n –Visual Programming Interactive Programs Mike Scott (Slides 5-1)
PowerPoint Lesson 1 Microsoft PowerPoint Basics
CS 480/680 Computer Graphics Course Overview Dr. Frederick C Harris, Jr. Fall 2012.
Good Shepherd Lutheran College DESIGN Common Assessment Task Student Name: Date Set: Assessment Task Name: Programming with Scratch Due Date: Teacher Contact:Mr.
Key Applications Module Lesson 19 — PowerPoint Essentials
How to make Space Invaders
Orchard, Let’s Get Started Students ! In 4 Easy Steps!
Interaction: Events and Event Handling
Review For Test Chapter 4 & 5 Test is Wednesday, January 27th.
We will be creating a spaceship that simulates real movements in space. The spaceship will fire a laser beam that can destroy targets. The spaceship will.
Course Settings MOODLE. Getting Started This is a quick start guide to Setting up a Moodle Course. This part of the course documents and outlines:- Course.
How to make a Shooting Target game in Scratch!. WE ARE GOING TO MAKE A TARGET GAME. This game will have: A Target that will move when clicked. A Timer.
Right-click to Rename each sprite Name them: Player Monster Bullet Explosion.
Creating a navigation bar in Fireworks. Setting up the canvas Open Fireworks and choose a canvas size big enough to fit the buttons on you are going to.
Instructions.  Open up the letter that Adam has given to you  Format it so it look professional.
Texture Mapping CAP4730: Computational Structures in Computer Graphics.
Cold War Hockey 10/19/2009 Mike Sherron Dmitriy Ansolis.
1 x 2 Game 1: One Player Game If you select a number sentence, give the answer. If you select an answer give the number sentence that has that answer.
Transparency 1 Click the mouse button or press the Space Bar to display the answers.
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
Variables and Random Numbers Computer App Session 4.
By Mr. Putnam. In Catfall, the goal of the game is to touch the falling cats with the mouse. Every time you touch a cat, your score goes up by one point.
Know your computer Make a Folder Copy from Word to Composer Format the Font Change the Alignment Format the Background Format the Colors Insert a Picture.
Today we are learning to: Understand how actions and events control our game. Completing the catch the clown game – making a room – adding music Gather.
PowerPoint Tools How NOT to Use PowerPoint Tips  Get rid of short menu by clicking Tools, Customize, Options, Always Show Full Menus  Change case.
Today we are learning to: Understand how flow charts are used to design games Add events to our objects to control stuff in our game – (Using the user.
Games Programming in Scratch
Open a new Flash File Action Script 2.0. Create a button like you did last lesson and name it Click to Play.
Galactic Mail Part 2. Winning and Losing Exploding Asteroids Including Scoring Adding Levels And more.
Get Going On ….. Load the word file ‘Glossary’ and complete it. You will have homework today.
How to create a basic game in Scratch. The Scratch Stage The Scratch stage is 480 pixels wide and 360 pixels high x increasesx decreases.
2-D Game Design Pitch: Tower Defense 2D Erik Gilson Brian McClure.
CompSci 4 Chap 5 Sec 1 and 2 Oct 14, 2010 Prof. Susan Rodger.
Evil Clown – Quiz 1 Gamemaker Quiz 1. Set up your file Save all finished work to your desktop Final file should be called: “yourlastname_evilclown” Open.
 The terms LMB, MMB, RMB, and mouse wheel (MW).
Computer Basics Tutorial Text boxes like this will give you information. Boxes like this at the bottom of a slide will give you instructions. Press the.
Stencyl Visual Programming Dr. Gary Liu. Sections: 1: Game Development Concepts 2: Stencyl and Game Mechanics 3: Stencyl Story and Aesthetics 4: stencyl.
Clemson OLLI Presentation Template Instructions Important: Before starting to use this template, print out the following nine instruction pages.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
Game Maker Tutorials Introduction Clickball IntroductionClickball Where is it? Shooting Where is it?Shooting.
Mind Mapping with Bubbl.us. The Bubbl.us Homepage Click to create a bubbl.us account Sign in or, To access, type
Index Background Costumes Making object walk smoothly Controlling an object with the keyboard Control an object with the mouse Changing costume when hit.
Batch Rendering BEFORE YOU START!
How to Enter My ONLINE Roster.
Game Development with Construct 2
USING ADOBE ACROBAT READER DC
Creating a New File Photoshop Elements 8.
Introduction to PowerPoint
Skill – Defensive Fundamentals
Blocking Tackle Game Aim Description TYPE AGE Skill – Tackle Equipment
The game is played by moving the cursor along the red arteries and clicking on the various pieces of your patient’s anatomy that are ailing him to remove.
Creating a New File Photoshop Elements 8.
PowerPoint Lesson 1 Microsoft Word Basics
Beginning Sounds! Match It! Click here to play..
CSC 221: Introduction to Programming Fall 2018
The game is played by moving the cursor along the red arteries and clicking on the various pieces of your patient’s anatomy that are ailing him to remove.
Presentation transcript:

前進總統府 Student: Jui-Wen Huang ID: /1/6

Outline 1.Introduction 2.Method 3.Operation 4.Demo 5.References 2012/1/6 2

1. Introduction  It is a shooting game  Platform  CPU:Intel(R) Core(TM)2 Quad CPU  Memory:4.00GB  OS:Windows 7  Software:Visual C Professional Edition  Other:OpenGL 2012/1/6 3

1.Introduction(2)  The back ground is in front of the presidential palace with moving ground and sky.  Players must shoot the target until the end of the game. 2012/1/6 4

Outline 1.Introduction 2.Method 3.Operation 4.Demo 5.References 2012/1/6 5

 Use texture creates the scene.  Use variable “roll” to move ground and sky. 2012/1/6 6 2.Method

2.Method(2)  Use TGA format image replaces BMP format image, because TGA image has alpha channel. It makes the target more realizable.  Use Adobe Photoshop to create TGA format image. 2012/1/6 7

2.Method(3)  Use mouse to control muzzle.  When the target is hit, explosion occur at the same time.  It is difficult to know object’s position and mouse position. If player click bottom in the right way and explosion happened at the same time. We should link all the things to finish this project. 2012/1/6 8

2.Method(4)  Object structure can control object direction, texture ID, object position, object spin.  Massive use random function.  Massive use call back function. 2012/1/6 9

Outline 1.Introduction 2.Method 3.Operation 4.Demo 5.References 2012/1/6 10

3.Operation  1.choose “ 是 ” for full screen, choose “ 否 ” for window size=640x480  2.F1:full screen  3.Use mouse to shoot the targets  4.Has a sound when click mouse  5.Can know score and morale at bottom right  6.When morale=0, click space key to restart game.  7.Esc to quit the window. 2012/1/6 11

Outline 1.Introduction 2.Method 3.Operation 4.Demo 5.References 2012/1/6 12

4.Demo  1.DemoDemo 2012/1/6 13

Outline 1.Introduction 2.Method 3.Operation 4.Demo 5.References 2012/1/6 14

5.References  1.MSDN    2.NeHe Productions   2. OpenGL Programming Guide   3.OpenGL 入門學習  html html  4.Programmer Club  /1/6 15