SlideShare a Scribd company logo
1 of 5
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

What's hot

Unity - Create a structure with primitives
Unity - Create a structure with primitivesUnity - Create a structure with primitives
Unity - Create a structure with primitivesNexusEdgesupport
 
Unity - Building Your First Real-Time 3D Project - All Slides
Unity - Building Your First Real-Time 3D Project - All SlidesUnity - Building Your First Real-Time 3D Project - All Slides
Unity - Building Your First Real-Time 3D Project - All SlidesNexusEdgesupport
 
Academy PRO: Unity 3D. Environment
Academy PRO: Unity 3D. EnvironmentAcademy PRO: Unity 3D. Environment
Academy PRO: Unity 3D. EnvironmentBinary Studio
 
Chapt 1 (part 2) installing the sdk and exploring the workspace
Chapt 1 (part 2)   installing the sdk and exploring the workspaceChapt 1 (part 2)   installing the sdk and exploring the workspace
Chapt 1 (part 2) installing the sdk and exploring the workspaceMuhd Basheer
 
Chapt 2 storyboarding techniques
Chapt 2   storyboarding techniquesChapt 2   storyboarding techniques
Chapt 2 storyboarding techniquesMuhd Basheer
 
Gaming Outline
Gaming OutlineGaming Outline
Gaming OutlineIMGTeched
 
Project 4 production experiments ghost game
Project 4 production experiments ghost gameProject 4 production experiments ghost game
Project 4 production experiments ghost gameClinton Mkala
 
Unity 5: First-Person Tutorial
Unity 5: First-Person TutorialUnity 5: First-Person Tutorial
Unity 5: First-Person TutorialShahed Chowdhuri
 
Lecture 2: C# Programming for VR application in Unity
Lecture 2: C# Programming for VR application in UnityLecture 2: C# Programming for VR application in Unity
Lecture 2: C# Programming for VR application in UnityKobkrit Viriyayudhakorn
 
Let's make a game unity
Let's make a game   unityLet's make a game   unity
Let's make a game unitySaija Ketola
 
The purpose and functions of components of game engines
The purpose and functions of components of game enginesThe purpose and functions of components of game engines
The purpose and functions of components of game enginesJoshCollege
 
1. production experiments
1. production experiments1. production experiments
1. production experimentsJackScott54
 
Introduction to Unity3D and Building your First Game
Introduction to Unity3D and Building your First GameIntroduction to Unity3D and Building your First Game
Introduction to Unity3D and Building your First GameSarah Sexton
 
2D Top-down shooter workflow
2D Top-down shooter workflow2D Top-down shooter workflow
2D Top-down shooter workflowraimondklavins
 

What's hot (17)

Unity - Create a structure with primitives
Unity - Create a structure with primitivesUnity - Create a structure with primitives
Unity - Create a structure with primitives
 
Unity - Building Your First Real-Time 3D Project - All Slides
Unity - Building Your First Real-Time 3D Project - All SlidesUnity - Building Your First Real-Time 3D Project - All Slides
Unity - Building Your First Real-Time 3D Project - All Slides
 
Academy PRO: Unity 3D. Environment
Academy PRO: Unity 3D. EnvironmentAcademy PRO: Unity 3D. Environment
Academy PRO: Unity 3D. Environment
 
Chapt 1 (part 2) installing the sdk and exploring the workspace
Chapt 1 (part 2)   installing the sdk and exploring the workspaceChapt 1 (part 2)   installing the sdk and exploring the workspace
Chapt 1 (part 2) installing the sdk and exploring the workspace
 
Colin dockerty task2 workflow
Colin dockerty task2 workflowColin dockerty task2 workflow
Colin dockerty task2 workflow
 
Chapt 2 storyboarding techniques
Chapt 2   storyboarding techniquesChapt 2   storyboarding techniques
Chapt 2 storyboarding techniques
 
Gaming Outline
Gaming OutlineGaming Outline
Gaming Outline
 
Project 4 production experiments ghost game
Project 4 production experiments ghost gameProject 4 production experiments ghost game
Project 4 production experiments ghost game
 
