SlideShare uma empresa Scribd logo
1 de 77
Flappy Bird Video Game Design in Scratch
Welcome!! If you are here early,
please do the following steps:
1. Make sure you are logged in to
Scratch by going to
https://scratch.mit.edu.
2. Type in the chat box here what
city you are joining us from!
3. Tell us in the chat what level of
experience you have with
Scratch. Are you a newbie? Have
you been using it for years? Are
you a bit familiar with it but
would like to know more?
Flappy Bird Video Game
Design in Scratch
AnnMarie Kolakowski
Pasadena Public Library
Summer 2020
What IS Flappy Bird?
•It’s a side-scroller mobile app game made in
2013, in which the player has to guide the
bird protagonist in between obstacles by
flapping its wings to fight the pull of gravity.
•There are a lot of parodies that have been
made of this game. Play one now! Go to:
https://flappycreator.com/random.php
To Make a Side-Scroller like
Flappy Bird, we’re gonna need…
MATH!
Positive x values
+
Negative x values
-
Positive y values
+
Negative y values
-
(8,8)
Coordinates:
(x,y)
(-8,8)
Coordinates:
(x,y)
(-8,-8)
Coordinates:
(x,y)
(8,-8)
Coordinates:
(x,y)
What quadrant
would this be in?
(4,4)
Type your answer
in the chat!
Quadrant I!
What quadrant
would this be in?
(-4,4)
Type your answer
in the chat!
Quadrant II!
Why all this
stuff about math
and graphing
and quadrants?
Because we use
numbers to tell
the computer
where to place
our sprites along
the x-y axis.
And once our sprites
are placed where we
want them, we will use
numbers to tell the
computer what
direction and speed to
move them.
Get to Know the Scratch Interface!
Get to Know Your Blocks!
v
v
v
v
v
v
v
Now we’re going to fix some
broken games.
You can learn a lot about how something works
when it DOESN’T.
What’s wrong with this game?
Alright, coding detectives…
Try this one on your own!
What’s wrong with this game?
Go to
https://scratch.mit.edu/projects/399371220/
What’s wrong with this game?
Go to
https://scratch.mit.edu/projects/399371220/
If you added a forever loop to keep the pipe’s X
position constantly changing, you were right!
What’s wrong with this game?
What’s wrong with this game?
Would one of these blocks help to end the
game if the bird hits the ground?
Yes! You could set your game to end if the
bird sprite touches anything green or brown!
Alright, coding detectives…
Try this one on your own!
What’s wrong with this game?
Go to:
https://scratch.mit.edu/projects/399365404/
Hint:
Remember your
X-Y Axis!!
Hint:
Remember your
X-Y Axis!!
If you changed the bird’s gravity variable from a
positive number to a negative number, you were right!
What’s wrong with this game?
What’s wrong with this game?
What’s wrong with this game?
Would one of these blocks make the bird look like
its wings are flapping up or down each time I hit
the spacebar?
Yes! Simply add a change of costume whenever the
spacebar is pressed.
Alright, coding detectives…
Try this one on your own!
What’s wrong with this game?
Go to:
https://scratch.mit.edu/projects/399399665/
What’s wrong with this game?
Go to:
https://scratch.mit.edu/projects/399399665/
If you set the score to add 1 every time the pipe gets
to a certain point along the negative end of the X axis,
you were right!
Now, make sure you’re logged in…
You’re going to remix a project and share it!
Let’s try putting this project together from
nothing but bits and pieces.
Can you tell where the pieces should go?
Go to:
https://scratch.mit.edu/projects/399402120/
Your Bird sprite’s code
should look like this!
Your pipe
sprite’s code
should look
like this!
Your pipe 2
sprite’s code
should look like
this!
Your stage code
should look like
this!
Now, wanna have some fun with it?
Choose a
new animal
sprite! Who
says your
Flappy Bird
has to be a
bird?
Try a different
backdrop!
I recommend
the Patterns
because they
won’t have too
many of the
colors you have
to avoid.
You could make some new pipes!
https://www.
youtube.com
/watch?v=Y4y
nhKndAew by
Hackingtons
Code School
for Kids
When you’re done, don’t forget to share!
Note, you have
to verify your
email account
to get sharing
permissions.
Give your project a unique name and make
sure you tell the user how to play.
Questions?
Feel free to send me an email if you need help!
akolakowski@cityofpasadena.net
I’ll be emailing everyone a link to the recording
and a link to the slides within the next few days.
Happy Flapping!

Mais conteúdo relacionado

Mais procurados

