TopDown 2.0

Hello! :wave:

A couple of months ago I made a preview for the new version of my TopDown game. (You can check the old version here). Now I’d like to share this preview on the forum, to find out how I can make my game more attractive. Currently it’s more stealth, but maybe players want more action? Is it worth to add ads and publish it on a platform?

In this preview, it’s your job to use your ammo smartly. Only then you are be able to complete the mission. You can open the game instructions with the plus icon on top of the screen. Good luck! :four_leaf_clover:

Please feel free to share your feedback.

Thanks! :pray:

2 Likes

This game is hard! :smiley: The controls are non-intuitive. I mean, we all play games, so we’d expect some common ways to control a top-down character. I had to just randomly try stuff, until I was able to move. Only then I remembered how to control it (it was a long time ago since I last tried, my memory is getting shorter with age :smiley: ). Mouse drag is not a common control, so most players won’t know about it, unless there is some UI tutorial or something.

The enemies are unforgiving :slight_smile: Perhaps, lower their damage, so we could see what is further away in the level? :slight_smile:

Same for me, I failed to control the game within 30 seconds and so I gave up unfortunately.

To move, you have to tap and hold the character and drag in the direction you want to move. I have chosen this way so the controls on desktop can be the same as on mobile.

My plan is to show a GIF instruction, but this doesn’t seem to be easy to achieve with PlayCanvas as far as I’ve seen.

The enemies are indeed unforgiving. I will see if can adjust the behavior a bit. Of course, it shouldn’t be too easy either.

1 Like

1 Like

You don’t need a GIF. What we do in our games is that we have 2 sprites, one for representing “finger touching a screen” and one “finger not touching a screen”. Then you can show finger not touching it, swap with the one touching, then move that sprite (representing a drag motion), then swap with not touching. This would tell player - tap the character and drag it to move. If player touches the screen, hide the tutorial, if releases - show again. This animation should repeat itself until the player moves, say 1 meter. Something similar for the first enemy encounter. You would need to adjust AI, to make him not shoot while tutorial is active.

1 Like

I updated the project and added a tutorial. Please let me know if this is sufficient.

New preview version released!

In this version:

  • New tutorial added

  • New inventory system

  • New knife equipment

Upcoming:

  • Improved inventory system

  • Improved enemy AI

  • Explodable barrels

I’m not sure how to manage items like rifles and bullets in the scene yet. Currently you only grab the bullets from a rifle if you already have a rifle and then the rifle dissapears, but I’m not realy happy with this behavior as it is not realistic. Maybe a better way is to leave an empty rifle in the world, but this is quite disappointing for someone else who finds the rifle. Please let me know if you have a better idea!

2 Likes

A small update about my plans.

I probably will remove the inventory system I introduced in the last update. Instead, I will add different characters in the future, who can each have their own weapon (inspired by the famous PC game ‘Commandos’). In the meantime, you can only have one weapon at a time and you must grab the weapon you want to use.

The goal of my game is to make it fun to move, climb and jump through the world. The player can choose different routes through a maze full of enemies and must solve small missions along the way. The player’s goal is to get as far as possible without losing all team members.

These plans are not certain as I change my mind more often, but for now this sounds pretty good, right?

Later this week I will share a new update with an upgraded scene and the previously announced improvements.

1 Like

Time for a new update!

With this update I’m especially interested in what you think of the enemy bahavior. Currently the enemy has states like patrol, alert, search, defense, attack and dead. The main goal of this project is to create a realistic AI, so please share your feedback on this. Please also report bugs. Thank you!

In this version:

  • Improved tutorial scene
  • Improved enemy AI
  • Improved player movement
  • New explodable barrels
  • New crouch ability
  • Removed inventory system

Upcoming:

  • Enemy movement sounds
  • Ability to climbing on edges
  • Player effected by exploding barrel
  • Some bug fixes

Known bugs:

  • Player jumps not always as expected
  • Player sometimes jumps unexpectedly
  • Little camera glitch when at top of ladder
  • Item of dead enemy can not always reached
  • Enemy can walk on item triggers
1 Like

Good progress! Was finally able to kill the soldier (took me like 5 attempts, most of which were to get used to controls). Some suggestions:

  • The tutorial text is pretty dark. Perhaps disable shadows on text.
  • Tried to explode a barrel with a knife, but couldn’t :frowning: Had to kill the soldier and grab his weapon. After exploding the barrel, the solder became a zombie and raised from the dead :smiley:
2 Likes

Thanks for your feedback @LeXXik, I really appreciate it!

I have made the text a little more lighter now. :bulb:

Yeah, that’s not really realistic and I fixed this bug. :ghost:

1 Like