Unity 5: First-Person Tutorial
Unity 5: First-Person TutorialUnity 5: First-Person Tutorial
Unity 5: First-Person Tutorial
 
Lecture 2: C# Programming for VR application in Unity
Lecture 2: C# Programming for VR application in UnityLecture 2: C# Programming for VR application in Unity
Lecture 2: C# Programming for VR application in Unity
 
Let's make a game unity
Let's make a game   unityLet's make a game   unity
Let's make a game unity
 
The purpose and functions of components of game engines
The purpose and functions of components of game enginesThe purpose and functions of components of game engines
The purpose and functions of components of game engines
 
Irans work
Irans workIrans work
Irans work
 
1. production experiments
1. production experiments1. production experiments
1. production experiments
 
Introduction to Unity3D and Building your First Game
Introduction to Unity3D and Building your First GameIntroduction to Unity3D and Building your First Game
Introduction to Unity3D and Building your First Game
 
2D Top-down shooter workflow
2D Top-down shooter workflow2D Top-down shooter workflow
2D Top-down shooter workflow
 
Unity
UnityUnity
Unity
 

Viewers also liked (14)

Misión y visión
Misión y visiónMisión y visión
Misión y visión
 
Aspectos principales al escribir un ensayo
Aspectos principales al escribir un ensayoAspectos principales al escribir un ensayo
Aspectos principales al escribir un ensayo
 
Caracteristicas de la evaluación
Caracteristicas de la evaluaciónCaracteristicas de la evaluación
Caracteristicas de la evaluación
 
Evaluacion breve
Evaluacion breveEvaluacion breve
Evaluacion breve
 
Joshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminologyJoshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminology
 
Contenidos conceptuales (1)
Contenidos conceptuales (1)Contenidos conceptuales (1)
Contenidos conceptuales (1)
 
Gta sript in word for slideshare
Gta sript in word for slideshareGta sript in word for slideshare
Gta sript in word for slideshare
 
Importancia de la asigantura
Importancia de la asiganturaImportancia de la asigantura
Importancia de la asigantura
 
Unit 73 ig3 assignment programming sound assets to a game 2013_y1
Unit 73 ig3 assignment programming sound assets to a game 2013_y1Unit 73 ig3 assignment programming sound assets to a game 2013_y1
Unit 73 ig3 assignment programming sound assets to a game 2013_y1
 
Entrevista word
Entrevista wordEntrevista word
Entrevista word
 
Pruebas objetivas
Pruebas objetivasPruebas objetivas
Pruebas objetivas
 
Tipos de-evaluación (3)
Tipos de-evaluación (3)Tipos de-evaluación (3)
Tipos de-evaluación (3)
 
Rubrica de-evaluacion.
Rubrica de-evaluacion.Rubrica de-evaluacion.
Rubrica de-evaluacion.
 
Prueba escrita ..
Prueba escrita ..Prueba escrita ..
Prueba escrita ..
 

Similar to Joshua meyer 2D Game workflow document

How tomakea gameinunity3d
How tomakea gameinunity3dHow tomakea gameinunity3d
How tomakea gameinunity3dDao Tung
 
Jake Hyatt 2D Game Workflow
Jake Hyatt 2D Game WorkflowJake Hyatt 2D Game Workflow
Jake Hyatt 2D Game WorkflowJakeyhyatt123
 
Task two workflow by tom crook
Task two workflow by tom crookTask two workflow by tom crook
Task two workflow by tom crookTomCrook
 
Scratch for kids syllabus for 5 hours by bibek pandit
Scratch for kids syllabus for 5 hours by bibek panditScratch for kids syllabus for 5 hours by bibek pandit
Scratch for kids syllabus for 5 hours by bibek panditBibekPandit2
 
Production Log - Cosmic Constructor
Production Log - Cosmic ConstructorProduction Log - Cosmic Constructor
Production Log - Cosmic ConstructorMagicalPotato9000
 
The Ring programming language version 1.5.1 book - Part 47 of 180
The Ring programming language version 1.5.1 book - Part 47 of 180The Ring programming language version 1.5.1 book - Part 47 of 180
The Ring programming language version 1.5.1 book - Part 47 of 180Mahmoud Samir Fayed
 
