Build A 'Scream Challenge' Game Using JavaScript | HTML, CSS, JavaScript Game Project

Sdílet
Vložit
  • čas přidán 16. 07. 2023
  • Build A 'Scream Challenge' Game Using JavaScript | JavaScript Scream Challenge | Game Built With HTML, CSS & JavaScript | JavaScript Game Project
    In this tutorial, this channel will guide you on how to build an exciting 'Scream Challenge' game using JavaScript.
    This video start from scratch and walk you through the process of building the game, covering everything from setting up the HTML and CSS to coding the game logic in JavaScript.
    You will learn how to capture microphone input using the Web Speech API and detect screams using audio analysis techniques.
    This game inspired by #screamforicecream challenge at Funan McDonald's Singapore ‪@McDSG‬ ‪@McDonalds‬ (vt.tiktok.com/ZSL5mQxFU/, vt.tiktok.com/ZSL5muhqb/)
    🌟 Remember to like, share, and subscribe for more exciting web development tutorials! 🌟
    Asset :
    - icecream.png = drive.google.com/file/d/111qP...
    Contact :
    TikTok = / davidgtech
    Instagram = / davidgtech
    GitHub = github.com/davidgrcias
    Music :
    1. Island by Luke Bergs | / bergscloud
    Music promoted by www.chosic.com/free-music/all/
    Creative Commons CC BY-SA 3.0
    creativecommons.org/licenses/...
    2. Agus Alvarez, LYCKEBORN & Luke Bergs - Horizon | / bergscloud
    Music promoted by www.chosic.com/free-music/all/
    Creative Commons CC BY-SA 3.0
    creativecommons.org/licenses/...
    3. Summer Breeze by Luke Bergs & Lichu | / bergscloud
    Music promoted by www.chosic.com/free-music/all/
    Creative Commons CC BY-SA 3.0
    creativecommons.org/licenses/...
    4. Soulful by Luke Bergs | / bergscloud
    Music promoted by www.chosic.com/free-music/all/
    Creative Commons - Attribution-ShareAlike 3.0 Unported
    creativecommons.org/licenses/...
    ----
    Tags :
    scream challenge, javascript game, game javascript, html game, scream for ice cream, scream challenge game, scream challenge javascript, scream challenge html, scream challenge css, scream challenge tutorial, javascript game tutorial, html game tutorial, css game tutorial, javascript tutorial, html tutorial, css tutorial, how to make a game in javascript, how to make a game in html, how to make a game in css, javascript game development, html game development, css game development, game development, scream challenge game code, scream challenge game source code, scream challenge game project, scream challenge game example, scream challenge game demo, scream challenge game online, scream challenge game free, scream challenge game download,scream game,javascript scream challenge,build a 'scream challenge' game using javascript | html, css, javascript game,build a 'scream challenge' game using javascript | javascript scream challenge | game built with html, css & javascript,html, css, javascript game, game development, web development, coding tutorial, beginner-friendly, interactive game, web game, game programming, javascript game development, html5 game, css3 game, game design, game project, game mechanics, game programming tutorial, game development tutorial, game design tutorial, html game tutorial, css game tutorial, javascript game tutorial, game development series, game programming series, coding challenge, coding project, javascript programming, web design, front-end development, browser game, game creation, game engine, game elements, game scripting, game animation, game ui, game ux, game optimization, game debugging, game performance, game controls, game events, game assets, game sound, game graphics, game levels, game score, game challenges, game logic, game scripting, game interactivity, game playability, game dynamics, game physics, game algorithms,javascript game,javascript game project,javascript game development,html javascript game,html game,html css javascript game,html css javascript project,javascript challenge,scream challenge,build game with javascript,create game javascript,build game javascript,code a game javascript,javascript project,html css javascript game project,javascript simple game project,game project using javascript,how to create game using html css javascript,game javascript,javascript game,javascript game project,javascript game development,html javascript game,html game,html css javascript game,html css javascript project,javascript challenge,scream challenge,build game with javascript,create game javascript,build game javascript,code a game javascript,javascript project,html css javascript game project,javascript simple game project,game project using javascript,how to create game using html css javascript,game javascript,scream for free ice cream,scream challenge mcd,mcd scream challenge,javascript game,javascript game project,javascript game development,html javascript game,html game,html css javascript game,html css javascript project,javascript challenge,scream challenge

Komentáře • 13

  • @DavidGTech
    @DavidGTech  Před rokem +2

    Did you enjoy watching the video and learning how to build the 'Scream Challenge' game? Share your feedback in the comments!

    • @IDubious
      @IDubious Před rokem +1

      I watch your videos first time in 2023 and subscribed
      But the audio recording is working how can you make it record playing beat

    • @DavidGTech
      @DavidGTech  Před rokem +1

      @IDubious Thank you so much for subscribing and watching my videos!
      Regarding the audio recording, in the current version of the game, the focus was on detecting the user's voice input rather than recording and playing back the beat. However, I appreciate your interest in enhancing the game further!
      If you'd like to add a feature to record and play back the beat in the game, you can explore integrating the Web Audio API in JavaScript. This powerful API allows you to create, manipulate, and play audio in the browser.
      You can start by researching the Web Audio API and its capabilities. You'll be able to capture user audio input, process it to create the desired beat, and then play it back during the game.

  • @rangabharath4253
    @rangabharath4253 Před rokem +1

    Awesome as always 🥳🎉

    • @DavidGTech
      @DavidGTech  Před rokem +2

      Thank you so much for your kind words! I'm thrilled to hear that you found the tutorial helpful. Your support and encouragement mean a lot to me ☺️

  • @vilbertjhovan4469
    @vilbertjhovan4469 Před 2 měsíci +1

    awesome ._.

    • @DavidGTech
      @DavidGTech  Před 2 měsíci

      Hi @vilbertjhovan4469,
      Thanks! 😊 Glad you liked it!

  • @helmyfahmi6343
    @helmyfahmi6343 Před měsícem +1

    Hi, where can i get the code? Thankk youu

    • @DavidGTech
      @DavidGTech  Před 22 dny

      The source code is in the description!

  • @mochamadwidynurahman5099

    I try, but no respon from mic. Can you help me? The code 100% same.

    • @DavidGTech
      @DavidGTech  Před rokem

      Thank you for reaching out and I'm sorry to hear that you're having trouble with the microphone response. I'm here to help you troubleshoot the issue!
      First, let's make sure we cover some basic troubleshooting steps:
      - Double-check that your microphone is properly connected and enabled on your device.
      - Ensure that your browser or device has permission to access your microphone for the website where the game is hosted.
      - Clear your browser's cache and cookies, then try reloading the game.
      If the issue persists even after trying these steps, there might be some specific code-related concerns. Could you please share the relevant code snippet where you're experiencing the problem? This will help me better understand the situation and provide you with targeted assistance.

    • @mochamadwidynurahman5099
      @mochamadwidynurahman5099 Před rokem

      Thanks man the code is work, from your github. 👍

  • @josephjackson77
    @josephjackson77 Před 11 měsíci

    🍀 'PromoSM'