scratch course-part1-2023.pdf
scratch course-part1-2023.pdfscratch course-part1-2023.pdf
scratch course-part1-2023.pdfDoaa Mohey Eldin
 
Game Development with Unity
Game Development with UnityGame Development with Unity
Game Development with Unitydavidluzgouveia
 
Game development pipeline
Game development pipelineGame development pipeline
Game development pipelineGAME Studios
 
Future of Gaming.pptx
Future of Gaming.pptxFuture of Gaming.pptx
Future of Gaming.pptxBCA6068DHRUV
 
How to Monetize YouTube Channel
How to Monetize YouTube ChannelHow to Monetize YouTube Channel
How to Monetize YouTube ChannelMyspeedhub
 
Game Design Fundamentals
Game Design FundamentalsGame Design Fundamentals
Game Design FundamentalsIntelligent_ly
 
The sixth sense technology complete ppt
The sixth sense technology complete pptThe sixth sense technology complete ppt
The sixth sense technology complete pptatinav242
 
A sample Lab report on a game.
A sample Lab report on a game. A sample Lab report on a game.
A sample Lab report on a game. Junayed Ahmed
 
The Basics of Unity - The Game Engine
The Basics of Unity - The Game EngineThe Basics of Unity - The Game Engine
The Basics of Unity - The Game EngineOrisysIndia
 
Snake Game in Python Progress report
Snake Game in Python Progress reportSnake Game in Python Progress report
Snake Game in Python Progress reportMuhammad Aziz
 
Computer Coding with Scratch: Lesson 2_primaryschoollessons
Computer Coding with Scratch: Lesson 2_primaryschoollessonsComputer Coding with Scratch: Lesson 2_primaryschoollessons
Computer Coding with Scratch: Lesson 2_primaryschoollessonsSeniorInfants
 
Coding Basics with Scratch
Coding Basics with ScratchCoding Basics with Scratch
Coding Basics with ScratchNicole Baratta
 
Scratch Lesson 2 – Paint Editor
Scratch Lesson 2 – Paint EditorScratch Lesson 2 – Paint Editor
Scratch Lesson 2 – Paint EditorDavid Oromaner
 

Mais procurados (20)

Endless runner
Endless runnerEndless runner
Endless runner
 
scratch course-part1-2023.pdf
scratch course-part1-2023.pdfscratch course-part1-2023.pdf
scratch course-part1-2023.pdf
 
Game Development with Unity
Game Development with UnityGame Development with Unity
Game Development with Unity
 
Street runner final
Street runner finalStreet runner final
Street runner final
 
Snake PY Game.pptx
Snake PY Game.pptxSnake PY Game.pptx
Snake PY Game.pptx
 
Game Design
Game DesignGame Design
Game Design
 
Game development pipeline
Game development pipelineGame development pipeline
Game development pipeline
 
Hangman game
Hangman gameHangman game
Hangman game
 
Future of Gaming.pptx
Future of Gaming.pptxFuture of Gaming.pptx
Future of Gaming.pptx
 
How to Monetize YouTube Channel
How to Monetize YouTube ChannelHow to Monetize YouTube Channel
How to Monetize YouTube Channel
 
Snake Game Report
Snake Game ReportSnake Game Report
Snake Game Report
 
Game Design Fundamentals
Game Design FundamentalsGame Design Fundamentals
Game Design Fundamentals
 
The sixth sense technology complete ppt
The sixth sense technology complete pptThe sixth sense technology complete ppt
The sixth sense technology complete ppt
 
A sample Lab report on a game.
A sample Lab report on a game. A sample Lab report on a game.
A sample Lab report on a game.
 
Currency converter
Currency converterCurrency converter
Currency converter
 
The Basics of Unity - The Game Engine
The Basics of Unity - The Game EngineThe Basics of Unity - The Game Engine
The Basics of Unity - The Game Engine
 
Snake Game in Python Progress report
Snake Game in Python Progress reportSnake Game in Python Progress report
Snake Game in Python Progress report
 
Computer Coding with Scratch: Lesson 2_primaryschoollessons
Computer Coding with Scratch: Lesson 2_primaryschoollessonsComputer Coding with Scratch: Lesson 2_primaryschoollessons
Computer Coding with Scratch: Lesson 2_primaryschoollessons
 
Coding Basics with Scratch
Coding Basics with ScratchCoding Basics with Scratch
Coding Basics with Scratch
 
Scratch Lesson 2 – Paint Editor
Scratch Lesson 2 – Paint EditorScratch Lesson 2 – Paint Editor
Scratch Lesson 2 – Paint Editor
 

Semelhante a Hour (and a half) of Code: Flappy Bird Games in Scratch