The Ring programming language version 1.7 book - Part 53 of 196
The Ring programming language version 1.7 book - Part 53 of 196The Ring programming language version 1.7 book - Part 53 of 196
The Ring programming language version 1.7 book - Part 53 of 196Mahmoud Samir Fayed
 
2d games design
2d games design 2d games design
2d games design rafiqfps
 
Work flow the pain is reel
Work flow the pain is reelWork flow the pain is reel
Work flow the pain is reelShaz Riches
 
The Ring programming language version 1.8 book - Part 55 of 202
The Ring programming language version 1.8 book - Part 55 of 202The Ring programming language version 1.8 book - Part 55 of 202
The Ring programming language version 1.8 book - Part 55 of 202Mahmoud Samir Fayed
 
Documentation of my 2D game
Documentation of my 2D gameDocumentation of my 2D game
Documentation of my 2D gamerosstapher
 
Jowen roche 2 d game workflow
Jowen roche 2 d game workflowJowen roche 2 d game workflow
Jowen roche 2 d game workflowaknatdeahobia
 
Tutorial2 scrolling shooter
Tutorial2 scrolling shooterTutorial2 scrolling shooter
Tutorial2 scrolling shooterhccit
 

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

How tomakea gameinunity3d
How tomakea gameinunity3dHow tomakea gameinunity3d
How tomakea gameinunity3d
 
Work flow
Work flowWork flow
Work flow
 
Workflow
WorkflowWorkflow
Workflow
 
Work flow
Work flowWork flow
Work flow
 
Jake Hyatt 2D Game Workflow
Jake Hyatt 2D Game WorkflowJake Hyatt 2D Game Workflow
Jake Hyatt 2D Game Workflow
 
Task two workflow by tom crook
Task two workflow by tom crookTask two workflow by tom crook
Task two workflow by tom crook
 
Task 2 Work Flow
Task 2 Work FlowTask 2 Work Flow
Task 2 Work Flow
 
Scratch for kids syllabus for 5 hours by bibek pandit
Scratch for kids syllabus for 5 hours by bibek panditScratch for kids syllabus for 5 hours by bibek pandit
Scratch for kids syllabus for 5 hours by bibek pandit
 
Production Log - Cosmic Constructor
Production Log - Cosmic ConstructorProduction Log - Cosmic Constructor
Production Log - Cosmic Constructor
 
The Ring programming language version 1.5.1 book - Part 47 of 180
The Ring programming language version 1.5.1 book - Part 47 of 180The Ring programming language version 1.5.1 book - Part 47 of 180
The Ring programming language version 1.5.1 book - Part 47 of 180
 
The Ring programming language version 1.7 book - Part 53 of 196
The Ring programming language version 1.7 book - Part 53 of 196The Ring programming language version 1.7 book - Part 53 of 196
The Ring programming language version 1.7 book - Part 53 of 196
 
2d games design
2d games design 2d games design
2d games design
 
Work flow
Work flowWork flow
Work flow
 
Work flow the pain is reel
Work flow the pain is reelWork flow the pain is reel
Work flow the pain is reel
 
The Ring programming language version 1.8 book - Part 55 of 202
The Ring programming language version 1.8 book - Part 55 of 202The Ring programming language version 1.8 book - Part 55 of 202
The Ring programming language version 1.8 book - Part 55 of 202
 
Documentation of my 2D game
Documentation of my 2D gameDocumentation of my 2D game
Documentation of my 2D game
 
Jowen roche 2 d game workflow
Jowen roche 2 d game workflowJowen roche 2 d game workflow
Jowen roche 2 d game workflow
 
Evaluation fmp
Evaluation   fmpEvaluation   fmp
Evaluation fmp
 
Documentation
DocumentationDocumentation
Documentation
 
Tutorial2 scrolling shooter
Tutorial2 scrolling shooterTutorial2 scrolling shooter
Tutorial2 scrolling shooter
 

More from JoshCollege

Final major project production diary template
Final major project production diary templateFinal major project production diary template
Final major project production diary templateJoshCollege
 
Production Diary Week 4
Production Diary Week 4Production Diary Week 4
Production Diary Week 4JoshCollege
 
