Тёмный
No video :(

Activity 7 - Crashy Bird 

Pip Bhol
Подписаться 187
Просмотров 38 тыс.
50% 1

Learn how to create a variation of the popular game, Flappy Bird!
This is an advanced coding challenge!
Create your own project on Microbit and follow the instructions in the video.
makecode.microbit.org/
Remember, you can pause the video at any time!

Опубликовано:

 

5 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 64   
@Theredstonezone
@Theredstonezone 3 года назад
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
@PROTECHtm
@PROTECHtm 2 года назад
Thank you this was really helpful
@lukafulgosi3444
@lukafulgosi3444 Год назад
Thanks for the tutorial !
@caj2393
@caj2393 3 года назад
Thank u so much 😊
@stmatthewsns4692
@stmatthewsns4692 2 месяца назад
very great,😁
@pro_gamer0014
@pro_gamer0014 Год назад
how do i make the flappy bird go faster each time I pass an obstacle
@P5-3MOHANVISHWARYAN
@P5-3MOHANVISHWARYAN 5 месяцев назад
Yea, I also wanna a challenging game of crashy-bird, its too slow and easy.
@ashs-xg3dp
@ashs-xg3dp Месяц назад
it is not moving the obstacles
@calebclayborne3230
@calebclayborne3230 3 года назад
Can someone help me figure out score i'm really stuck
@user-ei4fw6xn3q
@user-ei4fw6xn3q 5 месяцев назад
do you know Shakira ??????
@user-nc6wx9di8v
@user-nc6wx9di8v 5 месяцев назад
shakira shakira!!!!!!!
@ibrahemiqbal2957
@ibrahemiqbal2957 3 года назад
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 3 года назад
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
@Snakyplum
@Snakyplum 3 года назад
6:59 my time
@shashwatide5213
@shashwatide5213 3 года назад
Please help me to set the score.
@Theredstonezone
@Theredstonezone 3 года назад
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 3 года назад
@@Theredstonezone can you PLEASE send an image of how you did it?? it would be greatly appreciated
@Theredstonezone
@Theredstonezone 3 года назад
@@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.
@tactical_proton1817
@tactical_proton1817 3 года назад
can u write a flow chart of "Crashy Birds" for me???
@fernandofuentes2021
@fernandofuentes2021 3 года назад
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
@karuka785
@karuka785 4 месяца назад
my remainder of is( /) no (+)
@oliviayalex3424
@oliviayalex3424 2 года назад
help i can´t make de obstacles
@Theredstonezone
@Theredstonezone 3 года назад
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
@dustinsiahaan3282
@dustinsiahaan3282 3 года назад
hello
@G00MBY
@G00MBY Год назад
Flappy birb
@user-qb5be4bq9b
@user-qb5be4bq9b 5 месяцев назад
can you just drop the zip here
@user-wl4wf9un3k
@user-wl4wf9un3k 6 месяцев назад
This tutorial does not work, i hope you cant fall asleep tonight 😝
@user-nc6wx9di8v
@user-nc6wx9di8v 5 месяцев назад
yesb totaly
@szebasztiannagy8573
@szebasztiannagy8573 3 года назад
kurvaaaaa
@user-nc6wx9di8v
@user-nc6wx9di8v 5 месяцев назад
this was boring!!!!
Далее
Making a Space Invaders game on Microbit part 1
9:46
🤯️ Vini Jr. ✖️ Brahim 🤯
00:13
Просмотров 3 млн
Coding with micro:bit - Part 5 - Motors & Servos
18:22
Просмотров 111 тыс.
Micro:bit Automatic Plant Watering System
5:50
Просмотров 112 тыс.
I Made 200 Python Projects...Here Are My 5 FAVORITES
11:23
Grow Your Scratch Game With These Hacks!
11:06
Просмотров 325 тыс.
BBC Micro:bit MIDI Guitar
7:00
Просмотров 46 тыс.
Micro:bit - Dodge! (Coding)
8:11
Просмотров 2 тыс.
Best DIY Robot kit for beginners - Micro:Bit
6:28
Просмотров 215 тыс.
🤯️ Vini Jr. ✖️ Brahim 🤯
00:13
Просмотров 3 млн