Game apps for tablets usable in education
Game apps  for tablets usable in educationGame apps  for tablets usable in education
Game apps for tablets usable in educationYannis Kotsanis
 
Introduction to Game-Making Tools
Introduction to Game-Making ToolsIntroduction to Game-Making Tools
Introduction to Game-Making ToolsCecily Carver
 
7 Growth Hacks Angry Birds Did Not Use
7 Growth Hacks Angry Birds Did Not Use7 Growth Hacks Angry Birds Did Not Use
7 Growth Hacks Angry Birds Did Not UseMegacool
 
From Scratch to Snap! , what visual programming brings to my students.
From Scratch to Snap! , what visual programming brings to my students.From Scratch to Snap! , what visual programming brings to my students.
From Scratch to Snap! , what visual programming brings to my students.Nathalie Carrié
 
Bica Studios Game Design Document and the Importance of Testing
Bica Studios Game Design Document and the Importance of TestingBica Studios Game Design Document and the Importance of Testing
Bica Studios Game Design Document and the Importance of TestingBica Studios
 
Smart Strategies Fuel Geometry Dash's Slow Jog To Success
Smart Strategies Fuel Geometry Dash's Slow Jog To Success
Smart Strategies Fuel Geometry Dash's Slow Jog To Success
Smart Strategies Fuel Geometry Dash's Slow Jog To Success erectcard6239
 
Playful design workshop ferrara - uxlx 2014
Playful design workshop   ferrara - uxlx 2014Playful design workshop   ferrara - uxlx 2014
Playful design workshop ferrara - uxlx 2014ferrarajc
 
Scratch Parrot Game
Scratch Parrot GameScratch Parrot Game
Scratch Parrot Gamejenloudun
 
FGS 2011: Keeping Yourself Honest in Game Design (SteamBirds)
FGS 2011: Keeping Yourself Honest in Game Design (SteamBirds)FGS 2011: Keeping Yourself Honest in Game Design (SteamBirds)
FGS 2011: Keeping Yourself Honest in Game Design (SteamBirds)mochimedia
 
Scratch parrot shoot game
Scratch   parrot shoot gameScratch   parrot shoot game
Scratch parrot shoot gamemrsharma2015
 
LAFS SVI Level 1 - Introduction
LAFS SVI Level 1 - IntroductionLAFS SVI Level 1 - Introduction
LAFS SVI Level 1 - IntroductionDavid Mullich
 
Sutd Game Lab's prototyping tips
Sutd Game Lab's prototyping tipsSutd Game Lab's prototyping tips
Sutd Game Lab's prototyping tipsPhaedra Pang
 
Proposal - video game project
Proposal - video game projectProposal - video game project
Proposal - video game projectJoyLucyBuck
 
Jake Hyatt 2D Game Workflow
Jake Hyatt 2D Game WorkflowJake Hyatt 2D Game Workflow
Jake Hyatt 2D Game WorkflowJakeyhyatt123
 

Semelhante a Hour (and a half) of Code: Flappy Bird Games in Scratch (20)

Game apps for tablets usable in education
Game apps  for tablets usable in educationGame apps  for tablets usable in education
Game apps for tablets usable in education
 
Introduction to Game-Making Tools
Introduction to Game-Making ToolsIntroduction to Game-Making Tools
Introduction to Game-Making Tools
 
7 Growth Hacks Angry Birds Did Not Use
7 Growth Hacks Angry Birds Did Not Use7 Growth Hacks Angry Birds Did Not Use
7 Growth Hacks Angry Birds Did Not Use
 
A mazing Game
A mazing GameA mazing Game
A mazing Game
 
From Scratch to Snap! , what visual programming brings to my students.
From Scratch to Snap! , what visual programming brings to my students.From Scratch to Snap! , what visual programming brings to my students.
From Scratch to Snap! , what visual programming brings to my students.
 
Lesson-7-Flappy-Bird.pptx
Lesson-7-Flappy-Bird.pptxLesson-7-Flappy-Bird.pptx
Lesson-7-Flappy-Bird.pptx
 
Dodo does-math
Dodo does-mathDodo does-math
Dodo does-math
 
Bica Studios Game Design Document and the Importance of Testing
Bica Studios Game Design Document and the Importance of TestingBica Studios Game Design Document and the Importance of Testing
Bica Studios Game Design Document and the Importance of Testing
 
Smart Strategies Fuel Geometry Dash's Slow Jog To Success
Smart Strategies Fuel Geometry Dash's Slow Jog To Success
Smart Strategies Fuel Geometry Dash's Slow Jog To Success
Smart Strategies Fuel Geometry Dash's Slow Jog To Success
 