Example of a creative brief Josh Meyer
Example of a creative brief Josh MeyerExample of a creative brief Josh Meyer
Example of a creative brief Josh MeyerJoshCollege
 
Ig je game engines_y2_assignment brief
Ig je game engines_y2_assignment briefIg je game engines_y2_assignment brief
Ig je game engines_y2_assignment briefJoshCollege
 
Ig2 task 1 work sheet
Ig2 task 1 work sheetIg2 task 1 work sheet
Ig2 task 1 work sheetJoshCollege
 
Ig1 task 2 analysis work sheet
Ig1 task 2 analysis work sheetIg1 task 2 analysis work sheet
Ig1 task 2 analysis work sheetJoshCollege
 
Console design template
Console design templateConsole design template
Console design templateJoshCollege
 
Console Comparison
Console ComparisonConsole Comparison
Console ComparisonJoshCollege
 
Ig1 task 5 sound 2
Ig1 task 5 sound 2Ig1 task 5 sound 2
Ig1 task 5 sound 2JoshCollege
 
IG1 task 5 sound 1
IG1 task 5 sound 1IG1 task 5 sound 1
IG1 task 5 sound 1JoshCollege
 
Unit 73 ig2 assignment creating a sample library 2013_y1
Unit 73 ig2 assignment creating a sample library 2013_y1Unit 73 ig2 assignment creating a sample library 2013_y1
Unit 73 ig2 assignment creating a sample library 2013_y1JoshCollege
 
Unit 73 ig1 assignment computer game audio cut sequence production 2013_y1
Unit 73 ig1 assignment computer game audio cut sequence production 2013_y1Unit 73 ig1 assignment computer game audio cut sequence production 2013_y1
Unit 73 ig1 assignment computer game audio cut sequence production 2013_y1JoshCollege
 

More from JoshCollege (14)

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

Recently uploaded

Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...
Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...
Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...akbard9823
 
Jeremy Casson - An Architectural and Historical Journey Around Europe
Jeremy Casson - An Architectural and Historical Journey Around EuropeJeremy Casson - An Architectural and Historical Journey Around Europe
Jeremy Casson - An Architectural and Historical Journey Around EuropeJeremy Casson
 
Patrakarpuram ) Cheap Call Girls In Lucknow (Adult Only) 🧈 8923113531 𓀓 Esco...
Patrakarpuram ) Cheap Call Girls In Lucknow  (Adult Only) 🧈 8923113531 𓀓 Esco...Patrakarpuram ) Cheap Call Girls In Lucknow  (Adult Only) 🧈 8923113531 𓀓 Esco...
Patrakarpuram ) Cheap Call Girls In Lucknow (Adult Only) 🧈 8923113531 𓀓 Esco...akbard9823
 
FULL ENJOY - 9953040155 Call Girls in Noida | Delhi
FULL ENJOY - 9953040155 Call Girls in Noida | DelhiFULL ENJOY - 9953040155 Call Girls in Noida | Delhi
FULL ENJOY - 9953040155 Call Girls in Noida | DelhiMalviyaNagarCallGirl
 
Roadrunner Lodge, Motel/Residence, Tucumcari NM
Roadrunner Lodge, Motel/Residence, Tucumcari NMRoadrunner Lodge, Motel/Residence, Tucumcari NM
Roadrunner Lodge, Motel/Residence, Tucumcari NMroute66connected
 
Alex and Chloe by Daniel Johnson Storyboard
Alex and Chloe by Daniel Johnson StoryboardAlex and Chloe by Daniel Johnson Storyboard
Alex and Chloe by Daniel Johnson Storyboardthephillipta
 
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Moti Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | DelhiMalviyaNagarCallGirl
 
RAK Call Girls Service # 971559085003 # Call Girl Service In RAK
RAK Call Girls Service # 971559085003 # Call Girl Service In RAKRAK Call Girls Service # 971559085003 # Call Girl Service In RAK
RAK Call Girls Service # 971559085003 # Call Girl Service In RAKedwardsara83
 
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | Delhi
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | DelhiFULL ENJOY - 9953040155 Call Girls in Paschim Vihar | Delhi
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | DelhiMalviyaNagarCallGirl
 
