SlideShare a Scribd company logo
Joshua Meyer Workflow Document 
To start development of my game I first started work on the 
player sprites. To start a new sprite, I right click on ‘sprites’ 
in the assets tab on the side and click Create Sprite. 
The sprite properties window will open and from here you 
can create new sprites, load old sprites and edit them, but 
for now I am just interested in making the player sprite. 
First I must decide on a name for my player sprite that is apropriate and and easily recognisable from 
other player assets I may make in the future. Once I’ve decided on a name I click Edit sprite and 
begin designing the player sprite. 
Designing the sprite was pretty easy thanks to the editor being simple to use and I am working at a 
small resolution. The drawing tools are very similar to MS Paint making designing the sprites very 
familiar.
Now that I have the sprite for the player its time to make the player object. Just like making a new 
sprite, you right click on ‘objects’ in the asset tab and select ‘create new object’. Keeping the palyer 
sprite and the player object seprate will be important later so for now I gave the player object an 
‘_obj’ tag in its name. Umder the sprite section I selected the palyer sprite I had made previousy and 
then I made othe object visible and solid. 
Lastly, I will code the movement controls into the player object and get it ready for testing in a level. 
The movement controls are fairly easy to code and will use pre-existing movement values in game 
maker but I will still have control over the speed at wich the player object moves. Using an “if” 
statement I can check, with “keyboard_check”, if any keys are being pressed on the keyboard. Using 
the “ord” function I can check the classic computer controls W, A, S and D and assign a variable to 
them. For this game, the player object doesn’t have to move to quickly so 8 pixels should be fine.
Once keyboard controls are coded the only thing left to do before testing is creating the level . 
Creating a level is as easy as creating a new sprite or object. Right click on ‘rooms’ in the asset tab 
and select ‘create room’. The dimentions for my room are 1024 pixels by 576 pixels, in line with the 
specifications provided. Once the room has been created I need to add my player object to begin 
testing and developing my game. Under the objects tab in room properties I found a drop down list 
of objects to select my ship from. Once I selected my player object I just left clicked anywhere to 
place the selected object anywhere in the level. 
At the moment there are no level boundries meaning I could fly 
off the screen at any moment. Adding boundries is simple and 
is done back in the movement controls sctript. starting a new 
line in the movement controls script I set the “limits” for each 
direction the ship can move and now that I have a level to test 
in I can confirm that everything works as intended.
Now I just need to add a scrolling background to give the illusion of movement. Drawing inspiration 
from sci-fi movies and shows I recreated stars moving very quickly as if the player ship was moving at 
‘warp speed’ so to say. Under the backgrounds tab in the room properties I selected some 
backgrounds I made previously, set them to scroll across at different speeds and saved my level.
Joshua meyer 2D Game workflow document

More Related Content

DOCX
2d game engine workflow
DOCX
Workflow
DOCX
Workflow
DOCX
2D Game Workflow
ODT
Ben Atherton 2D Side Scrolling Shooter Workflow
DOCX
Task 2 workflow
PPTX
Game maker walkthrough
PPTX
3. production experiments
2d game engine workflow
Workflow
Workflow
2D Game Workflow
Ben Atherton 2D Side Scrolling Shooter Workflow
Task 2 workflow
Game maker walkthrough
3. production experiments

What's hot (17)

PPTX
Unity - Create a structure with primitives
PPTX
Unity - Building Your First Real-Time 3D Project - All Slides
PPTX
Academy PRO: Unity 3D. Environment
PPTX
Chapt 1 (part 2) installing the sdk and exploring the workspace
DOCX
Colin dockerty task2 workflow
PPTX
Chapt 2 storyboarding techniques
PPT
Gaming Outline
PPTX
Project 4 production experiments ghost game
PPTX
Unity 5: First-Person Tutorial
PDF
Lecture 2: C# Programming for VR application in Unity
PDF
Let's make a game unity
DOCX
The purpose and functions of components of game engines
PPTX
Irans work
PPTX
1. production experiments
PPTX
Introduction to Unity3D and Building your First Game
PPTX
2D Top-down shooter workflow
PDF
Unity - Create a structure with primitives
Unity - Building Your First Real-Time 3D Project - All Slides
Academy PRO: Unity 3D. Environment
Chapt 1 (part 2) installing the sdk and exploring the workspace
Colin dockerty task2 workflow
Chapt 2 storyboarding techniques
Gaming Outline
Project 4 production experiments ghost game
Unity 5: First-Person Tutorial
Lecture 2: C# Programming for VR application in Unity
Let's make a game unity
The purpose and functions of components of game engines
Irans work
1. production experiments
Introduction to Unity3D and Building your First Game
2D Top-down shooter workflow
Ad