4. proposal
4. proposal4. proposal
4. proposal
 
Playful design workshop ferrara - uxlx 2014
Playful design workshop   ferrara - uxlx 2014Playful design workshop   ferrara - uxlx 2014
Playful design workshop ferrara - uxlx 2014
 
Scratch Parrot Game
Scratch Parrot GameScratch Parrot Game
Scratch Parrot Game
 
FGS 2011: Keeping Yourself Honest in Game Design (SteamBirds)
FGS 2011: Keeping Yourself Honest in Game Design (SteamBirds)FGS 2011: Keeping Yourself Honest in Game Design (SteamBirds)
FGS 2011: Keeping Yourself Honest in Game Design (SteamBirds)
 
Scratch parrot shoot game
Scratch   parrot shoot gameScratch   parrot shoot game
Scratch parrot shoot game
 
LAFS SVI Level 1 - Introduction
LAFS SVI Level 1 - IntroductionLAFS SVI Level 1 - Introduction
LAFS SVI Level 1 - Introduction
 
Sutd Game Lab's prototyping tips
Sutd Game Lab's prototyping tipsSutd Game Lab's prototyping tips
Sutd Game Lab's prototyping tips
 
maze runner game.pptx
maze runner game.pptxmaze runner game.pptx
maze runner game.pptx
 
Lesson 2 The Maze Runner.pptx
Lesson 2 The Maze Runner.pptxLesson 2 The Maze Runner.pptx
Lesson 2 The Maze Runner.pptx
 
Proposal - video game project
Proposal - video game projectProposal - video game project
Proposal - video game project
 
Jake Hyatt 2D Game Workflow
Jake Hyatt 2D Game WorkflowJake Hyatt 2D Game Workflow
Jake Hyatt 2D Game Workflow
 

Mais de AnnMarie Ppl

Manu discussion.pptx
Manu discussion.pptxManu discussion.pptx
Manu discussion.pptxAnnMarie Ppl
 
Coding & Art, ArtNight Presentation
Coding & Art, ArtNight PresentationCoding & Art, ArtNight Presentation
Coding & Art, ArtNight PresentationAnnMarie Ppl
 
A Good Kind of Trouble discussion questions
A Good Kind of Trouble discussion questionsA Good Kind of Trouble discussion questions
A Good Kind of Trouble discussion questionsAnnMarie Ppl
 
The Turtle of Oman Discussion for Read Around the World Book Club
The Turtle of Oman Discussion for Read Around the World Book ClubThe Turtle of Oman Discussion for Read Around the World Book Club
The Turtle of Oman Discussion for Read Around the World Book ClubAnnMarie Ppl
 
Week four of NaNoWriMo Young Writers Program
Week four of NaNoWriMo Young Writers ProgramWeek four of NaNoWriMo Young Writers Program
Week four of NaNoWriMo Young Writers ProgramAnnMarie Ppl
 
Week three of NaNoWriMo Young Writers Program
Week three of NaNoWriMo Young Writers ProgramWeek three of NaNoWriMo Young Writers Program
Week three of NaNoWriMo Young Writers ProgramAnnMarie Ppl
 
Week two of NaNoWriMo Young Writers Program
Week two of NaNoWriMo Young Writers ProgramWeek two of NaNoWriMo Young Writers Program
Week two of NaNoWriMo Young Writers ProgramAnnMarie Ppl
 
Week one of NaNoWriMo Young Writers Program
Week one of NaNoWriMo Young Writers ProgramWeek one of NaNoWriMo Young Writers Program
Week one of NaNoWriMo Young Writers ProgramAnnMarie Ppl
 
Lucha Libros Basic Information
Lucha Libros Basic InformationLucha Libros Basic Information
Lucha Libros Basic InformationAnnMarie Ppl
 
Tua and the Elephant discussion questions
Tua and the Elephant discussion questionsTua and the Elephant discussion questions
Tua and the Elephant discussion questionsAnnMarie Ppl
 
Emil and the detectives
Emil and the detectivesEmil and the detectives
Emil and the detectivesAnnMarie Ppl
 
Kids' Writing Workshop: Summer Reading Inspirations
Kids' Writing Workshop: Summer Reading InspirationsKids' Writing Workshop: Summer Reading Inspirations
Kids' Writing Workshop: Summer Reading InspirationsAnnMarie Ppl
 
Citizen Science Kids Can Do at Home
Citizen Science Kids Can Do at HomeCitizen Science Kids Can Do at Home
Citizen Science Kids Can Do at HomeAnnMarie Ppl
 