FULL ENJOY - 9953040155 Call Girls in Indirapuram | Delhi
FULL ENJOY - 9953040155 Call Girls in Indirapuram | DelhiFULL ENJOY - 9953040155 Call Girls in Indirapuram | Delhi
FULL ENJOY - 9953040155 Call Girls in Indirapuram | DelhiMalviyaNagarCallGirl
 
Islamabad Call Girls # 03091665556 # Call Girls in Islamabad | Islamabad Escorts
Islamabad Call Girls # 03091665556 # Call Girls in Islamabad | Islamabad EscortsIslamabad Call Girls # 03091665556 # Call Girls in Islamabad | Islamabad Escorts
Islamabad Call Girls # 03091665556 # Call Girls in Islamabad | Islamabad Escortswdefrd
 
San Jon Motel, Motel/Residence, San Jon NM
San Jon Motel, Motel/Residence, San Jon NMSan Jon Motel, Motel/Residence, San Jon NM
San Jon Motel, Motel/Residence, San Jon NMroute66connected
 
Call Girl Service In Dubai #$# O56521286O #$# Dubai Call Girls
Call Girl Service In Dubai #$# O56521286O #$# Dubai Call GirlsCall Girl Service In Dubai #$# O56521286O #$# Dubai Call Girls
Call Girl Service In Dubai #$# O56521286O #$# Dubai Call Girlsparisharma5056
 
FULL ENJOY - 9953040155 Call Girls in Uttam Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Uttam Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Uttam Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Uttam Nagar | DelhiMalviyaNagarCallGirl
 
Turn Lock Take Key Storyboard Daniel Johnson
Turn Lock Take Key Storyboard Daniel JohnsonTurn Lock Take Key Storyboard Daniel Johnson
Turn Lock Take Key Storyboard Daniel Johnsonthephillipta
 
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Gtb Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | DelhiMalviyaNagarCallGirl
 
exhuma plot and synopsis from the exhuma movie.pptx
exhuma plot and synopsis from the exhuma movie.pptxexhuma plot and synopsis from the exhuma movie.pptx
exhuma plot and synopsis from the exhuma movie.pptxKurikulumPenilaian
 
Bur Dubai Call Girls O58993O4O2 Call Girls in Bur Dubai
Bur Dubai Call Girls O58993O4O2 Call Girls in Bur DubaiBur Dubai Call Girls O58993O4O2 Call Girls in Bur Dubai
Bur Dubai Call Girls O58993O4O2 Call Girls in Bur Dubaidajasot375
 
SHIVNA SAHITYIKI APRIL JUNE 2024 Magazine
SHIVNA SAHITYIKI APRIL JUNE 2024 MagazineSHIVNA SAHITYIKI APRIL JUNE 2024 Magazine
SHIVNA SAHITYIKI APRIL JUNE 2024 MagazineShivna Prakashan
 

Recently uploaded (20)

Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...
Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...
Hazratganj / Call Girl in Lucknow - Phone 🫗 8923113531 ☛ Escorts Service at 6...
 
Jeremy Casson - An Architectural and Historical Journey Around Europe
Jeremy Casson - An Architectural and Historical Journey Around EuropeJeremy Casson - An Architectural and Historical Journey Around Europe
Jeremy Casson - An Architectural and Historical Journey Around Europe
 
Patrakarpuram ) Cheap Call Girls In Lucknow (Adult Only) 🧈 8923113531 𓀓 Esco...
Patrakarpuram ) Cheap Call Girls In Lucknow  (Adult Only) 🧈 8923113531 𓀓 Esco...Patrakarpuram ) Cheap Call Girls In Lucknow  (Adult Only) 🧈 8923113531 𓀓 Esco...
Patrakarpuram ) Cheap Call Girls In Lucknow (Adult Only) 🧈 8923113531 𓀓 Esco...
 
FULL ENJOY - 9953040155 Call Girls in Noida | Delhi
FULL ENJOY - 9953040155 Call Girls in Noida | DelhiFULL ENJOY - 9953040155 Call Girls in Noida | Delhi
FULL ENJOY - 9953040155 Call Girls in Noida | Delhi
 
