Simple Enemies are MORE Fun! Tips For Creating Enemies | Devlog

  Рет қаралды 54,621

Game Endeavor

Game Endeavor

Күн бұрын

Players often request complex enemies with randomization and lots of behaviors thinking this will make for a more fun enemy, but I disagree! Enemies that are simple are better for the player to form strategies around and are more memorable. But that doesn't mean they have to be easy. I have some tips and tricks for how you can design enemies to be simple yet engaging for your players!
This is the 3rd devlog for reQuest, a 2D pixel art mini-RPG Indie Game built in the Godot Engine where you'll explore a cozy open world which you solve like a puzzle, unlocking new areas and enemies.
Follow the Kickstarter!
www.kickstarter.com/projects/...
Watch the Series!
• reQuest Devlogs
Join Our Community!
Discord: / discord
Twitter: / gameendeavor
Become a patron to get exclusive content and support the channel:
/ gameendeavor

Пікірлер: 200
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Creating enemies is probably my favorite part of developing games like this. It's so fun to prototype their various behaviors. What tips do you have for designing enemies? Follow the project on Kickstarter! www.kickstarter.com/projects/gameendeavor/request-0
@krogg8752
@krogg8752 2 жыл бұрын
Love your content!
@GameEndeavor
@GameEndeavor 2 жыл бұрын
@@krogg8752 Thank you! :D
@Mushrooom_CA
@Mushrooom_CA 2 жыл бұрын
Hey, this doesn't have anything to do with enemy's but if you add a fishing rod for some reason you should make it so you can fish the coins you drop into spikes.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
@@Mushrooom_CA lmao, that's a clever solution. I'll consider it. Would require me to add a fishing mechanic however.
@Mushrooom_CA
@Mushrooom_CA 2 жыл бұрын
@@GameEndeavoryeah that's the only complication but you could always add something with fishing like fish food that heals or maybe a way to get loot from lost treasure in the body of water.
@GoldenEvolution
@GoldenEvolution 2 жыл бұрын
The AI of your enemies always look like so much fun to fight. I really love how you can make 'simple' enemies so interesting
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Thank you! I have a lot of fun fighting them for sure. Simple is the way to go imo. I love mixing and matching different enemies together. :)
@quissy5641
@quissy5641 2 жыл бұрын
@@GameEndeavor I would love to see a guide about complex state machines and enemy AI, as you said in this video, I think engaging enemies can make or break a game on their own. I started learning code and game dev with Godot a couple weeks ago and I feel like I already got a really good start on making my first game. A lot of concepts in Godot are really easy to pick up and understand, but state machines, AI and more complex movement feels really hard to pick up. Thanks for sharing, it helps so much to have the creative/visual perspective and process, rather than just the code and logical one.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
@@quissy5641 You don't need a complex state machine. I've never needed anything more complex than the one I made a tutorial for. The only changes I've made has been to efficiency and lately adding nodes to divide the code. :)
@bitbraindev
@bitbraindev 2 жыл бұрын
Great video. Those critters are definitely my favourite enemy. "If you are unlucky enough to encounter one of them in the wild, all that will be left of you are your boots. They will hop in and carry on towards their next victim."
@GameEndeavor
@GameEndeavor 2 жыл бұрын
lmao, such a horrific description, I love it. xD They're my favorite as well. :)
@davidphillips9366
@davidphillips9366 2 жыл бұрын
You should think about making an updated tutorial on how to make a node based state machine. I’ve been a little too intimidated to try to learn how to make state machines for my games but they seem like if you put the initial work into them they make expanding your character and NPC’s functionalities so much smoother.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
I'm thinking about doing a 2nd channel in the future where I post tutorials on it. I may do that there. :)
@Dan-un2nx
@Dan-un2nx 2 жыл бұрын
@@GameEndeavor Seconded @David Phillips request. Also any timetable for the kickstarter release?
@GameEndeavor
@GameEndeavor 2 жыл бұрын
@@Dan-un2nx Not officially. :) I cornered myself with ZatCD by announcing it too early and not having time to do it properly, so I'm being cautious this time. I will say that I expect it to be sometime early next year. But I won't say any more than that. :) I'll make a proper announcement once everything is ready to go.
@Civan768
@Civan768 2 жыл бұрын
A little tip to give your game a more "advanced" feeling in it is to add transparancy. The water, the background, maybe hidden things or i don’t know, just know that transparancy will make your game feel a lot better
@GameEndeavor
@GameEndeavor 2 жыл бұрын
That's the opposite of what I'd like to do. :) That would feel very modern, which I'm actively trying to avoid. The water I was thinking of doing, but I can't see myself doing it for much else.
@kenziegunn4769
@kenziegunn4769 Жыл бұрын
This is solid content. Super approachable and I'm actually getting inspired to use more math in my games. I'm using dreams ps4 and I couldn't find anything that explained "who needs cosigns?". Really fun videos and great advice for any platform.
@ludosgd
@ludosgd 2 жыл бұрын
Your timing is always impeccable, as enemy design is one of the next things I'm going to tackle for my prototype. Great stuff as always! I learn so much from these devlogs and I'm so happy you're having fun with creating your game! Cute enemies are the best! :D
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Nice! I look forward to seeing what enemies you'll create. :D Indeed they are, I love making cute enemies. :)
@Hero10_
@Hero10_ 2 жыл бұрын
These enemies do be getting better and better! I love the variety in movement and the cool enemy cimbinations you can do! :DDD
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Thank you! Yeah, I wanted to create a good variety of enemies this time. Mainly because I'm having so much fun making them, lol.
@powersave2
@powersave2 2 жыл бұрын
Always love seeing new videos like these!
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Glad to hear it! It feels great to make them. :D
@GraniteFaun
@GraniteFaun 2 жыл бұрын
Holy moly that pathfinding routine looks pretty nice :D
@pangdev7327
@pangdev7327 2 жыл бұрын
Alot of great ideas, I really like the varied array of enemies you already have in the game too!
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Thank you! Since this game is more combat oriented, I wanted to get plenty of interesting enemies prototyped early. I'm really happy with them too which is exciting.
@BartMamzer
@BartMamzer Жыл бұрын
Your videos are phenomenal. Good job! Totally subbing the channel. I love the juice in your games and appreciate the tips for making the combat more interesting a lot!
@GameEndeavor
@GameEndeavor Жыл бұрын
Thank you. :)
@reeanimationgaming1034
@reeanimationgaming1034 2 жыл бұрын
Your game looks absolutely brilliant 🙂 Good job, and keep going 👌
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Thank you! I will. :D I'm making great progress so far, really happy with it. ❤️
@riisezz0
@riisezz0 2 жыл бұрын
Man, I don't necessarily understand why, but it's an absolute pleasure to see when you upload. Thanks for the content.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
I'm glad you like the content. Thank you for watching. :)
@Plagueheart
@Plagueheart 2 жыл бұрын
1:08 the nostalgia from Super Mario 3 the Goomba's Shoe :) Great touch
@GameEndeavor
@GameEndeavor 2 жыл бұрын
lol, I totally forgot about the Goomba shoe. xD Wasn't too big into 3, was more of a SMW kid myself. :) I need to play 3 again sometime though. It has some really fun power ups.
@davidbasilefilho
@davidbasilefilho 2 жыл бұрын
haven't even watched the video, but i know it's gonna be fire! All of your videos are amazing! Keep it up!
@GameEndeavor
@GameEndeavor 2 жыл бұрын
lol, you're very kind, thank you. :)
@samuraikina5908
@samuraikina5908 2 жыл бұрын
This is looking rlly good, interesting knoledge about enemies behaviours, thanks for sharing
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Glad you liked it. Thank you for watching. :)
@Microbex
@Microbex 2 жыл бұрын
I like your videos man. Keep up the excellent work. 👍
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Thank you!
@SuperVillianStudios
@SuperVillianStudios 2 жыл бұрын
Very insightful! Thank You!
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Glad you liked it. Thank you for watching! :)
@smokeback
@smokeback 2 жыл бұрын
start watching you devlogs very helpful
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Thank you. :)
@majesticcat8339
@majesticcat8339 2 жыл бұрын
amazing video man! :)
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Thank you. :)
@Ribby00
@Ribby00 2 жыл бұрын
Great tips and you've got a great voice for this!
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Thank you! :D
@troglodyteluke
@troglodyteluke 2 жыл бұрын
I gosh! I love the art style! Cute!
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Thank you!
@CurtisJensenGames
@CurtisJensenGames 26 күн бұрын
Seeing your simple but fun looking game makes me want to develop games for fun again! I’ve taken a long break to work on YouTubing, but I’m a bit more excited to return to game develop when my harddrive is empty!
@GameEndeavor
@GameEndeavor 25 күн бұрын
Eyyy, I'm excited for you. Good luck with gamedev!
@CurtisJensenGames
@CurtisJensenGames 21 күн бұрын
@@GameEndeavor Just wanted to report that I did do a bit of developing!
@Any_key404
@Any_key404 2 жыл бұрын
Artificial intelligence vs natural derp!
@mariusztokarzewski426
@mariusztokarzewski426 2 жыл бұрын
Great video, great coding, great game! Subbed!
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Thank you. :D
@asdaaaaaaaaaaaaaasd
@asdaaaaaaaaaaaaaasd 2 жыл бұрын
I love that thing with the raycasts for pathfinding.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Just to be clear because someone was confused about it earlier, lol. It's not doing the actual pathfinding. I'm using A* but the raycasts are used to push away from the wall. I like it too. :) It really helps smooth out the movement.
@AlexClarkeGame
@AlexClarkeGame 2 жыл бұрын
If it isn't fun when it's ugly, making it pretty isn't going to fix the problem that it's not fun! Good to see that idea applied here I've recently been working on flying enemies myself, I saw you having some of issues I was also facing. I also had to deal with it with a custom ray-casting, point following solution (although in 3D rather than 2)
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Indeed, a fun ugly game is so much better when you make it pretty. :) The raycasting does wonders for the fluidity of their movement. I never thought about it in 3D, but that must be fun to deal with.
@AlexClarkeGame
@AlexClarkeGame 2 жыл бұрын
​@@GameEndeavor Fun and frustrating lol
@basteagui
@basteagui 2 жыл бұрын
this is genius and so useful!!!
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Thank you! Glad you like it. :D
@DolphinDev
@DolphinDev 2 жыл бұрын
When do you think we would be able to test out a playable demo version of the game? Awesome work as usual
@GameEndeavor
@GameEndeavor 2 жыл бұрын
I'm not going to commit to a date at this moment, that's the mistake I made with ZatCD, lol. But very very soon. :)
@dreamland7661
@dreamland7661 2 жыл бұрын
Amazing game, Excellent video!!! I love 2D platformers These games inspire me to CREATE MINIGAMES!!!
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Thank you! Platformers are a lot of fun indeed, and I enjoy making them even more. :) Good luck with your mini games!
@robertonome2448
@robertonome2448 2 жыл бұрын
The juiciness is off the charts for this one. Congrats
@user-qc1mc2ly8j
@user-qc1mc2ly8j Жыл бұрын
The basic zombie in my game follows you around and can jump small gaps, following you across platforms if the gap is small enough. It makes things alot more tense imo
@megasoniczxx
@megasoniczxx 2 жыл бұрын
0:28 I wish more devs had this mentality. I've seen way too many games that give the player all the tools in the world but barely do anything to make the enemy encounters themselves all that engaging and it's something that I want to avoid if I ever make an action game myself. I also really like this approach to simplistic enemies that cover different basis to make the player think in different ways. One of my favorite games (or series I should say) for this is Megaman Battle Network. Most enemies in those games only have one attack that they just use in timed intervals which would be boring if that was all there was to it, but mixing other enemies into the mix with different attack patterns and speeds as well as the environment that the player is on influences how you fight a lot and that isn't even going into everything you do outside of that such as character and chip folder customization. It's why games like the original Doom or Quake still garner so much respect since while the roster of enemies in those games are small, they are used in such an intelligent manner that you barely even notice. But I digress, this is my first time ever seeing this game and i'm already super interested in this, it looks like something I already know i'm gonna love so you have yourself another fan friend.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Indeed. Personally I don't need too much from the player (magic vareity is always nice though), but the enemies make or break the combat in a game.
@greggtrisha
@greggtrisha 2 жыл бұрын
Game endeavor, when’s your next stream? I love watching them and giving ideas in the chat!
@GameEndeavor
@GameEndeavor 2 жыл бұрын
I'm thinking about streaming every Wednesday morning est, if I get back into a schedule of it. :)
@ShiloBuff
@ShiloBuff 2 жыл бұрын
I LOVE that sun! It'd be so cool if the sun followed the player's position with lerping/smoothing. I know it wouldn't be realistic but would be a neat effect I haven't seen in any game.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
You mean if the sun were to look at the player? It already does that. :D You have to look closely to see it, but have a look at 5:36. It's very quick in that clip, but you should be able to notice it. :)
@ShiloBuff
@ShiloBuff 2 жыл бұрын
@@GameEndeavor Oh thats great! I love that. I meant for the whole sun to float/position in different directions based on the players position from the center of the screen. But the face/eyes moving based on the player position is a much more subtle and safe touch. Great job. I love the whole gameplay and art overall.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
@@ShiloBuff lol, that could be fun. I might make Cute Sun God move out of the way when the player is near him. xD Thanks for the suggestion. :)
@ShiloBuff
@ShiloBuff 2 жыл бұрын
@@GameEndeavor I can tell you have the passion! Keep it up.
@eboatwright_
@eboatwright_ 2 жыл бұрын
The game looks so fun! :D
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Thank you. :D
@eboatwright_
@eboatwright_ 2 жыл бұрын
@@GameEndeavor :D
@piousthepious
@piousthepious 2 жыл бұрын
Duality of GE Game players: Enemies look too cute to fight Enemies look too fun not to fight
@GameEndeavor
@GameEndeavor 2 жыл бұрын
lmao! Just wait until I add cute bosses. xD
@piousthepious
@piousthepious 2 жыл бұрын
@@GameEndeavor o h n o
@extran
@extran 2 жыл бұрын
broo that game looks so fun
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Thank you. :)
@itsME-dc4vm
@itsME-dc4vm 2 жыл бұрын
nice ;D
@AruthaSilverthorn
@AruthaSilverthorn 2 жыл бұрын
The game should have an achievement or hard mode challenge where the player tries to aggro all the enemies to follow him to the end or the map while avoiding attacks, not dropping aggro, and not killing any. There might need to be some platform creation magic or something to achieve this?
@Selrisitai
@Selrisitai 2 жыл бұрын
Like I do for a lot of developers who make these types of game, I'm going to make a simple suggestion that I think will always up the quality of a game by a good. . . oh, 75%: Make the sword swinging animations, on the ground and in the air, way more interesting. Give them build up and follow-through, weight, physics. Make them feel fun. With this art style, I don't think you could do much "stylish" with the character's swinging, but I have to say that what you have here so far looks "good enough." Maybe it's not relevant to what you're going for, but as someone who enjoyed Ori and the Blind Forest, and Owlboy, some of the most IMPORTANT things in those games-besides the beautiful art-was the fun of just moving around. Oh, another example: Fancy Pants Adventures. A little Mario, a little Sonic the Hedgehog, and you get a stick-figure running around and it's _fun!_ So that's my recommendation. More attention paid to moving around and swinging the sword.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
It's good enough because it's least important thing to me right now. I will polish the sword another day, but I have far greater priorities right now, so good enough will do. :)
@Selrisitai
@Selrisitai 2 жыл бұрын
@@GameEndeavor Oh, I agree. Core mechanics and playable demo come first, naturally.
@randomrandom450
@randomrandom450 2 жыл бұрын
I don't know the engine you're using (Looks like Godot ?) but do you have access to your tiles ? Seems like your tiles are on a grid, so making flying path finding would be pretty simple to do a A* or any other grid base path finding algorithm using the empty space of the tileset as "flyable tiles". Or maybe that's already what you are doing and the raycast are more to follow the path ? Anyway, good video.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
That's what I'm already doing, the raycasts push away from the wall. It's not for pathfinding, but to adjust the movement.
@pauljackson3491
@pauljackson3491 2 жыл бұрын
The shoe you had looks like a Kuribo's shoe in Super Mario 3. Is the sun just background that moves? It did look like it was different distances from the PC on your various screenshots. Are any of your games playable or are they just examples; they look cool? If not then you should do a playthrough and post it on YT.
@knight_h3172
@knight_h3172 2 жыл бұрын
ya did it lad :D
@BlackoutGamingChannel
@BlackoutGamingChannel Жыл бұрын
@7:35 i think you used a similar technique for the AI movement in your Zoe game?
@GameEndeavor
@GameEndeavor Жыл бұрын
Not exactly, but somewhat similar, sure. This casts raycasts in a circular pattern to detect walls and gets an average point away from the walls so that the AI can move away from them. The AI movement takes in a bunch of information using a dot product to calculate weights and combines that into an array for it to react to. I'm not even using raycasts in the AI movement, and I'm not using dot product here. The similarity is that they both use angles evenly spaced around in a circle. :)
@BlackoutGamingChannel
@BlackoutGamingChannel Жыл бұрын
@@GameEndeavor Well, you have some very creative solutions to problems that I enjoy seeing. Very inspiring, thank you ^^
@GermyVee
@GermyVee 2 жыл бұрын
Great update! Are you planning on simple bosses as well?
@GameEndeavor
@GameEndeavor 2 жыл бұрын
That's an interesting question. :) This will be my first time designing bosses, so I will have to play around with it to see what I like. I'll probably mix and match complexity, but include plenty of telegraphing to keep it fair and fun rather than frustrating. With the game's difficulty overall, I want a touch of challenge without being too difficult.
@voidling2632
@voidling2632 2 жыл бұрын
I'm wondering how you're creating those debug lines in your pathfinding at 7:15. With Line2D?
@GameEndeavor
@GameEndeavor 2 жыл бұрын
I draw them in the _draw() method. :) I have an array which holds the points of the path, then I iterate through the array - 1, drawing a line from one point to the next, localizing it to the entity's position via `to_local()`
@voidling2632
@voidling2632 2 жыл бұрын
@@GameEndeavor thanks for the explanation 👍 GDscript is quite new for me and I didn't knew about the draw function. This will come in quite handy. :)
@GameEndeavor
@GameEndeavor 2 жыл бұрын
@@voidling2632 Any time. :) It's super handy. A bit slow though, so I only use it for debugging purposes when possible.
@KingBai
@KingBai 2 жыл бұрын
I hope you will make a tutorial series 🥺
@KingBai
@KingBai 2 жыл бұрын
Especially AI Behavior
@danielpound9135
@danielpound9135 Ай бұрын
I like the smiley face sun 🙂
@BlenderAutomotiveModeling
@BlenderAutomotiveModeling 2 жыл бұрын
How can I save a game with Godot. I am making a Drifting game and need to save the colors and specs of each vehicle. Will a res file work because I am planning on instancing the vehicles in the garage.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Godot has a Discord community with a channel for getting help with these kinds of things. :)
@BlenderAutomotiveModeling
@BlenderAutomotiveModeling 2 жыл бұрын
Will join it. Thank you
@hectorarts
@hectorarts 3 ай бұрын
How would I script this in unity?
@bobvella7228
@bobvella7228 2 жыл бұрын
got any videos on how you do the sprite animations?
@GameEndeavor
@GameEndeavor 2 жыл бұрын
No, but I do have one planned very soon. :) I'm going to make a video on tips for drawing pixel art and a video on tips for animating pixel art.
@bobvella7228
@bobvella7228 2 жыл бұрын
@@GameEndeavor sweet
@vredevol
@vredevol 2 жыл бұрын
I already asked this in a different video sorry if this bothers you. But what software do you use to make pixel art?
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Aseprite. :)
@vredevol
@vredevol 2 жыл бұрын
@@GameEndeavor Lol i suddenly just got 2 replies from the same person with the same text. Thought it was a bug :)
@BinaryStar10
@BinaryStar10 2 жыл бұрын
I'd like to see you experimenting with more vibrant colors
@GameEndeavor
@GameEndeavor 2 жыл бұрын
I probably will inside of the caves. :)
@jayjeong4188
@jayjeong4188 2 жыл бұрын
Could you tell me how did you made it?
@jayjeong4188
@jayjeong4188 2 жыл бұрын
???????
@badmonkey91
@badmonkey91 2 жыл бұрын
what I've noticed is that your heroes always have a full head of flowing hair. While your enemies are almost always bald.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
I use hair to try to make the player stand out and iconic. :) I don't make human enemies, so not much need for hair. Though a Gooblin with tufts of orange hair sounds cute. Teddy is bald though and he's the real hero.
@badmonkey91
@badmonkey91 2 жыл бұрын
@@GameEndeavor haha. I shave my head too. That's why I noticed. It's said that our characters are just a different facet of ourselves. I had wondered if the heroes in your games were your childhood self - naive, hopeful, hairy scalp. And the monsters coming after him are the cold realities of life - and that's why they're bald. But the two enemies in the thumbnail of this video both have hairy heads...disproving this theory lol
@GameEndeavor
@GameEndeavor 2 жыл бұрын
@@badmonkey91 lol, I might be playing with that to some degree, but hair is unrelated. xD Though when I was younger I had hair past my shoulders, so we'd be seeing more metalhead characters if this were the case. o.o
@scottbigbrain3944
@scottbigbrain3944 2 жыл бұрын
Kinematic equations and verlet integration? GE do be using big brain tactics :)
@GameEndeavor
@GameEndeavor 2 жыл бұрын
You know me, this is what I love most about game development. :D Fancy stuff for the sake of it.
@LineOfThy
@LineOfThy Жыл бұрын
1 minute till the state machine!
@lubu682
@lubu682 2 жыл бұрын
cuuute!!!!
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Thank you! :D
@KmanK
@KmanK 2 жыл бұрын
You should make the sun be surprised or shocked when the player takes damage :) to :O
@GameEndeavor
@GameEndeavor 2 жыл бұрын
The sun will change expression, but he might be a little more excited about it. :)
@someguy1301
@someguy1301 2 жыл бұрын
What game engine do you use?
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Godot Engine. :)
@Noahhhhhhhhhhhhhhhhhhhhhhhh
@Noahhhhhhhhhhhhhhhhhhhhhhhh 2 жыл бұрын
but what creature wears those big boots?
@someguy1301
@someguy1301 2 жыл бұрын
The combat reminds me of hollow kinght
@KingBai
@KingBai 2 жыл бұрын
Its so cute Love it ❣️
@someguy1301
@someguy1301 2 жыл бұрын
What about mage staffs that soot fireballs and other stuff like that?
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Yeah, going to add magic soon. :)
@jaredjones6570
@jaredjones6570 2 жыл бұрын
I like your lurker sun
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Thank you. :) One of my favorite characters.
@tripple-a6031
@tripple-a6031 2 жыл бұрын
That's a Skipper from DQ8.
@lexibyday9504
@lexibyday9504 2 жыл бұрын
do you have a ceiling crawler enemy yet? Not every platformer game has them because they don't always work. Just a little something that paces back and forth upside down on the ceiling and then drops straight down if it detects the player under it. I also like enemies who you want to avoid killing too quickly because you need to stand on them to progress. But this again might not work in your game.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
I have the little wall crawler teased in the video, but not one that drops from the ceiling. I've been thinking of how to make the wall crawler interesting. Could do something like that, it'd be interesting. I'll make a note of it. The 2nd suggestion is also good and could work, thank you. :)
@prcr364
@prcr364 2 жыл бұрын
Hey new video!
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Yay! :D
@user-ue1dr3tf9y
@user-ue1dr3tf9y 3 ай бұрын
Its like your playing on your own game.
@thaias9654
@thaias9654 2 жыл бұрын
The bat almost looks like an owl
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Probably because he's so chonky, lol. I believe you're the 2nd person to make that statement.
@thaias9654
@thaias9654 2 жыл бұрын
@@GameEndeavor the chonkiness definitely played a part, but I also think it’s because it’s brown, has a lighter colored belly, and it’s wings kinda look like they’re feathered. Which are very, generic owl-like, features.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
@@thaias9654 I think of bats as brown and owls as gray and white, which I also see in Google images. I also see plenty of bats with lighter bellies. I don't see what you mean about feathering, unless you mean the lighter coloring. That's meant to be skin, with the darker bit being the arm.
@thaias9654
@thaias9654 2 жыл бұрын
By Feather-y, I mean the bumps on the bottom of the wing, and also it only looks somewhat like feathers, so it’s not a huge deal. But I say those are generic owl characteristics because (of my experience viewing real life owls and) other games tend to have those features on owls. Like Pokémon (Hoot Hoot) and Terraria (they Assad owls in the recent update). Also, don’t know about your device, but: 🦉
@GameEndeavor
@GameEndeavor 2 жыл бұрын
@@thaias9654 lol, the emoji is uniform color for me. Belly is same color has head, wings are dark. I got to watching the video again and the bat isn't supposed to have a lighter belly. That was meant to be a highlight to make him look rounder, but I guess it looks off. xD I'll work on that, it might help.
@stevencrawford6503
@stevencrawford6503 2 жыл бұрын
Hope this has controller support. Looks so fun!
@GameEndeavor
@GameEndeavor 2 жыл бұрын
I've done a bit of work on controller support, but it's a bit tricky since it's a platformer with free aiming. I have jumping on the shoulder button, which takes some getting used to, lol.
@vsp_dev
@vsp_dev 2 жыл бұрын
How about bootsy drops his boots by which the player can jump higher and bounce :P
@GameEndeavor
@GameEndeavor 2 жыл бұрын
There's going to be lots of bootsies in the game. They're a common enemy. :) Plus I don't want to reveal what's in the boot (probably) xD
@kingjawdev8102
@kingjawdev8102 2 жыл бұрын
There should be some sort of sleeping spell to peacefully put enemies to sleep, there’s no way I’m killing these cute little guys!
@GameEndeavor
@GameEndeavor 2 жыл бұрын
I've been brainstorming potential pacifist playstyles with my Discord community, lol. That's an interesting idea. xD I would want to make it more difficult than regular gameplay though, but I'll make a note of this.
@maddockemerson4603
@maddockemerson4603 2 жыл бұрын
If you really want a pacifist option, the most straightforward way is to make the main objective completeable without technically having to kill. Players will for the most part figure out how to duck and weave through the levels, but you can facilitate this by making enemies give up on chasing after a certain time or distance. To make sure those players still have some way to progress in items/abilities/whatever, make sure there’s plenty of hidden chests and maybe something like grass cutting to get small amounts of money/items like in Zelda.
@marin9412
@marin9412 2 жыл бұрын
I have an idea for an enemy, how about something that gets healed when you attack it with weapons but takes damage it you throw healing items at it?
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Healing from weapons seems random unless there's a way to explain it, but damage from healing items sounds interesting. Reminds me of undead from Final Fantasy iirc. :)
@LeveledRogue
@LeveledRogue 2 жыл бұрын
Maybe expand on this a bit, and have the enemy be resistant to swords and arrows, I mean that is typical of skeletons in a lot of rpgs And take damage from healing potions like you said.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
@@LeveledRogue That could work. Maybe like a ghost enemy.
@LeveledRogue
@LeveledRogue 2 жыл бұрын
@@GameEndeavor tho that would mean you'd have to make healing items a projectile meaning ppl could miss while trying to heal themselves (which would be funny ngl)
@GameEndeavor
@GameEndeavor 2 жыл бұрын
@@LeveledRogue especially given how much you have to move around to dodge attacks, lol.
@Maciek-yn8li
@Maciek-yn8li 2 жыл бұрын
Add a Boss to this game!
@GameEndeavor
@GameEndeavor 2 жыл бұрын
There will be plenty of bosses. That lil telekinetic orb thing in the video, that's part of a prototype for a potential boss. :)
@RLSonnyK
@RLSonnyK 2 жыл бұрын
It's frustrating to see the coins fall on the spikes 😓
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Indeed, but I am opposed to auto-collect, so not really sure how I want to handle that.
@RLSonnyK
@RLSonnyK 2 жыл бұрын
@@GameEndeavor Maybe a magnet type item to pull coins also could be of use somewhere else 🤷‍♀
@GameEndeavor
@GameEndeavor 2 жыл бұрын
@@RLSonnyK Maybe, so long as it isn't auto-collect. Maybe hovering the mouse over nearby coins collects them. I'd have to have that play tested.
@blackcitadel37
@blackcitadel37 2 жыл бұрын
Another rule: never trust a smiley sun.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Cute Sun God is most innocent. 🌞
@randomthings596
@randomthings596 Жыл бұрын
I found myself here after googling how to create enemies in real life
@nemo9396
@nemo9396 2 жыл бұрын
I want to play your game ^_^
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Glad to hear it. :D I'm currently working on a demo for it, so you can play that soon.
@nemo9396
@nemo9396 2 жыл бұрын
@@GameEndeavor Awesum :)
@AnirbanKar4294
@AnirbanKar4294 8 ай бұрын
this is what happens when a physicist become game developer 😂
@Teihoo
@Teihoo 2 жыл бұрын
I am not sure. That many screenshakes that you have, for me it's just too weird. It doesn't look engaging anymore, it just look like one of those 2010's movies where they had action camera everywhere.... it looks way too jiggly and not engaging at all. Just my 5 cents, from an old guy.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
I've lowered the player hit amplitude by two pixels, but any and I can't even notice it. The effect is probably amplified because I've zoomed in the video to make it more interesting to watch. It's very subtle in the actual game itself. I can see about having my recording setting lower the shake to compensate.
@Teihoo
@Teihoo 2 жыл бұрын
My wife berated me for saying this ... my point was... the screen shakes should only happen on something special.... not on basically every hit .... in the video, for me is that there's a screenshake on basically every hit... only this I do not like, i like screen shake only on really important stuff. Also, I really like your dev videos, i learned a shitton from you. Ty man
@GameEndeavor
@GameEndeavor 2 жыл бұрын
@@Teihoo lol, that's understandable. xD I'm a bit different though. I feel like a touch of screenshake on an enemy hit helps provide the player with feedback that they actually hit the enemy. It really is subtle when you zoom out. :) I lowered that specific shake by one pixel and couldn't even see it happening. And I don't like games with too much screenshake either. As for important things, that's when I use a bit more screenshake, but when you hit an enemy the shake is only 3 pixels of shake. Very tiny when it isn't zoomed in.
@benrex777productions9
@benrex777productions9 2 жыл бұрын
You are a mean developer. You make the enemies very fun to fight but also too cute to fight. What a moral dilemma.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
lol, this is a fun idea for an NPC. Someone who wants to be an adventurer, but doesn't want to fight cute enemies. xD
@benrex777productions9
@benrex777productions9 2 жыл бұрын
@@GameEndeavor My sister isn't vegetarian. But she once said that she only eats not-cute animals. :D You ugly? I eat you!
@marcboss
@marcboss 2 жыл бұрын
No one is first🤣
@GameEndeavor
@GameEndeavor 2 жыл бұрын
🤪
@aysamatik
@aysamatik 2 жыл бұрын
I watched your videos and i cant understand much, your pronunciation is different and you speak too fast. Maybe you may speak a little slower and clear.
@GameEndeavor
@GameEndeavor 2 жыл бұрын
Nope, I've tried that and those videos are dreadfully dull, and that's my accent. I'm not changing my accent. Sorry, bud.
@DylanMatthewTurner
@DylanMatthewTurner 2 жыл бұрын
Gosh I just love how bouncy the movement looks. I bet it feels super nice
@GameEndeavor
@GameEndeavor 2 жыл бұрын
It does! I love platformers with just really fun movement, even on a basic level. I've put a bit of effort refining it, so this is great to hear, thank you. :)
@DylanMatthewTurner
@DylanMatthewTurner 2 жыл бұрын
@@GameEndeavor It definitely looks like that effort's paying off!
Designing the Best Enemies | How to Create a Bestiary
7:36
Mochibeans
Рет қаралды 15 М.
The Formula for Replayable Games
18:44
Blargis
Рет қаралды 194 М.
В ДЕТСТВЕ СТРОИШЬ ДОМ ПОД СТОЛОМ
00:17
SIDELNIKOVVV
Рет қаралды 4,1 МЛН
UFC Vegas 93 : Алмабаев VS Джонсон
02:01
Setanta Sports UFC
Рет қаралды 201 М.
Как быстро замутить ЭлектроСамокат
00:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 14 МЛН
Why You Should Always Help Others ❤️
00:40
Alan Chikin Chow
Рет қаралды 120 МЛН
Plague Inc Trying Out The Ice Age
19:51
Turtle
Рет қаралды 2,4 М.
I Remade My Game 4 YEARS Later! • Gelli Fields Devlog
10:02
Creating An Ecosystem Simulation Game In 6 Months
16:28
Fun Master Ed
Рет қаралды 500 М.
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 3,9 МЛН
Optimizing my Game so it Runs on a Potato
19:02
Blargis
Рет қаралды 413 М.
How One Programmer Created Gaming's Most Complex Ecosystem
28:29
ThatGuyGlen
Рет қаралды 1,5 МЛН
Making A Roguelike Game In JUST 100 Days! (Devlog 1)
13:51
ButWhyLevin
Рет қаралды 17 М.
I Disappeared for a Year, but I Was Working On My Game! | Devlog
6:59
Starting a New Game with a Cute Sun God | Devlog 1
8:02
Game Endeavor
Рет қаралды 52 М.
Как спастись от злобной собаки?  😨
1:00
BitesFrome
Рет қаралды 4,5 МЛН
Эта Мама Не Могла Поверить в То Что Нашла 😱
0:10
Глеб Рандалайнен
Рет қаралды 1,4 МЛН
9999 iq guy 😱 @fash
0:11
Tie
Рет қаралды 17 МЛН
Разница в уровнях🔥
0:26
FERMACHI
Рет қаралды 8 МЛН
Who will eat Nutella? 🥳 Challenge #shorts
0:18
Balashik show
Рет қаралды 10 МЛН
🍁 СЭР ДА СЭР
0:10
Ка12 PRODUCTION
Рет қаралды 3,8 МЛН