Measuring Light in the Night
Measuring Light in the NightMeasuring Light in the Night
Measuring Light in the NightAnnMarie Ppl
 
Educator Night 2020 presentation
Educator Night 2020 presentationEducator Night 2020 presentation
Educator Night 2020 presentationAnnMarie Ppl
 
Make Believe Science Presentation
Make Believe Science PresentationMake Believe Science Presentation
Make Believe Science PresentationAnnMarie Ppl
 
Writing a Choose Your Own Adventure Story in Twine
Writing a Choose Your Own Adventure Story in TwineWriting a Choose Your Own Adventure Story in Twine
Writing a Choose Your Own Adventure Story in TwineAnnMarie Ppl
 
Roller coaster ski jumps
Roller coaster ski jumpsRoller coaster ski jumps
Roller coaster ski jumpsAnnMarie Ppl
 
Propeller powered balloon helicopter 2018
Propeller powered balloon helicopter 2018Propeller powered balloon helicopter 2018
Propeller powered balloon helicopter 2018AnnMarie Ppl
 

Mais de AnnMarie Ppl (20)

Manu discussion.pptx
Manu discussion.pptxManu discussion.pptx
Manu discussion.pptx
 
Coding & Art, ArtNight Presentation
Coding & Art, ArtNight PresentationCoding & Art, ArtNight Presentation
Coding & Art, ArtNight Presentation
 
A Good Kind of Trouble discussion questions
A Good Kind of Trouble discussion questionsA Good Kind of Trouble discussion questions
A Good Kind of Trouble discussion questions
 
The Turtle of Oman Discussion for Read Around the World Book Club
The Turtle of Oman Discussion for Read Around the World Book ClubThe Turtle of Oman Discussion for Read Around the World Book Club
The Turtle of Oman Discussion for Read Around the World Book Club
 
Week four of NaNoWriMo Young Writers Program
Week four of NaNoWriMo Young Writers ProgramWeek four of NaNoWriMo Young Writers Program
Week four of NaNoWriMo Young Writers Program
 
Week three of NaNoWriMo Young Writers Program
Week three of NaNoWriMo Young Writers ProgramWeek three of NaNoWriMo Young Writers Program
Week three of NaNoWriMo Young Writers Program
 
Week two of NaNoWriMo Young Writers Program
Week two of NaNoWriMo Young Writers ProgramWeek two of NaNoWriMo Young Writers Program
Week two of NaNoWriMo Young Writers Program
 
Week one of NaNoWriMo Young Writers Program
Week one of NaNoWriMo Young Writers ProgramWeek one of NaNoWriMo Young Writers Program
Week one of NaNoWriMo Young Writers Program
 
Lucha Libros Basic Information
Lucha Libros Basic InformationLucha Libros Basic Information
Lucha Libros Basic Information
 
Tua and the Elephant discussion questions
Tua and the Elephant discussion questionsTua and the Elephant discussion questions
Tua and the Elephant discussion questions
 
Emil and the detectives
Emil and the detectivesEmil and the detectives
Emil and the detectives
 
Kids' Writing Workshop: Summer Reading Inspirations
Kids' Writing Workshop: Summer Reading InspirationsKids' Writing Workshop: Summer Reading Inspirations
Kids' Writing Workshop: Summer Reading Inspirations
 
Citizen Science Kids Can Do at Home
Citizen Science Kids Can Do at HomeCitizen Science Kids Can Do at Home
Citizen Science Kids Can Do at Home
 
Measuring Light in the Night
Measuring Light in the NightMeasuring Light in the Night
Measuring Light in the Night
 
Educator Night 2020 presentation
Educator Night 2020 presentationEducator Night 2020 presentation
Educator Night 2020 presentation
 
Make a Lego Movie
Make a Lego MovieMake a Lego Movie
Make a Lego Movie
 
Make Believe Science Presentation
Make Believe Science PresentationMake Believe Science Presentation
Make Believe Science Presentation
 
Writing a Choose Your Own Adventure Story in Twine
Writing a Choose Your Own Adventure Story in TwineWriting a Choose Your Own Adventure Story in Twine
Writing a Choose Your Own Adventure Story in Twine
 
Roller coaster ski jumps
Roller coaster ski jumpsRoller coaster ski jumps
Roller coaster ski jumps
 
Propeller powered balloon helicopter 2018
Propeller powered balloon helicopter 2018Propeller powered balloon helicopter 2018
Propeller powered balloon helicopter 2018
 

Último

Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxNikitaBankoti2
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesShubhangi Sonawane
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 

Último (20)

Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 

Hour (and a half) of Code: Flappy Bird Games in Scratch