This video will cover how to respond to player input. We'll learn how to move both using a separate set of keys so that we can begin the basics to our two-player fighting game.
Premium Features
Published 3 years ago
This video will cover how to respond to player input. We'll learn how to move both using a separate set of keys so that we can begin the basics to our two-player fighting game.
Comments
Want to participate?
Create a free Chris Courses account to begin
Why can't I move 2 characters at the same time, please help
You explain too well, thank you Master Chris!
How would you apply movement to mobile like andriod. I have seen a premium course based on this but I dont have Premium for this course.
Could you help me please?
Thank you
function pleaseHelpMe() {
console.log("Help me");
}
pleaseHelpMe();
I've watched your video on how to make a fighting game and finished but there are some things I'm still stuck on. How can I make the jumping once when I press w instead of the rapid pressing of the button making my characters accentually fly, something like when w is pressed your cant use that let until the character hits the ground. Including a hit stun mechanic that would work for combos like in games like street fighter. How do I make a menu screen something like start or play then it goes into the game, even something like the ability to have a character select screen would be perfect. Finally id like the thank you for helping me finish this project it was fun creating this and it is going to be even more fun when its finished.