Roadrunner Lodge, Motel/Residence, Tucumcari NM
Roadrunner Lodge, Motel/Residence, Tucumcari NMRoadrunner Lodge, Motel/Residence, Tucumcari NM
Roadrunner Lodge, Motel/Residence, Tucumcari NM
 
Alex and Chloe by Daniel Johnson Storyboard
Alex and Chloe by Daniel Johnson StoryboardAlex and Chloe by Daniel Johnson Storyboard
Alex and Chloe by Daniel Johnson Storyboard
 
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Moti Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | Delhi
 
RAK Call Girls Service # 971559085003 # Call Girl Service In RAK
RAK Call Girls Service # 971559085003 # Call Girl Service In RAKRAK Call Girls Service # 971559085003 # Call Girl Service In RAK
RAK Call Girls Service # 971559085003 # Call Girl Service In RAK
 
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | Delhi
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | DelhiFULL ENJOY - 9953040155 Call Girls in Paschim Vihar | Delhi
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | Delhi
 
FULL ENJOY - 9953040155 Call Girls in Indirapuram | Delhi
FULL ENJOY - 9953040155 Call Girls in Indirapuram | DelhiFULL ENJOY - 9953040155 Call Girls in Indirapuram | Delhi
FULL ENJOY - 9953040155 Call Girls in Indirapuram | Delhi
 
Islamabad Call Girls # 03091665556 # Call Girls in Islamabad | Islamabad Escorts
Islamabad Call Girls # 03091665556 # Call Girls in Islamabad | Islamabad EscortsIslamabad Call Girls # 03091665556 # Call Girls in Islamabad | Islamabad Escorts
Islamabad Call Girls # 03091665556 # Call Girls in Islamabad | Islamabad Escorts
 
San Jon Motel, Motel/Residence, San Jon NM
San Jon Motel, Motel/Residence, San Jon NMSan Jon Motel, Motel/Residence, San Jon NM
San Jon Motel, Motel/Residence, San Jon NM
 
Call Girl Service In Dubai #$# O56521286O #$# Dubai Call Girls
Call Girl Service In Dubai #$# O56521286O #$# Dubai Call GirlsCall Girl Service In Dubai #$# O56521286O #$# Dubai Call Girls
Call Girl Service In Dubai #$# O56521286O #$# Dubai Call Girls
 
Bur Dubai Call Girls # 971504361175 # Call Girls In Bur Dubai || (UAE)
Bur Dubai Call Girls # 971504361175 # Call Girls In Bur Dubai || (UAE)Bur Dubai Call Girls # 971504361175 # Call Girls In Bur Dubai || (UAE)
Bur Dubai Call Girls # 971504361175 # Call Girls In Bur Dubai || (UAE)
 
FULL ENJOY - 9953040155 Call Girls in Uttam Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Uttam Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Uttam Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Uttam Nagar | Delhi
 
Turn Lock Take Key Storyboard Daniel Johnson
Turn Lock Take Key Storyboard Daniel JohnsonTurn Lock Take Key Storyboard Daniel Johnson
Turn Lock Take Key Storyboard Daniel Johnson
 
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Gtb Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | Delhi
 
exhuma plot and synopsis from the exhuma movie.pptx
exhuma plot and synopsis from the exhuma movie.pptxexhuma plot and synopsis from the exhuma movie.pptx
exhuma plot and synopsis from the exhuma movie.pptx
 
Bur Dubai Call Girls O58993O4O2 Call Girls in Bur Dubai
Bur Dubai Call Girls O58993O4O2 Call Girls in Bur DubaiBur Dubai Call Girls O58993O4O2 Call Girls in Bur Dubai
Bur Dubai Call Girls O58993O4O2 Call Girls in Bur Dubai
 
SHIVNA SAHITYIKI APRIL JUNE 2024 Magazine
SHIVNA SAHITYIKI APRIL JUNE 2024 MagazineSHIVNA SAHITYIKI APRIL JUNE 2024 Magazine
SHIVNA SAHITYIKI APRIL JUNE 2024 Magazine
 

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.