Activity 7 - Crashy Bird

  Рет қаралды 39,987

Pip Bhol

Pip Bhol

Күн бұрын

Пікірлер: 65
@SirineDuri
@SirineDuri 8 ай бұрын
do you know Shakira ??????
@Simonadances
@Simonadances 8 ай бұрын
shakira shakira!!!!!!!
@Theredstonezone
@Theredstonezone 4 жыл бұрын
hey, thanks for the tutorial! it really helped me understand!
@IDunnoBM
@IDunnoBM 3 жыл бұрын
Ayyy i finaly found a electronic i can use that doesnt need a computer to use! Even better i can program which is good!!!
@dodo_masterz8849
@dodo_masterz8849 2 жыл бұрын
Thanks for the tutorial! Also how do I make the game to count my score?
@Disposablelolz
@Disposablelolz 2 жыл бұрын
i have no idea thats kinda the reason why i watched this video
@lukafulgosi3444
@lukafulgosi3444 Жыл бұрын
Thanks for the tutorial !
@ashs-xg3dp
@ashs-xg3dp 4 ай бұрын
it is not moving the obstacles
@stmatthewsns4692
@stmatthewsns4692 5 ай бұрын
very great,😁
@shashwatide5213
@shashwatide5213 4 жыл бұрын
Please help me to set the score.
@Theredstonezone
@Theredstonezone 4 жыл бұрын
Hi! I literally just figured it out, to do it just put a change score by 0.25 block under the “delete obstacles get and remove value at 0”
@eao5733
@eao5733 4 жыл бұрын
@@Theredstonezone can you PLEASE send an image of how you did it?? it would be greatly appreciated
@Theredstonezone
@Theredstonezone 4 жыл бұрын
@@eao5733 I’m not sure how to send images
@shashwatide5213
@shashwatide5213 3 жыл бұрын
@@Theredstonezone thanks!
@TheMaiham
@TheMaiham 3 жыл бұрын
@IkeTheDog2009 same, but i dont know how to fix it.
@ibrahemiqbal2957
@ibrahemiqbal2957 4 жыл бұрын
at 9:46 I dont have the array list remove value at 0 which will slip in the sprite thing. I have that but it's a block...
@crzy7765
@crzy7765 4 жыл бұрын
Same
@bengriffiths2258
@bengriffiths2258 3 жыл бұрын
Same
@unchartedgamesnoah195
@unchartedgamesnoah195 3 жыл бұрын
I know like what do I do
@unchartedgamesnoah195
@unchartedgamesnoah195 3 жыл бұрын
@@bengriffiths2258 do you know how to fix it?
@myacorbin7353
@myacorbin7353 3 жыл бұрын
same
@pro_gamer0014
@pro_gamer0014 2 жыл бұрын
how do i make the flappy bird go faster each time I pass an obstacle
@P5-3MOHANVISHWARYAN
@P5-3MOHANVISHWARYAN 8 ай бұрын
Yea, I also wanna a challenging game of crashy-bird, its too slow and easy.
@PROTECHtm
@PROTECHtm 2 жыл бұрын
Thank you this was really helpful
@Snakyplum
@Snakyplum 3 жыл бұрын
6:59 my time
@ViolaNyström
@ViolaNyström 9 ай бұрын
This tutorial does not work, i hope you cant fall asleep tonight 😝
@Simonadances
@Simonadances 8 ай бұрын
yesb totaly
@caj2393
@caj2393 4 жыл бұрын
Thank u so much 😊
@tactical_proton1817
@tactical_proton1817 4 жыл бұрын
can u write a flow chart of "Crashy Birds" for me???
@fernandofuentes2021
@fernandofuentes2021 4 жыл бұрын
Did you do the flowchart? I want it too xd
@brightypg3d988
@brightypg3d988 2 жыл бұрын
there it is for javascript ps:it even counts your score input.onButtonPressed(Button.A, function () { bird.change(LedSpriteProperty.Y, -1) }) input.onButtonPressed(Button.B, function () { bird.change(LedSpriteProperty.Y, 1) }) input.onGesture(Gesture.Shake, function () { }) let emptyObstacleY = 0 let ticks = 0 let bird: game.LedSprite = null music.setVolume(255) music.startMelody(music.builtInMelody(Melodies.Entertainer), MelodyOptions.Forever) let index = 0 let obstacles: game.LedSprite[] = [] bird = game.createSprite(0, 2) bird.set(LedSpriteProperty.Blink, 120) basic.forever(function () { while (obstacles.length > 0 && obstacles[0].get(LedSpriteProperty.X) == 0) { obstacles.removeAt(0).delete() } for (let obstacle2 of obstacles) { obstacle2.change(LedSpriteProperty.X, -1) } if (ticks % 3 == 0) { emptyObstacleY = Math.randomRange(0, 4) for (let index2 = 0; index2
@Theredstonezone
@Theredstonezone 4 жыл бұрын
Figured out the score!
@calebclayborne3230
@calebclayborne3230 3 жыл бұрын
Can't firgure out score
@lucid_hq6894
@lucid_hq6894 3 жыл бұрын
How?
@cindytraa
@cindytraa 3 жыл бұрын
@@lucid_hq6894 put a change score by 0.25 block under the “delete obstacles get and remove value at 0” :)
@mtz1nn_722
@mtz1nn_722 3 жыл бұрын
@@cindytraa it doesnt work for me
@ebrarvuthaj
@ebrarvuthaj 3 жыл бұрын
@@mtz1nn_722 dont forget to do set score to 0 in the on start block
@karuka785
@karuka785 7 ай бұрын
my remainder of is( /) no (+)
@calebclayborne3230
@calebclayborne3230 3 жыл бұрын
Can someone help me figure out score i'm really stuck
@kevinmesa-x2s
@kevinmesa-x2s 22 күн бұрын
penemono
@oliviayalex3424
@oliviayalex3424 2 жыл бұрын
help i can´t make de obstacles
@dustinsiahaan3282
@dustinsiahaan3282 4 жыл бұрын
hello
@G00MBY
@G00MBY Жыл бұрын
Flappy birb
@H4LAMAKK
@H4LAMAKK 8 ай бұрын
can you just drop the zip here
@Simonadances
@Simonadances 8 ай бұрын
this was boring!!!!
@szebasztiannagy8573
@szebasztiannagy8573 4 жыл бұрын
kurvaaaaa
Making a Space Invaders game on Microbit part 1
9:46
Adam Singer
Рет қаралды 19 М.
Micro:bit Automatic Plant Watering System
5:50
Michael Klements
Рет қаралды 123 М.
Who's spending her birthday with Harley Quinn on halloween?#Harley Quinn #joker
01:00
Harley Quinn with the Joker
Рет қаралды 17 МЛН
Random Emoji Beatbox Challenge #beatbox #tiktok
00:47
BeatboxJCOP
Рет қаралды 54 МЛН
Perfect Pitch Challenge? Easy! 🎤😎| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 65 МЛН
Não sabe esconder Comida
00:20
DUDU e CAROL
Рет қаралды 67 МЛН
How to Make a Flappy Bird Game in Micro: Bit | Beginner Micro: Bit Tutorial
25:02
micro:bit reaction game - make
8:36
Microsoft MakeCode
Рет қаралды 127 М.
Code Flappy Bird in Java
54:02
Kenny Yip Coding
Рет қаралды 145 М.
micro:bit Tutorial Series Part 1: Getting Started
6:39
Shawn Hymel
Рет қаралды 481 М.
micro:bit Shooting Game
17:52
3C Creative
Рет қаралды 68 М.
PACMAN GAME - Micro Bit
6:16
David Programming Studio
Рет қаралды 8 М.
Coding with micro:bit - Part 5 - Motors & Servos
18:22
Stu Lowe
Рет қаралды 117 М.
Tetris inspired game on the micro:bit
5:24
iNimbleSloth
Рет қаралды 23 М.
How To Make A Pac Man Game With The Micro:bit
10:38
The Shroud Ninja
Рет қаралды 65 М.
Micro:bit music Baby shark
7:01
Marisa Makdang
Рет қаралды 44 М.
Who's spending her birthday with Harley Quinn on halloween?#Harley Quinn #joker
01:00
Harley Quinn with the Joker
Рет қаралды 17 МЛН