How to make your game 2X as fun! - (In No Time.)

Поделиться
HTML-код
  • Опубликовано: 25 окт 2018
  • How do you make your game more fun?
    Here are a couple of effective tricks that will help you to make your game way more addicting and fun in not time!
    You want to become a better game developer, but you feel stuck and don't know how to improve any further? This video should help you to up your game, because all of these tips are extremely easy things I wish I would have known when I got started with game development.
    Making a fun game isn't all that difficult, so I bet you can easily double the fun players have with your game in just a couple of hours as well. Unless you're already an experienced dev, that is.
    My name is Jonas and I document the entire journey to becoming a game developer. I share absolutely everything I learn on the way, so you can become a better game developer as well.
    Join the Game Dev Discord: / discord
    Subscribe to see more like this in the future. :)

Комментарии • 372

  • @JonasTyroller
    @JonasTyroller  5 лет назад +509

    Was this useful? Which other tips do you have for making a fun game?

    • @YaenGamedev
      @YaenGamedev 5 лет назад +45

      Lot's of awesome tips in this video! Adding decent audio feedback can change everything for the better :) Animations on objects that are important to be noticed by the player! Post processing effects such as bloom, color grading, vignette etc. can help a lot. Smear frames and trails are pretty cool when dealing with moving stuff and animations in general. Just some stuff off the top of my head.

    • @YaenGamedev
      @YaenGamedev 5 лет назад +18

      Another one that I just thought of is to try and design systems with lots of opportunities to combine stuff to create unique abilities, situations, encounters etc.

    • @YaenGamedev
      @YaenGamedev 5 лет назад +19

      I keep coming up with stuff so here's some more:
      Add a main menu and title screen - makes your game feel way more finished.
      Don't underestimate what controller rumble feedback can do for your game. It can be more important than audiovisual feedback for certain mechanics. Especially for gradual stuff such as charging an attack.
      Speaking of which: anticipation in animations (especially for enemies) will elevate most games in terms of game feel but also gameplay feedback
      Risk-Reward-systems are cool because if they are well done they can facilitate interesting moment-to-moment decisions.
      Skill trees are often more interesting than totally linear upgrade-chains due to creating more interesting long-term decisions and customization opportunities through combinatorics

    • @southoceann
      @southoceann 5 лет назад +9

      @@YaenGamedev I believe what you're talking about is called emergent gameplay enabled by systemic game design, but it's more about designing than polishing. There is a lot of mind tricks going into the designing of a game to make it appear more fun, I also think it circles back to another of video of Jonas about how to make players feel smart.

    • @YaenGamedev
      @YaenGamedev 5 лет назад +5

      True, that's about system design but Jonas also talked about design-related stuff early in the video. I think well done combinatorics can give you a lot of bang for your buck since you don't have to hand-craft every situation in your game.

  • @ThinMatrix
    @ThinMatrix 5 лет назад +392

    I've been watching a load of your videos in the last couple of days and I'm just so impressed! Especially videos like this one where you give tips; I think you're 100% correct on pretty much everything you say. I wish I'd seen these videos when I was starting out - would have saved me a lot of time!

    • @JonasTyroller
      @JonasTyroller  5 лет назад +30

      Thank you so much, man! Really means a lot to hear that from you.

  • @sosasees
    @sosasees 4 года назад +858

    I don't really like how many platformers have a slow walk speed, and a run button.
    This makes you hold the run button for most of the game.
    This is why, in my own platformer project, I made the default speed fast, to entirely remove the need for a run button.

    • @mattiswan1
      @mattiswan1 4 года назад +97

      that's basically the concept of sonic the hedgehog

    • @satibel
      @satibel 4 года назад +149

      on platforms with non analog inputs, I suggest inverting the button, sometimes you want to go slow for tricky parts, and not just run off the edge like a dummy.
      another option is to add some momentum, like your character starts moving slowly but accelerates to it's top speed, which also can add some decision between going for the maximum speed or slowing down to be more precise. But if done improperly it may make the game feel sluggish.

    • @kadirlofca
      @kadirlofca 4 года назад +35

      Toggle run?

    • @satibel
      @satibel 4 года назад +16

      @@kadirlofca another good option, crouch or run is very similar too.

    • @charlottebiscuit4133
      @charlottebiscuit4133 4 года назад +3

      same thing n++ does

  • @sethwilliamson_
    @sethwilliamson_ 5 лет назад +118

    Very nice although the camera thing did hurt my eyes a lot

  • @aerbon
    @aerbon 4 года назад +229

    i'd say have the speed increase over time, if you were only comfortable with 50% bonus speed at first then your players are probably the same.

    • @donkeyface4452
      @donkeyface4452 4 года назад +13

      Or have a difficulty meter that changes the game speed

    • @toekneemart5597
      @toekneemart5597 4 года назад +22

      Perhaps it would be better to take a tetris style approach where each goal you get increases the speed by 1%

    • @joelface
      @joelface 3 года назад +4

      @@toekneemart5597 I like that idea too. That gives the game a nice progression over time.

    • @mithogui
      @mithogui 3 года назад

      very good point

  • @ianpatrickwijaya2657
    @ianpatrickwijaya2657 4 года назад +629

    EA: huh? microtransactions? alright

  • @mr.gubagub1899
    @mr.gubagub1899 4 года назад +171

    - Add directions
    - Make decisions affect gameplay
    - Good colour scheme
    - Gameplay speed
    - Camera movement

    • @Brahvim
      @Brahvim 2 года назад +7

      Thanks :D

  • @RayFlowerGames
    @RayFlowerGames 2 года назад +8

    A tiny amount of camera movement? hahah! That's a lot! It would likely give me a headache after a while! It could be reduced to 1/2 or even 1/4 and probably be better -- enough shake so that you can feel it but not so much that it is constantly buzzing or moving around so much
    Thanks for the tips! I haven't thought about the micro decisions before, and it definitely adds a whole dimension to the gameplay, i'll be keeping it in mind. Colours, speed and camera work are also all 100% good things to keep in mind. Game speed I find is often the first barrier of fun in people's first games, so definitely agree.

  • @cam4722
    @cam4722 4 года назад +39

    My god, when you showed of the first gameplay with the better gun behaviour it was almost too intense for me to watch! So many tight situations!

  • @magnusalferes1143
    @magnusalferes1143 9 месяцев назад +1

    been working on a game for two years i have found my way to most of these trick, wish I would have seen your channel 2 years ago.

  • @bdizzification
    @bdizzification 4 года назад +10

    Very interesting opinions. I actually liked the original color scheme and the static camera much better. Other than that, these seem like good ideas. Thanks for sharing.

  • @harley2938
    @harley2938 4 года назад +34

    As you play your own game, you get better and more experienced at it, so the speed that you can play at will be different from the speed a new player can play at. It's important to be aware of that, and to get feedback from other people.

    • @dnadan8637
      @dnadan8637 Год назад +1

      Thats also why u gotta design ur game so that its fun for all experience levels.

    • @21CenturyBreakdownX
      @21CenturyBreakdownX 11 месяцев назад

      absolutely. I've been making a single screen beat em up game. i beat the 2 levels i have so far every single time i play. had some friends try it and they can't get past the first 30 seconds of the first stage :(

    • @thecatbrat42
      @thecatbrat42 10 месяцев назад

      ​@@21CenturyBreakdownXThen lower the difficulty maybe?

  • @igz
    @igz 5 лет назад +109

    Hey, Jonas, nice video. I would really love to see more videos of where you take a boring game and add interesting decisions to it. I've been digging into this subjects a lot myself, and I found a fantastic book called Situational Game Design by Brian Upton. If you want to get a formal/deeper understanding of what makes game situations feel playful I definitely recommend you read it :)

    • @JonasTyroller
      @JonasTyroller  5 лет назад +15

      Thanks for the tip! I've definitely seen this book on Amazon a couple of times, but I never bought it. Guess I will just do so now... :D

  • @chaosmastermind
    @chaosmastermind 3 года назад +13

    You're a saint for doing all of this for everyone.
    I will definitely be using you as one of my inspirations and mentors for making my own games.
    So thank you.

  • @sosasees
    @sosasees 3 года назад +6

    I only have 2 issues with your example game:
    • The rings should be Yellow, like one of the player colors,
    instead of blending in with the floor as if the transparency was 50%
    • The screen shake is Way too exaggerated so that I'd likely have motion sickness if I actually played the game instead of just watching it. Most games only shake the screen horizontally Or vertically, and only by 1 or 2 logical pixels (which are different from actual pixels as they are a reference unit)
    Everything else is correct and makes this video Very useful.

  • @joemamah2545
    @joemamah2545 3 года назад +7

    Jonas: How do you make your game more fun?
    Dani: Unity's particle system is a-
    Jonas: STAHP

  • @southoceann
    @southoceann 5 лет назад +33

    Yay taking more time but the content is of better quality. Great work!

    • @JonasTyroller
      @JonasTyroller  5 лет назад +4

      I've been doing 1 video per week for a while now. Thanks, southocean. I'm trying. :D

  • @Horzinicla
    @Horzinicla 4 года назад +261

    Tip: slowing the player's movement is one of the worst things you could do. You must let the players feel in control. Look at DOOM or Mario, and how fun it makes the game with the movement alone

    • @psilopsychic
      @psilopsychic 4 года назад +8

      Stale Bagelz Not true, Halo: Reach was amazing and 4 and 5 didn’t suck because of sprinting but other issues

    • @mammutbrot9230
      @mammutbrot9230 4 года назад +17

      It works for some games. Like YumeNikki for example. The game is all about looking at the environment and atmosphere, so a slow speed makes it better.

    • @waker_link
      @waker_link 4 года назад +7

      ngl the movement speed is WAY too slow in yume nikki (even with bicycle) to properly enjoy the main thing about it - walking around

    • @mammutbrot9230
      @mammutbrot9230 4 года назад +2

      @@waker_link i didnt see it that way. I did have that problem in yume 2kki tho, since the maps in that game are way too large.

    • @alfonshedstrom9859
      @alfonshedstrom9859 4 года назад +2

      T i t a n f a l l

  • @Matshiro
    @Matshiro 4 года назад +1

    This video is amazing. The idea that you are telling is really simple and "obvious", but you managed to tell it in really transparent and good way, so many new developers could see why stuff that you talked about is important.

  • @yourMoonstone
    @yourMoonstone 5 лет назад +4

    Was expecting some stuff I've already heard from the art of screenshake but this was actually super unique and cool! I love the tips and even making a turn-based game this is giving me tons of ideas. Keep up the great work dude

  • @FlorisChan
    @FlorisChan 4 года назад +2

    Dude you're absolutely insane, super talented and smart about this, it's insane how much the game improved by just slowing the movement, keep up the great work. Also great fan of Superflight and Islanders

  • @smotritelvidosov
    @smotritelvidosov Год назад +1

    One of the best vids I have ever seen about game design. So simple and so effective. Just fantastic!

  • @ganasoft816
    @ganasoft816 4 года назад +1

    I think you are a very underrated content maker. I love the videos you make and it helps me out A LOT on my own journey of becoming a full time indie game developer.
    Keep it up!

  • @MrLuc420
    @MrLuc420 4 года назад +2

    Glad I came across your channel. These are some really good tips!

  • @jakobmiesner3995
    @jakobmiesner3995 4 года назад +1

    Wow, this was super helpfull!
    Thanks a lot.
    I directly created TODOs for the tipps that you talked about!

  • @nick__4777
    @nick__4777 4 года назад +13

    the thumbnail: *DOUBLE DOUBLE THE THE FUN FUN*

  • @VeryBlueBot
    @VeryBlueBot 5 лет назад +1

    wow... subbed a couple days before.. Your points are pure gold here and in other vids.. Im literally making a checklist based from your vids. Also seeing that some points are checked in my current developed game is so pleasing :)

  • @MaxAndersonFilms
    @MaxAndersonFilms 4 года назад +1

    Will definitely be implementing some of these tips in my own game! Thanks Jonas!

  • @adhochero6619
    @adhochero6619 2 года назад

    Great video. I’ve been learning a lot of coding for my game for the past little bit, and I started a game jam but realized I was lacking the “play” part of the game, it wasn’t fun to me. This video really helps put things into perspective. I’m going to take things back to the basic and make sure it’s fun first.

  • @paigehoney9055
    @paigehoney9055 Год назад +1

    Really cool tips, thank you for sharing!

  • @mohammediftekhar1424
    @mohammediftekhar1424 2 года назад

    thank you Jonas...💜💜💜This video is so helpful 👌

  • @hipunpun
    @hipunpun Год назад +2

    This was great, thank you

  • @Dominik-K
    @Dominik-K 2 года назад +1

    Thanks a bunch, this advice is pretty invaluable

  • @deepeiton6112
    @deepeiton6112 4 года назад +1

    Love your videos! Keep 'em coming! 😊

  • @GunnarClovis
    @GunnarClovis 5 лет назад +4

    Absolutely fantastic! Really excellent points and having the example in the background with very concrete use cases was wonderful
    I just discovered your channel, but liked, subbed, all that
    Awesome work

    • @JonasTyroller
      @JonasTyroller  5 лет назад

      Nice! Welcome on board! I'm happy you liked it. :)

  • @go_better
    @go_better 4 месяца назад +1

    This is amazing! Subbed.
    One little feedback - camera movement caused motion sickness for me personally, so consider moving it to gameplay options

  • @elumixor
    @elumixor 3 года назад

    Thanks! Very practical, especially the first part.

  • @siegeperilous9371
    @siegeperilous9371 11 дней назад

    Very cool walkthrough. Appreciated!

  • @balthabooth5758
    @balthabooth5758 4 года назад +1

    Wow, really good tips, thanks Joyner!!!!!!!

  • @bowsermix1
    @bowsermix1 3 года назад +1

    Great videos, love ur personality.

  • @domedin9894
    @domedin9894 2 года назад

    As you demonstrated I could feel the chaos and franticness ramp up very impressive.

  • @WangleLine
    @WangleLine 5 лет назад +1

    Woah there, your videos keep improving each time. Love the atmosphere of this one especially. The way you talk, the music, everything fits so well together. Good luck, Jonas :D

  • @sevehayden1463
    @sevehayden1463 Год назад +1

    I find I usually need to slow down my games. Good video.

  • @_ace55
    @_ace55 5 лет назад +16

    Congrats Jonas for 1000 Subs!

  • @aleksdeveloper698
    @aleksdeveloper698 25 дней назад

    Very smart video, well done!

  • @pigizoid9924
    @pigizoid9924 2 года назад

    the way you explain things is very easy to follow along

  • @HipBlooD
    @HipBlooD 10 месяцев назад +1

    Really a great channel!

  • @nonac95
    @nonac95 4 года назад

    Great tips yo improve a game rapidly. I think they are good to improve games jams game too. The juicy tips you mention are similar to an amazing talk I recommend by one of the Nuclear Throne designers Jan Willem that I saw some years ago on youtube.

  • @WhiteNorthStar1
    @WhiteNorthStar1 3 месяца назад

    Very good, thank U Jonas :)

  • @joachimsaindon3658
    @joachimsaindon3658 3 года назад +1

    These videos are gold.

  • @harleybekker
    @harleybekker 5 лет назад +1

    awesome :) those are pretty good tips thanks!!

  • @critopadolf5534
    @critopadolf5534 4 года назад

    incredibly useful video, thanks!

  • @scrub_jay
    @scrub_jay 2 года назад +1

    These tips were amazing, great job. Camera shake was way too strong imo but still a great tip

  • @alejandrozamora3468
    @alejandrozamora3468 4 года назад

    This was useful and I enjoyed it

  • @dehrk9024
    @dehrk9024 4 года назад

    Wow! You are literally just giving us free advantage in the game buiness, thats so cool! Thank you a lot!

  • @duck_is_lord
    @duck_is_lord 2 года назад

    First off, great video! I'm not a game dev yet but I'm enjoying all your tips for when I do start. However, in this case I actually liked the first color scheme better... the red enemies against the equally strong blue bg made my eyes hurt a little bit and it was hard to focus. I would've kept the bg a lighter color, but that's just my personal preference

  • @thehbpro7383
    @thehbpro7383 3 года назад

    Thanks this made my game alot better

  • @AnasMations
    @AnasMations 4 года назад

    i felt lazy for over a month and didn't do any progress in my game cause i felt it was boring but your video motivated and inspired me a lot! thanks jonas

    • @JonasTyroller
      @JonasTyroller  4 года назад

      Awesome. I'm very happy to hear that. Nice! :D

  • @AkaiKnight
    @AkaiKnight 4 года назад

    Good advice. Made me think differently

  • @decrodedart2688
    @decrodedart2688 4 года назад

    Good tips! 😋

  • @shaishavpathak
    @shaishavpathak 3 года назад

    Fun impactful sound effects are rewarding for the player as well

  • @sosasees
    @sosasees 3 года назад +2

    The Minimum Viable Prototype i made on Oct 22 2020
    started out being too fast for my playtester, so I had to slow it down by what feels like 50% (not by actually slowing the character but by growing the viewport).
    After that, I could only increase the actual character speed by what feels like 10% before it became too fast for myself.
    This already sounds like a great start!

  • @achillesmichael5705
    @achillesmichael5705 10 месяцев назад

    Actually good content nice job

  • @crazedbrazy617bh
    @crazedbrazy617bh 4 года назад

    This is a good video thanks!

  • @mariojuan7539
    @mariojuan7539 3 года назад

    it seems so fun, that i need to play it!!!

  • @joekingston9326
    @joekingston9326 6 месяцев назад +1

    Watching this in 2x speed and I just thought you were insanely good at this game

  • @peterschooley3036
    @peterschooley3036 3 года назад +2

    1) Interesting micro decisions. Some challenge to find best solution. Trade offs. 0:23
    2) Good color schemes. Useful link coolors.co 2:58
    3) Speed and pacing. Usually too slow. 3:42
    4) Effects, directional effects. 4:18
    5) Camera movement. Screen shake. 5:17

  • @sukhWins
    @sukhWins 4 месяца назад

    This was a great tip thnk you

  • @zombiemachines
    @zombiemachines 5 лет назад +2

    I really enjoy these topics

    • @JonasTyroller
      @JonasTyroller  5 лет назад +1

      Thanks. What specifically do you mean?

    • @zombiemachines
      @zombiemachines 5 лет назад

      @@JonasTyroller advices that are related to game dev .. and could be implemented in other domains with some tweaking.

  • @EndermanPierce
    @EndermanPierce 4 года назад

    Very good tips! I’m not even good with real coding and only use Scratch, but these tips still help me a bit.

    • @iambored1528
      @iambored1528 8 месяцев назад

      scratch is real programming as it does what any other programming language does: uses logic and instructions to get a computer to do something. scratch is just a visual programming language to make it easier

  • @ilug8571
    @ilug8571 4 года назад

    Excelent video, thanks for sharing useful information :j. Just a few changes you made and the game become better, remembers me to boxhead xd (2d flash zombie shooter)
    How do you implement knockback effect?

    • @petiks6391
      @petiks6391 2 года назад

      Get the direction where the bullet came from and multiply that to the knockback force you want and apply that to the enemy's current velocity. Finally, add a damping so that the knockback force goes to 0 quickly

  • @RTPcanadaGames
    @RTPcanadaGames 4 месяца назад

    🎉very nice. I enjoyed that

  • @vladimir_ckau
    @vladimir_ckau 5 лет назад +7

    Good God, great talk! At 1:30 already stopped to take a bunch of notes on what would I do to make the movement more goal-y and engaging.

    • @JonasTyroller
      @JonasTyroller  5 лет назад

      Cool. What kind of game are you working on?

    • @vladimir_ckau
      @vladimir_ckau 5 лет назад

      @@JonasTyroller Not working on a game currently. But interested in practical game design at any time of the day :)
      I've made a game last weekend for a jam. If you're interested, gm48.net/game/1040/runners

  • @misterttocs2724
    @misterttocs2724 4 года назад

    Great video!

  • @davidm.johnston8994
    @davidm.johnston8994 4 года назад

    Nice video :)

  • @squali1930
    @squali1930 4 года назад

    Amazing video.

  • @darcygibbons2891
    @darcygibbons2891 4 года назад +1

    This video is genius!

  • @mayank_b
    @mayank_b 3 года назад

    hi Jonas, i really liked your project. Is there any way i can get hands on this awesome project of yours?

  • @emmettdufford8178
    @emmettdufford8178 2 года назад

    Thx helps alot

  • @SilverGoldYT
    @SilverGoldYT 4 года назад

    I'm working on a bullet hell game, and in my game I had decided to make the bullets you fire automatic hone in on enemies so you can focus more on dodging. This video made me realize that doing that removed the micro decision of getting closer to enemies for better aim. I was able to fix it by making your bullets do much more damage when you are closer to enemies, so now I keep that micro decision while allowing the player to continue focusing on dodging

  • @Erfan_Al
    @Erfan_Al 3 года назад

    You don't need to be a game developer to enjoy this video and this is good!

  • @thataussieguy2613
    @thataussieguy2613 5 лет назад +1

    very helpful!!

  • @yoyo12345
    @yoyo12345 2 года назад +1

    One more think I'd like to add
    When the player walks there should be a particle like the enemy's get when they did it would look nice

  • @rijaja
    @rijaja 10 месяцев назад +1

    We were making an F-Zero -like game for a school project and the speed of the ships was 3. Someone suggested the game could be faster and just as an experiment I set it to 5, that's 66% faster.
    It was awesome. We were making a racing game based on super fast ships and we had forgotten to actually make the game fast.

  • @sosasees
    @sosasees 4 года назад +4

    I can't see how the insane camera would help, because it makes everything so much harder to see, but everything else is very helpful.
    Thumbs Up Video!

    • @lightswitch2622
      @lightswitch2622 3 года назад +1

      Camera movement helps, but it’s best when subtle

  • @alexts1299
    @alexts1299 5 лет назад +1

    Good Tips!!!

    • @JonasTyroller
      @JonasTyroller  5 лет назад

      Thanks for your comment. You're welcome.

  • @danicopic5267
    @danicopic5267 5 лет назад +6

    Nice Nice Nice Nice! Really useful!! Nice!

  • @innovativename5268
    @innovativename5268 2 года назад

    EN:
    Thanks man, you already help me with me with my first doubt.
    DE:
    Danke, du hilftst mir jetzt schon gegen meine meine Zweifel an meinem Projeckt, danke.

  • @Z9R.
    @Z9R. 4 года назад +6

    I got a idea. The game speeds up every second, but every time you collect a coin, the game slows down a tad. That way, the coins aren't completely useless and have a purpose

    • @tackybob
      @tackybob 2 года назад +1

      ayy thats a nice idea, can i use it if kool?

    • @Z9R.
      @Z9R. 2 года назад +1

      @@tackybob I'm not going to do that anytime soon, so sure

  • @igorthelight
    @igorthelight 4 года назад +1

    Good! Double the fun - twice the sales!
    - Count Dooku

  • @saulnores3477
    @saulnores3477 Год назад +2

    I like alll your advices, except for the last one. I HATE games that shake constantly. That's something old awesome games never had and never needed.

  • @unlockener
    @unlockener 5 лет назад +1

    good vid, just turn down the bg music a bit next time so that mob can hear you better.

  • @ggentertainment2737
    @ggentertainment2737 4 года назад

    this was helpful but im not a big fan of packing in as much action in as little time as possible. i think it's more interesting to leave more time for decision making.

  • @Marco-rv7ec
    @Marco-rv7ec 2 года назад

    I just want to know how do u make those enemy collisions while following player.

  • @ralfc7363
    @ralfc7363 4 года назад

    I know this was made like 2 years ago, but subbed

  • @nintendoboy3605
    @nintendoboy3605 3 года назад

    So i am currently working on an RPG where you play as a blue circle with a face with some inspiration from the classic paper mario games.
    You have 10 HP and 5 FP
    You also have 2 attacks Bash and Basher
    Bash does less damage than Basher but Basher costs more FP to use than Bash
    And you have 2 types of items Pretzels and Candy
    Pretzels restores HP while Candy restores FP.
    And you also have strategies Flea which fleas the fight and Defend which reduces the amount of damage you take during your opponents turn.
    Now this is pretty much a basic RPG and i wanted to make it fun so i looked up this video and i have some ideas for new enemies that might be interesting.
    The Theif which steals some items from you giving you the choice to either attempt to kill the theif before he steals your items or use up your items so he doesn't steal it.
    Or the BOMB which after a few turns explodes and damages both the other enemies and the player character you can either kill the BOMB before he explodes saving you from the damage but this also means the enemies won't get hit or you can defend which reduces the amount of damage you take but also explodes killing the other enemies.
    And then theirs the healer which heals the other enemies and itself. Bash won't deal enough damage to it so you might wanna use Basher.
    And the Box Box which doesn't attack you but summons other enemies so you might wanna target this enemy before it summons more.
    Now i pretty much gave away the the solutions to beating these enemies on your own but if your fighting more of these enemies like for example the Theif and Healer you might wanna think twice.
    Also i know i am not that experienced in gaming but i still wanna give you advice. Maybe give the rings you collect in your game a reason to collect. Cause without a reason the player might just focus on survival instead of collecting the rings. Like maybe have the rings clear an entire screen of enemies if you collect enough or maybe it gives your attacks more attack power or maybe it temporary removes the speed limitation. Or maybe instead of a reward for doing so give them a punishment for not doing so such as an instant game over or more enemies or maybe not being able to attack at all. In general just give the rings you collect a reason to collect cause otherwise they will be ignored.

  • @musikSkool
    @musikSkool 3 года назад +2

    Make the targets different colors, one of the colors wipes 70% of the screen and stuns the enemies for a second. A different color target gives you another heart. Another one would be it turns on a fan that pushes all the enemies away from you for 2 seconds and disables new ones spawning for a few seconds. A target could even make your character blink and destroy them on contact for a few seconds. You don't want pressure on the player all the time, back off a little and let them relax. People need a little down time to regroup and think up a new strategy.

  • @mr.fenixtc2959
    @mr.fenixtc2959 5 лет назад

    This video is amazing

  • @Mestik78
    @Mestik78 4 года назад

    Grande!!

  • @impheris
    @impheris 4 года назад

    in fact, those are nice tips...