@@HunorMartonBorbely what do you think about the market of browser games ? Will they be more available\accessible (as PWA) than as apps in app stores ?
@@TheBorninmotion I don't think web games will overtake apps, but you can use web technologies to create apps. This game for instance was written in JavaScript and was features in the App Store: apps.apple.com/de/app/ghost-jump-go/id1553246521?mt=8&ign-mpt=uo%3D4
@@TheBorninmotion Learning web games are also a good and easy way of getting into game development because once you are familiar with coding and the concepts I believe it's not that different. Though I haven't done native development so I can't really tell. And no, at the moment I don't really have original game ideas. Developing your own game takes a lot of time
I saw this minigame on Codepen. I'm making a CMS and I'd like to insert a minigame into the CMS. Can I use it? I would like to insert this mini-game into the administrator page so that bored administrators can use it when they are bored.
Hey there. I'm not sure that would be legal as this is a remake of an existing game that I have no rights for. Making educational content like this is okay, but using the game clone on its own might not.
Hey there. There is no document, but you can turn on the subtitles if that helps. Also, you can read the comments in the source code and see if that helps: codepen.io/HunorMarton/pen/xxOMQKg
@@HunorMartonBorbely like on touchscreen device, i changed the event listeners to touch start and touch end.. When the user touches the screen, the stick will be drawn and user stops touching the screen, the stick will fall down but the glitch is that.... Sometimes, When I'm touching the screen and removing the touch the stick goes on extending until i tap on it again.. On tapping again it falls down...
@@mostafasaad781 Ah. The easiest is if you make a copy for yourself on CodePen (there's a Fork button in the bottom left corner) and then you can edit that as you like. If you want to run it outside of CodePen locally, then you need to create an HTML, CSS and Javascript file then copy the content from CodePen. The trick here is that on CodePen the CSS and JavaScript files are automatically loaded and if you want to run it locally then you have to make sure that the files are loaded (with a style and script tag in your HTML)
Sorry for the late reply. I think the main difference would be replacing mouse events with touch events: developer.mozilla.org/en-US/docs/Web/API/Touch_events/Using_Touch_Events
What game would you like me to cover next? Minimalistic game suggestions are welcomed!
@T3Trends That's how forks go, they rarely make things worse :) I just laughed a lot on your dating video, pre-internet things are gold
Is it possible to make a stick game (can be any game) with projectile detection + a health bar above the player?
it would be great to see a 3d endless runner ! I haven't found much about it online
@@basiccomponents Thanks for the tip, a basic endless runner doesn't sound like a very complex thing to do. Have you tried my Three.js tutorials?
@@HunorMartonBorbely yes and I found them very helpful, but I still haven't managed to create what I have in mind. Thanks for the answer!
Hi Hunor, I'm really impressed with your tutorials. Do you mind if I share it with my viewers? I think they will find your projects interesting.
Please do! I'd really appreciate that :)
Thanks Hunor , I am looking forward to your next videos
Thank you! I slowed down a bit, but another Three.js video is coming up this week or the next :)
Nice job Hunor, thanks.
Thank you, I appreciate it :)
A really nice game idea :-) Subscribed!
Thank you, welcome aboard! 🙂
I love this game
Thank you Hunor , please make more game js tuts , subscribed !
Thank you! I might take a bit of a break, but check out all the other ones in the meanwhile :)
@@HunorMartonBorbely your explanations are very clear, thanks ! Do you have your own game project ?
@@HunorMartonBorbely what do you think about the market of browser games ? Will they be more available\accessible (as PWA) than as apps in app stores ?
@@TheBorninmotion I don't think web games will overtake apps, but you can use web technologies to create apps. This game for instance was written in JavaScript and was features in the App Store: apps.apple.com/de/app/ghost-jump-go/id1553246521?mt=8&ign-mpt=uo%3D4
@@TheBorninmotion Learning web games are also a good and easy way of getting into game development because once you are familiar with coding and the concepts I believe it's not that different. Though I haven't done native development so I can't really tell. And no, at the moment I don't really have original game ideas. Developing your own game takes a lot of time
hey man, really nice explained and a really good project. i'm looking into creating a canvas project on my own, thanks for the inspiration!
hi bro, in your source code you only uploaded some lines of the html code can you please share the full code of this project
The HTML code is only a few lines of code indeed. Switch to the JavaScript tab to see the logic.
can u tell me how u got the canvas and the fdynamic figure
I'm not sure if I understand the question
I would like to see a simple shooting game like us (jet plane) shooting enemy planes in cosmos with background scrolling !!!
Like Space Invaders or something? I was thinking of that, it shouldn't be too hard to do it :)
@@HunorMartonBorbely yeah, like space invader !!!
I saw this minigame on Codepen. I'm making a CMS and I'd like to insert a minigame into the CMS. Can I use it? I would like to insert this mini-game into the administrator page so that bored administrators can use it when they are bored.
Hey there. I'm not sure that would be legal as this is a remake of an existing game that I have no rights for. Making educational content like this is okay, but using the game clone on its own might not.
Hello, is there any document, because my English is not good, I want to read the document to understand the idea, thank you
Hey there. There is no document, but you can turn on the subtitles if that helps. Also, you can read the comments in the source code and see if that helps: codepen.io/HunorMarton/pen/xxOMQKg
Wow!! Super dude.. will make this project
Have fun! You can even copy my version with the fork button on CodePen then change it to your design
hey I was wondering if you could provide me with a copy of the presentation really appreciate it
Why would you need that?
Mouseup and mouse down can be changed to touch start and touch end.. For touch screen devices.. But getting some glitches.. Can you please help?
My guess is that some devices detect both mouse and touch events and that gets mixed up. What’s the glitch?
@@HunorMartonBorbely like on touchscreen device, i changed the event listeners to touch start and touch end.. When the user touches the screen, the stick will be drawn and user stops touching the screen, the stick will fall down but the glitch is that.... Sometimes, When I'm touching the screen and removing the touch the stick goes on extending until i tap on it again.. On tapping again it falls down...
@@HunorMartonBorbely should i share my codes with you?
I don’t have a laptop at the moment as I’m away for the weekend, but you can try the touchcancel event as well
@@HunorMartonBorbely umm.. Can you please explain? 🙂
I have a question. How i can increse the size of grid
You mean the gaps? Or I'm not sure what grid you mean
I like this tutorial, it should be very awesome !!!
Thank you :)
How to add sound on stick hero?
Sound is a completely different story, that I haven't dug in either yet
Dose this game has a sound?
No, it doesn't. Sound would be a whole other topic
how can i add a sound to the game?@@HunorMartonBorbely
@@fl4281 Honestly I haven't looked into sound editing that much. I don't know
It's awesome game bro
Can u explain for me cause I'm a beginner how to run this game on pc
Just go to the link in the description and you are able to play it in the browser.
@@HunorMartonBorbely I don't want to play it
I want to run it on my pc cause I need to change it for my project
@@mostafasaad781 Ah. The easiest is if you make a copy for yourself on CodePen (there's a Fork button in the bottom left corner) and then you can edit that as you like.
If you want to run it outside of CodePen locally, then you need to create an HTML, CSS and Javascript file then copy the content from CodePen. The trick here is that on CodePen the CSS and JavaScript files are automatically loaded and if you want to run it locally then you have to make sure that the files are loaded (with a style and script tag in your HTML)
I know it sounds impossible, but i would like you to make a simulation game
What do you mean by simulation game?
img link???
Eh?
@@HunorMartonBorbely he is talking about the assets, those images stick man pictures etc, 😢😭😭
There are no assets in this project. Everything is code
can you make it work for mobile devices as well the same game??
Sorry for the late reply. I think the main difference would be replacing mouse events with touch events: developer.mozilla.org/en-US/docs/Web/API/Touch_events/Using_Touch_Events
🤩🤩🤩😍😍😍🥰🥰🥰🥰🥰🥰🥰😍