uhuy chanel
uhuy chanel
  • Видео 28
  • Просмотров 47 377
EXCAVATOR TELAT KERJA DIMARAHIN DUMP TRUCK MURKA!!!
EXCAVATOR TELAT KERJA DIMARAHIN DUMP TRUCK MURKA!!!
Просмотров: 248

Видео

FIRST JOB FOR RC DUMP TRUCK & RC EXCAVATOR
Просмотров 2522 года назад
FIRST JOB FOR RC DUMP TRUCK & RC EXCAVATOR
RC EXCAVATOR XUEZHISHAN BODY METAL UNBOXING TEST RUN & WORK
Просмотров 31 тыс.2 года назад
RC EXCAVATOR XUEZHISHAN BODY METAL UNBOXING TEST RUN & WORK
RC DUMP TRUCK CHEAP UNBOXING & TEST RUN
Просмотров 7 тыс.2 года назад
RC DUMP TRUCK CHEAP UNBOXING & TEST RUN
Story WhatsApp pes2021
Просмотров 403 года назад
Story WhatsApp pes2021

Комментарии

  • @AlexBabel-b7p
    @AlexBabel-b7p 26 дней назад

    Why on earth does it cost $900?!

  • @SusanBundy-p3s
    @SusanBundy-p3s Месяц назад

    My control not working

  • @mateoguevara1070
    @mateoguevara1070 3 месяца назад

    Donde las puedo comprar

  • @Swaraj_BG
    @Swaraj_BG 7 месяцев назад

    import pygame import sys import random # Initialize Pygame pygame.init() # Constants for the game window WIDTH, HEIGHT = 400, 600 GAME_WINDOW = pygame.display.set_mode((WIDTH, HEIGHT)) pygame.display.set_caption("Flappy Bird") # Colors WHITE = (255, 255, 255) BLACK = (0, 0, 0) # Bird properties bird_x = 50 bird_y = 300 bird_radius = 15 bird_color = (255, 0, 0) bird_velocity = 0 bird_flap_up = pygame.image.load('bird_flap_up.png') # Image for bird's wings up bird_flap_down = pygame.image.load('bird_flap_down.png') # Image for bird's wings down bird_flap_index = 0 bird_flap_images = [bird_flap_up, bird_flap_down] # Gravity and jump strength gravity = 0.5 jump_strength = -8 # Pipe properties pipes = [] pipe_width = 50 pipe_color = (0, 255, 0) pipe_gap = 150 pipe_speed = 3 pipe_frequency = 1500 # Milliseconds between new pipes # Score score = 0 font = pygame.font.SysFont(None, 36) # Sounds flap_sound = pygame.mixer.Sound('flap_sound.wav') score_sound = pygame.mixer.Sound('score_sound.wav') def draw_bird(x, y): global bird_flap_index bird_flap_index = (bird_flap_index + 1) % len(bird_flap_images) bird_image = bird_flap_images[bird_flap_index] GAME_WINDOW.blit(bird_image, (x - bird_image.get_width() // 2, y - bird_image.get_height() // 2)) def draw_pipe(x, height): top_pipe = pygame.transform.flip(pipe_image, False, True) GAME_WINDOW.blit(top_pipe, (x, height - top_pipe.get_height())) GAME_WINDOW.blit(pipe_image, (x, height + pipe_gap)) def display_score(score): score_text = font.render(f'Score: {score}', True, BLACK) GAME_WINDOW.blit(score_text, (10, 10)) def check_collision(bird_x, bird_y): if bird_y - bird_radius < 0 or bird_y + bird_radius > HEIGHT: return True for pipe in pipes: if bird_x + bird_radius > pipe['x'] and bird_x - bird_radius < pipe['x'] + pipe_width: if bird_y - bird_radius < pipe['height'] or bird_y + bird_radius > pipe['height'] + pipe_gap: return True return False def play_flap_sound(): flap_sound.play() def play_score_sound(): score_sound.play() # Game loop clock = pygame.time.Clock() while True: for event in pygame.event.get(): if event.type == pygame.QUIT: pygame.quit() sys.exit() if event.type == pygame.KEYDOWN: if event.key == pygame.K_SPACE: bird_velocity = jump_strength play_flap_sound() # Update bird position bird_velocity += gravity bird_y += bird_velocity # Generate new pipes if len(pipes) == 0 or pipes[-1]['x'] < WIDTH - pipe_frequency: new_pipe_height = random.randint(pipe_gap, HEIGHT - pipe_gap) pipes.append({'x': WIDTH, 'height': new_pipe_height}) # Update pipe positions and remove off-screen pipes for pipe in pipes: pipe['x'] -= pipe_speed if pipe['x'] + pipe_width < 0: pipes.remove(pipe) # Check collision if check_collision(bird_x, bird_y): pygame.quit() sys.exit() # Check if bird passed through the pipe for pipe in pipes: if pipe['x'] == bird_x: score += 1 play_score_sound() # Clear screen GAME_WINDOW.fill(WHITE) # Draw objects draw_bird(bird_x, int(bird_y)) for pipe in pipes: draw_pipe(pipe['x'], pipe['height']) # Display score display_score(score) # Update display pygame.display.update() # Increase difficulty if score > 0 and score % 5 == 0: pipe_speed += 0.5 # Frame rate clock.tick(60)

  • @gugulothramarao2458
    @gugulothramarao2458 7 месяцев назад

    Cost 😢😢😢

  • @dadangnursaman9256
    @dadangnursaman9256 Год назад

    Dapat harga berapa ka excavatornya,hampir sama kaya yigong modelnya

  • @rc-diy7864
    @rc-diy7864 Год назад

    Hello 🤗 good video Excavator 😄

  • @dwikagani6257
    @dwikagani6257 Год назад

    Inj berapa channel ya

  • @budilaksono2971
    @budilaksono2971 Год назад

    bukanya bisa swing om ?

  • @dwikaauliagani7357
    @dwikaauliagani7357 Год назад

    Harga berapa. Ini?

  • @ArisWibisono-gq1df
    @ArisWibisono-gq1df Год назад

    Anaku suka banget nih

  • @sugianto3570
    @sugianto3570 Год назад

    Harga berapa om

  • @sofyansani9905
    @sofyansani9905 Год назад

    Beli dimana bang

  • @kaptenrcofficial
    @kaptenrcofficial Год назад

    Dijual ga om

  • @mobiltrukoleng569
    @mobiltrukoleng569 Год назад

    Hadir bos,,salam kenal

  • @bagusanna6832
    @bagusanna6832 Год назад

    Gua beli dapat batre cas 18650 1200 mha ,apa bisa di ganti dengan yg lebih besar kak ?

    • @uhuychanel001
      @uhuychanel001 Год назад

      Kalau ukuran tempat batrenya muat masih bisa

    • @bagusanna6832
      @bagusanna6832 Год назад

      @@uhuychanel001 btre yg 1 biji pake soket ,kalau yg 18650/6800 3.7 v bisa ngk ?

  • @Khomsatun321-pk9im
    @Khomsatun321-pk9im Год назад

    Top

  • @ak0007gaming
    @ak0007gaming Год назад

    Bhai buy karne ka link dedo pls 🙏

  • @ak0007gaming
    @ak0007gaming Год назад

    Pls

  • @ak0007gaming
    @ak0007gaming Год назад

    Bhai link deso

  • @apridia58
    @apridia58 Год назад

    Auto beli nih 👍

  • @Nurdilfarizi
    @Nurdilfarizi 2 года назад

    Wah jangan begadang Excavator, nanti kerjanya jadi ngantuk bahaya😅✌🏻

  • @theexcavator88
    @theexcavator88 2 года назад

    Samaan excvtor ny ❤️

  • @apridia58
    @apridia58 2 года назад

    Kreatif 👍

  • @Kartono-rx1ns
    @Kartono-rx1ns 2 года назад

    Kuat banget bang

  • @rc_mainan
    @rc_mainan 2 года назад

    mantap kak

  • @Nurdilfarizi
    @Nurdilfarizi 2 года назад

    Keren kuat truk nya kk👍🏻