Create A Snake Game in HTML CSS & JavaScript | JavaScript Game Tutorial

  Рет қаралды 82,562

CodingNepal

CodingNepal

Күн бұрын

Пікірлер: 83
@CodingNepal
@CodingNepal Жыл бұрын
Get Source Code of this Snake Game: buymeacoffee.com/codingnepal/e/278852
@noumanabegum
@noumanabegum Жыл бұрын
source code?
@CodingNepal
@CodingNepal Жыл бұрын
Here is the source code: www.codingnepalweb.com/create-snake-game-htm-css-javascript/
@Pugazhendhi-d3b
@Pugazhendhi-d3b Жыл бұрын
Do u have Architecture diagram and module for this project
@devsilva7155
@devsilva7155 Жыл бұрын
18:05 you can create a memory game, where when you reach a control point, which is the light blue dot, the screen will be filled with more light blue dots, the idea is to fill as many dots as possible, if you touch a dot that you already touched, you lose, if you touch the wall, you lose. and you just have to rely on what is in that minute.
@AriqTech
@AriqTech Жыл бұрын
Can you create a chess game using HTML, CSS & JS? Function you may include: -User can select white side /Black black/Random -Can include 3 levels: Easy, Medium & Hard. Thanks!
@CodingNepal
@CodingNepal Жыл бұрын
I'll think on this topic!
@KOMAL_RAWAT_000
@KOMAL_RAWAT_000 Жыл бұрын
​@@CodingNepal i need your help 😢
@namjotsingh
@namjotsingh Жыл бұрын
chess game project will be amazing
@zillalsenmesrane1022
@zillalsenmesrane1022 Жыл бұрын
i love the way ur using logic .. thank you for your efforts bro
@CodingNepal
@CodingNepal Жыл бұрын
My pleasure
@daipayanbarman1266
@daipayanbarman1266 Жыл бұрын
I am a logic bilder
@namjotsingh
@namjotsingh Жыл бұрын
Amazing project. Very informative and I got to learn a lot about JavaScript and using logic. Thanks for such videos.
@davidconteh2231
@davidconteh2231 Жыл бұрын
This channel is going to be great. Thank for creating awesome contents.
@CodingNepal
@CodingNepal Жыл бұрын
Glad you enjoy it!
@rudra9535
@rudra9535 Жыл бұрын
absolutely loved it. amazing work. you rock man.
@mohammedalgourch3077
@mohammedalgourch3077 Жыл бұрын
Thank you.. You explained it clearly
@yubiroaster6285
@yubiroaster6285 Жыл бұрын
Most waited video ✨❤️
@CodingNepal
@CodingNepal Жыл бұрын
Hope you enjoyed!
@kingchobo
@kingchobo Жыл бұрын
스네이크 바이트 게임.. Whoo, what a trip down memory lane, huh?
@pooja3339
@pooja3339 5 ай бұрын
How to make snake eyes ??
@Stardippedd
@Stardippedd 11 ай бұрын
thank you i had fun creating this and I learned a lot!
@nosibahassan8971
@nosibahassan8971 Жыл бұрын
Thank you very much 😍🥰
@LuisMedina-dk3vc
@LuisMedina-dk3vc 6 ай бұрын
Amazing. Thank you so much.
@S-Lomar
@S-Lomar Жыл бұрын
Well done
@S-Lomar
@S-Lomar Жыл бұрын
🤯🤯🥰🥰🥰🥰🥰🥰🤯🤯🤯🤯🥰🥰🥰🥰🥰put in play store
@CodingW3
@CodingW3 10 ай бұрын
Very good! 👏🏻👏🏻👏🏻👏🏻💚
@S-Lomar
@S-Lomar Жыл бұрын
Well done 🥰🥰🥰🥰🥰🥰🥰🥰😍😍😍😍😍😍😍😍😍😍😍😍😍
@Countdownseries193
@Countdownseries193 Жыл бұрын
Brillint thing sir
@TheLoona
@TheLoona Жыл бұрын
😂 love this video.
@mdms4549
@mdms4549 Жыл бұрын
It was great, I was excited😄🙂😊
@CodingNepal
@CodingNepal Жыл бұрын
Glad to know :)
@GoldDiscover333
@GoldDiscover333 Жыл бұрын
Your all videos love it 💕. Dear can you upload complete HTML, CSS , JavaScript and PHP course with voice Urdu or Hindi . Like frontend and backend development full course. Bz I'm very excited for this course
@CodingNepal
@CodingNepal Жыл бұрын
Okay, I'll think on it
@S-Lomar
@S-Lomar Жыл бұрын
You guys 're showing only how to create games what 'bout publishe in play store and start earning?????? Please please please please please guys 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
@surajghimire7107
@surajghimire7107 Жыл бұрын
Best video, by the way voice ni rakhnu na !!
@danzarifin
@danzarifin Жыл бұрын
amazing...
@gamingshorts2809
@gamingshorts2809 Жыл бұрын
Can you add difficulty levels please or can you tell me how to add it
@harunwarsame3027
@harunwarsame3027 Жыл бұрын
U r the best🥰
@CodingNepal
@CodingNepal Жыл бұрын
Thank you
@studentimantha5345
@studentimantha5345 10 ай бұрын
Awesome
@alixerkmir2097
@alixerkmir2097 11 ай бұрын
😪 I didn't understand how exactly it works "for (let i = snakeBody.length - 1; i > 0; i--) { // Shifting forward the values of the elements in the snake body by one snakeBody[i] = snakeBody[i - 1]; }" 18:50
@luissosa7685
@luissosa7685 Жыл бұрын
lo ví en español.esta bueno la forma que lo hace con grid
@VortexVibesYT
@VortexVibesYT Жыл бұрын
Hey, how do you see the result on browser on vsc?
@-dmytro-
@-dmytro- Жыл бұрын
live server
@alixerkmir2097
@alixerkmir2097 11 ай бұрын
😬When I put "if(gameOver) return handleGameOver();" A game simply does not run because of a message "alert("Game Over! Press OK to replay...");" 21:25 🥵
@debabratagon7289
@debabratagon7289 8 ай бұрын
What if the food appears in the body of snake?
@LoopPool_YT
@LoopPool_YT Жыл бұрын
شكرًا
@CodingNepal
@CodingNepal Жыл бұрын
Thank you for your support
@LoopPool_YT
@LoopPool_YT Жыл бұрын
@@CodingNepal It's a little something for your effort🥰 Can you make more backend projects with php and mysql 🌹
@ThroubleMaker
@ThroubleMaker Жыл бұрын
Teach me how to make a thermometer
@Jay-eg9mv
@Jay-eg9mv Жыл бұрын
Can anyone explain how the snake length expansion is working?
@supriya_codes
@supriya_codes Жыл бұрын
changeFoodPosition is not working....help plzz
@supriya_codes
@supriya_codes Жыл бұрын
donee
@asmet_2701
@asmet_2701 Жыл бұрын
Can you explain pls what is foodX/Y end why did you deleted its value
@gandhibarra3036
@gandhibarra3036 Жыл бұрын
FoodX/Y is the position of where the food is going to be. He deleted the values because he wanted to make the food position as random{(Math.random() * 30) + 1}and not as a fixed position on the grid.
@asmet_2701
@asmet_2701 Жыл бұрын
@@gandhibarra3036 thanks I even forgot about this project
@social.knowledge_0
@social.knowledge_0 Жыл бұрын
Thank you
@CodingNepal
@CodingNepal Жыл бұрын
You're welcome
@sojibhasan4759
@sojibhasan4759 Жыл бұрын
Someone please explain the body segment for(i =snakebody.lenght-1,i > 0, i--){ snakebody[i]=snakebody[i-1]}
@baazigar5
@baazigar5 Жыл бұрын
It was really hard to understand for me too but after trying very hard i understood. Suppose we have an array with 3 items, so by this for loop, 3rd item's value will be equal to 2nd item then 2nd item's value will be equal to 1st item and then after coming out of for loop, the value of 1st item will increase by one with velocity variable... I hope you understood 😅
@atandaoluwadamiloladavid7673
@atandaoluwadamiloladavid7673 Жыл бұрын
Thanks for the work done But your website cannot be reached please fix this. Thank you so much
@CodingNepal
@CodingNepal Жыл бұрын
Can you check now: www.codingnepalweb.com/
@atandaoluwadamiloladavid7673
@atandaoluwadamiloladavid7673 Жыл бұрын
@@CodingNepal not yet working probably you should always use Google drive for the source too but please fix the website
@thisishabib744
@thisishabib744 Жыл бұрын
Please start a react js projcet
@TheLoona
@TheLoona Жыл бұрын
👎 I don’t see the benefits of using react js
@Solomonwo
@Solomonwo Жыл бұрын
Yes
@AlexFetfa
@AlexFetfa Жыл бұрын
@@TheLoona better for getting a job
@Solomonwo
@Solomonwo Жыл бұрын
Good
@CodingNepal
@CodingNepal Жыл бұрын
Thanks
@nakulmittal9953
@nakulmittal9953 11 ай бұрын
18:00
@webPro_faizan
@webPro_faizan Жыл бұрын
Bro added you're sounds
@Gostosolucas
@Gostosolucas Жыл бұрын
no using: ' ' or " ". using: ` ` in Java Script!
@nguyentienkha2908
@nguyentienkha2908 Жыл бұрын
I dont know the meaning of this line : ${snakeBody[i][1]}/${snakeBody[i][0]
@razarukhsar8479
@razarukhsar8479 Жыл бұрын
SOURCECODE PLEASE
@L1CBot
@L1CBot Жыл бұрын
in the description
@CodingNepal
@CodingNepal Жыл бұрын
Here is the source code: www.codingnepalweb.com/create-snake-game-htm-css-javascript/
@L1CBot
@L1CBot Жыл бұрын
@@CodingNepal Please make a video in realtime chat app with firebase in private mode with pure javascript
@razarukhsar8479
@razarukhsar8479 Жыл бұрын
@@CodingNepal Thankyo so much I'm glad to here with your source really good vibe to do with this
@samoeurnartjr9535
@samoeurnartjr9535 Жыл бұрын
I don't success for this project
@S-Lomar
@S-Lomar 11 ай бұрын
💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💓💕💕💓💓
Игра Змейка на чистом JavaScript и HTML5 за 45 минут!
44:02
How to code snake game in JavaScript
29:45
Kenny Yip Coding
Рет қаралды 114 М.
The Joker wanted to stand at the front, but unexpectedly was beaten up by Officer Rabbit
00:12
Brawl Stars Edit😈📕
00:15
Kan Andrey
Рет қаралды 48 МЛН
Пришёл к другу на ночёвку 😂
01:00
Cadrol&Fatich
Рет қаралды 10 МЛН
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 16 МЛН
How To Code The Snake Game In Javascript
46:27
Web Dev Simplified
Рет қаралды 341 М.
Create Crazy 3D Image Slider Effects Using CSS Only
14:07
Lun Dev
Рет қаралды 347 М.
A game of Snake written in JavaScript 🐍
28:50
Bro Code
Рет қаралды 74 М.
Create Analog Clock in HTML CSS & JavaScript
19:14
CodingLab
Рет қаралды 23 М.
How To Code The Snake Game In Javascript
1:37:58
How to Become a Developer
Рет қаралды 4,1 М.
The Joker wanted to stand at the front, but unexpectedly was beaten up by Officer Rabbit
00:12