Space Invaders inspired game

Slides:



Advertisements
Similar presentations
Cosc 5/4730 Game Design. A short game design primer. A game or animation is built on an animation loop. – Instance variables of “objects” are updated.
Advertisements

Space Cadet Defender HD CIS 587 Game Evaluation – Ruth Johnson.
Platform Code Cookbook. Put code into the Platform The higher the repeat number, the further the platform will go. Both numbers must be the same. Moving.
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.
Multi-Action Situational Response by Jason Madden 5/1/2008.
MASHOOQ,RAHUL,SANAT AND YIBIN, SAVING MANKIND SINCE SPRING 2011.
A Scratch tutorial. Description: You have 6 bullets to shoot at 2 targets. Every time you hit any of them you get two extra bullets but the targets get.
CSCI 101 Introduction to Software Development and Design.
Lists. Lists store information in a certain order. You can add, remove, or rearrange items in a list. You can also pick out information from a list.
Game Maker Day 2 Making a Maze Game.
How to make Space Invaders
By James Sheets Game Pitch:.  Evil aliens have picked up our radio frequencies, and become infatuated with our celebrities. They’ve decided to invade.
Art 315 Lecture 5 Dr. J. Parker AB 606. Last time … We wrote our first program. We used a tool called GameMaker. The program we wrote causes a ball to.
Undead Tower Defense Terry Holt, Joe Shunia. Abstract of Game Story Storyline: An infectious disease has spread across the world to the human and various.
Ikaruga Charlie Cross CIS Overview Released in 2001 in Japanese Arcades. Released for Dreamcast in 2002 Finally released for Gamecube in.
How to make your first game In ten easy steps By: Aaron Charcoal Styles.
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.
Idea1 : Net Aooni Arcade Idea2 : Shooting Arcade Project Brainstorming Computer Game 2011 Fall ♣ Lee Sang Min.
By James Sheets Game Pitch:  Evil aliens have picked up our radio frequencies, and become infatuated with our celebrities. They’ve decided to invade.
Shooters in GameMaker J Parker.
July 5 Game Workshop. Schedule 9-10:25Finish maze/platform games 10:25-10:45Game structure –Different interactions to motivate players 10:45-11:15Playtest.
Final Project Proposal Space Invaders By Jordan Mahaffey.
Instruction Booklet.  Use the arrow keys to move your plane.  Don’t get hit by the rockets or you will die.  The level will last for 45 seconds.
Games Programming in Scratch
Programming a Shooter Game Design.
StarLogoTNG 101 Treasure Hunt Game Unit Lesson 8: Hatch.
Space Invaders Unit 1 Activity 2 Aliens = 539 First shot – 9 Aliens left = 530 Second shot - 30Aliens left = 500 Third shot - 500Aliens left = 0.
2D Game Design Pitch “Invasion” By: Tom Nanke. Abstract of Game Story It is the year 2190 and planet Earth is trying to salvage the last bit of civilization.
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.
Small Ball Passing [How to use: click on “Slide Show” above. Next click on “From Beginning.” Finally use the "page up" and "page down" key on your keyboard.]
Lives and Scoring Games Programming in Scratch. Games Programming in Scratch L2 Lives and Scoring Learning Objectives Define a variable Understand the.
GAME:IT Junior Paddle Ball Objectives: Review skills from Introduction Create a background Add simple object control (up and down) Add how to create a.
Making a Flappy Birds Game PART 2 – MAKING THE BIRD FLAP AND FALL – AND DEVELOPING THE GAME FURTHER (ADDING ADDITIONAL CHARACTERS, GOODIES, ENEMIES AND.
TIME TO MAKE OUR FIRST INTERACTIVE SPRITE! LAST WEEK WE WERE MAKING SPRITES, or simple PIXELATED Graphics of our favorite CHARACTERS. Feel free to spend.
Tank Game Part 2 of 6. Firing Shells Coming up… Players Scores Large Explosions Small Explosions Damage Health Bars Parent Shell Destructible Walls Reappear.
Stencyl Visual Programming Dr. Gary Liu. Sections: 1: Game Development Concepts 2: Stencyl and Game Mechanics 3: Stencyl Story and Aesthetics 4: stencyl.
SNIPING TUTORIAL – BY TMAN THE IDEA: The objective of this tutorial is to create a sniping effect. To create the sniping effect you need to create a scope.
Index Background Costumes Making object walk smoothly Controlling an object with the keyboard Control an object with the mouse Changing costume when hit.
Brandon King Elizabeth Beddow
Game Maker Intro to Programming Game Maker Pop Quiz (Both Groups)
Intro CS – Keyboard and mouse input
Game Development with Construct 2
Creating a Tank Game in Scratch
Game Engines By James Tedder.
User Interface & Bouncing Ball Game
Jason Kulatunga Tyler Best CMPE 490
Competitive Multiplayer Game
Solving Equations A “Balanced” Approach Skip to One-Step Equations
2D Game Pitch: Pacific Crisis
2D Game Pitch Nicole Farquhar.
Intro to GML.
Burning Skies 2d Game by Nick Rebain.
HYPER SPACE ROTATE LEFT ROTATE RIGHT THRUST FIRE 1 PLAYER
Subtracting Integers 8/23/16.
Game ideas for children 2-4
Tank Game Part 4 of 6.
Tank Game Part 2 of 6.
Lesson Objectives To understand how to make sprites interact
Gladys Nzita-Mak - Storyboard
Week 6: Time and triggers!
Creating a 3D Game With Textures and Lighting
Tank Game Part 4 of 6.
Game Maker Intro to Programming Game Maker Pop Quiz (Both Groups)
Game Over Module 4 Lesson 2.
Transparency & magic pixel
Tank Game Int 10 Unit 3 – Game Maker.
Game design: story and characters
Unity Game Development
So you want to be a Game Designer
Objectives To understand what makes a good game
Presentation transcript:

Space Invaders inspired game Unsing GameMaker

https://www.youtube.com/watch?v=axlx3o0codc

Space Invaders – Sprites and objects needed Ship - the space ship Alien/s - enemy's to shoot and be shot by Bullet - what the player fires at the aliens Bomb - what the alien will drop on the player Barricade - a green barricade to get in the way of bullets and bombs Plus a object with no sprite called obj_control that will be used for lives and health

Player Movement - Left

Player Movement - Right

Get your enemy aliens moving

Have then alien enemies moving left to right Obj_alien should be solid

Getting the enemies moving right to left Obj_alien should be solid

Creating a variable to stagger bullets

Creating a variable to stagger bullets

Creating the bullet

Getting the bullet moving

Aliens shooting bombs randomly When done get the enemy bomb moving down towards the player.

Setting score and lives

Display score and lives Once done using the Set Score action add points for each kill. Then using the Set lives action to remove one life when colliding with the bomb

Completing and adding to your game Place barriers that are destroyed by the player and enemy's fire Get the bullet to destroy the ghost More levels that get progressively harder Have a 3 live system Add 10 to score with each alien kill Have a extra UFO enemy that is faster and harder to kill but gives more points