Viewers also liked (14)

DOCX
Misión y visión
DOCX
Aspectos principales al escribir un ensayo
DOCX
Caracteristicas de la evaluación
DOCX
DOCX
Joshua meyer y1 gd engine_terminology
DOCX
Contenidos conceptuales (1)
DOCX
Gta sript in word for slideshare
PPTX
Importancia de la asigantura
DOCX
Unit 73 ig3 assignment programming sound assets to a game 2013_y1
DOCX
DOCX
Pruebas objetivas
DOCX
Tipos de-evaluación (3)
DOCX
Rubrica de-evaluacion.
DOCX
Prueba escrita ..
Misión y visión
Aspectos principales al escribir un ensayo
Caracteristicas de la evaluación
Joshua meyer y1 gd engine_terminology
Contenidos conceptuales (1)
Gta sript in word for slideshare
Importancia de la asigantura
Unit 73 ig3 assignment programming sound assets to a game 2013_y1
Pruebas objetivas
Tipos de-evaluación (3)
Rubrica de-evaluacion.
Prueba escrita ..
Ad

Similar to Joshua meyer 2D Game workflow document (20)

DOCX
Work flow
DOCX
Work flow the pain is reel
DOCX
Work flow
DOCX
Work Flow
DOCX
Work Flow
DOCX
Jake Hyatt 2D Game Workflow
DOCX
2d games design
PPTX
5. pre production
PPTX
5. pre production
PDF
2 d gameplaytutorial
PPTX
Building your first game in Unity 3d by Sarah Sexton
DOCX
2dworkflow complete
PPTX
Unity workshop
DOCX
Harry johnson 2d work flow task 2 screen shots
DOCX
Y1 gd level_designworkflow
PPTX
7. production reflection
DOCX
Y1 gd level_designworkflow
DOCX
GameMaker Workflow
PPT
Gamemaker - Intro and Core Objects
Work flow
Work flow the pain is reel
Work flow
Work Flow
Work Flow
Jake Hyatt 2D Game Workflow
2d games design
5. pre production
5. pre production
2 d gameplaytutorial
Building your first game in Unity 3d by Sarah Sexton
2dworkflow complete
Unity workshop
Harry johnson 2d work flow task 2 screen shots
Y1 gd level_designworkflow
7. production reflection
Y1 gd level_designworkflow
GameMaker Workflow
Gamemaker - Intro and Core Objects

More from JoshCollege (14)

DOCX
Final major project production diary template
PPTX
Task 3 Evidence
DOCX
Production Diary Week 4
PPTX
Example of a creative brief Josh Meyer
DOCX
Ig je game engines_y2_assignment brief
PPTX
Task 1 evidence
DOCX
Ig2 task 1 work sheet
DOCX
Ig1 task 2 analysis work sheet
DOCX
Console design template
DOCX
Console Comparison
PPTX
Ig1 task 5 sound 2
PPTX
IG1 task 5 sound 1
DOCX
Unit 73 ig2 assignment creating a sample library 2013_y1
DOCX
Unit 73 ig1 assignment computer game audio cut sequence production 2013_y1
Final major project production diary template
Task 3 Evidence
Production Diary Week 4
Example of a creative brief Josh Meyer
Ig je game engines_y2_assignment brief
Task 1 evidence
Ig2 task 1 work sheet
Ig1 task 2 analysis work sheet
Console design template
Console Comparison
Ig1 task 5 sound 2
IG1 task 5 sound 1
Unit 73 ig2 assignment creating a sample library 2013_y1
Unit 73 ig1 assignment computer game audio cut sequence production 2013_y1

Recently uploaded (20)

PPTX
vsfbvefbegbefvsegbthnmthndgbdfvbrsjmrysnedgbdzndhzmsr
PPTX
Visual-Arts.pptx power point elements of art the line, shape, form
PPTX
current by laws xxxxxxxxxxxxxxxxxxxxxxxxxxx
PDF
Dating-Courtship-Marriage-and-Responsible-Parenthood.pdf
PDF
Chapter 3 about The site of the first mass
PPTX
Green and Orange Illustration Understanding Climate Change Presentation.pptx
PPTX
The-Evolution-of-Comedy-in-America-A-Conversation-with-Dan-Nainan.pptx
PPTX
Understanding Postmodernism Powerpoint.pptx
PPSX
opcua_121710.ppsxthsrtuhrbxdtnhtdtndtyty
PPTX
CPAR_QR1_WEEK1_INTRODUCTION TO CPAR.pptx
PPTX
Presentation on tradtional textiles of kutch
PPSX
Multiple scenes in a single painting.ppsx
PPTX
Slide_Egg-81850-About Us PowerPoint Template Free.pptx
PPTX
Physical Education and Health Q4-CO4-TARPAPEL
PPTX
Certificados y Diplomas para Educación de Colores Candy by Slidesgo.pptx
PPTX
Socio ch 1 characteristics characteristics
PPTX
EJ Wedding 520 It's official! We went to Xinyi District to do the documents
PPTX
65bc3704-6ed1-4724-977d-a70f145d40da.pptx
PPTX
A slideshow about aesthetic value in arts
PPTX
Military history & Evolution of Armed Forces of the Philippines
vsfbvefbegbefvsegbthnmthndgbdfvbrsjmrysnedgbdzndhzmsr
Visual-Arts.pptx power point elements of art the line, shape, form
current by laws xxxxxxxxxxxxxxxxxxxxxxxxxxx
Dating-Courtship-Marriage-and-Responsible-Parenthood.pdf
Chapter 3 about The site of the first mass
Green and Orange Illustration Understanding Climate Change Presentation.pptx
The-Evolution-of-Comedy-in-America-A-Conversation-with-Dan-Nainan.pptx
Understanding Postmodernism Powerpoint.pptx
opcua_121710.ppsxthsrtuhrbxdtnhtdtndtyty
CPAR_QR1_WEEK1_INTRODUCTION TO CPAR.pptx
Presentation on tradtional textiles of kutch
Multiple scenes in a single painting.ppsx
Slide_Egg-81850-About Us PowerPoint Template Free.pptx
Physical Education and Health Q4-CO4-TARPAPEL
Certificados y Diplomas para Educación de Colores Candy by Slidesgo.pptx
Socio ch 1 characteristics characteristics
EJ Wedding 520 It's official! We went to Xinyi District to do the documents
65bc3704-6ed1-4724-977d-a70f145d40da.pptx
A slideshow about aesthetic value in arts
Military history & Evolution of Armed Forces of the Philippines

Joshua meyer 2D Game workflow document

  • 1. Joshua Meyer Workflow Document To start development of my game I first started work on the player sprites. To start a new sprite, I right click on ‘sprites’ in the assets tab on the side and click Create Sprite. The sprite properties window will open and from here you can create new sprites, load old sprites and edit them, but for now I am just interested in making the player sprite. First I must decide on a name for my player sprite that is apropriate and and easily recognisable from other player assets I may make in the future. Once I’ve decided on a name I click Edit sprite and begin designing the player sprite. Designing the sprite was pretty easy thanks to the editor being simple to use and I am working at a small resolution. The drawing tools are very similar to MS Paint making designing the sprites very familiar.
  • 2. Now that I have the sprite for the player its time to make the player object. Just like making a new sprite, you right click on ‘objects’ in the asset tab and select ‘create new object’. Keeping the palyer sprite and the player object seprate will be important later so for now I gave the player object an ‘_obj’ tag in its name. Umder the sprite section I selected the palyer sprite I had made previousy and then I made othe object visible and solid. Lastly, I will code the movement controls into the player object and get it ready for testing in a level. The movement controls are fairly easy to code and will use pre-existing movement values in game maker but I will still have control over the speed at wich the player object moves. Using an “if” statement I can check, with “keyboard_check”, if any keys are being pressed on the keyboard. Using the “ord” function I can check the classic computer controls W, A, S and D and assign a variable to them. For this game, the player object doesn’t have to move to quickly so 8 pixels should be fine.
  • 3. Once keyboard controls are coded the only thing left to do before testing is creating the level . Creating a level is as easy as creating a new sprite or object. Right click on ‘rooms’ in the asset tab and select ‘create room’. The dimentions for my room are 1024 pixels by 576 pixels, in line with the specifications provided. Once the room has been created I need to add my player object to begin testing and developing my game. Under the objects tab in room properties I found a drop down list of objects to select my ship from. Once I selected my player object I just left clicked anywhere to place the selected object anywhere in the level. At the moment there are no level boundries meaning I could fly off the screen at any moment. Adding boundries is simple and is done back in the movement controls sctript. starting a new line in the movement controls script I set the “limits” for each direction the ship can move and now that I have a level to test in I can confirm that everything works as intended.
  • 4. Now I just need to add a scrolling background to give the illusion of movement. Drawing inspiration from sci-fi movies and shows I recreated stars moving very quickly as if the player ship was moving at ‘warp speed’ so to say. Under the backgrounds tab in the room properties I selected some backgrounds I made previously, set them to scroll across at different speeds and saved my level.