Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

The Last Bastion of Mana - https://floormatt6400.itch.io/thelastbastionofmana

Information:

The Last Bastion Of Mana is a "Tower-Defense" style game where your goal is to survive as long as possible, keeping your city alive by building up your defense with walls and various towers. There is no "cost" for these towers and walls, as you can place as many as you want, but be wary - the more of each defense you have placed, the weaker they get!

Feedback:

We welcome feedback on anything and everything. This is our first time making a game as a group, and we want to be able to fix up/improve all aspects of our game.

What We Need Help On:

Find various ways to "break the game". Finding a broken strategy will be the best help us to balance the game. Feel free to share how far you have gotten as well!

Oooooo I LOVE this concept. 

  • Wish I could full screen, everything is too small. I want everything bigger!!!
  • Add a grid system of sorts that you can see and maybe it highlights before you place them?
    • I was trying to make a nice little maze for them to go through and I can't draw a straight line to save my life
  • Walls don't do what I'd think. I figure they'd go around the walls so I could funnel them where I wanted. Nope - they just eat through them.
    • Maybe ONLY eat through walls if they have no viable path?
  • I guess things heave health because they die? Health bars would be nice. 
    • In most tower defense games I've played things don't get attacked unless enemies don't have a way through.
  • So I use a bunch of towers, and they're weaker because of it, but when they die I don't get them back?
  • A countdown of when the wave will come. And a GO NOW button

Hello! Thank you so much for playing our game and for the feedback!


In the latest build, we addressed the scaling issue and added the Grid, so we hope that helps visualize things.


As for the rest:

  • Walls: I tried to make the AI a simple as possible, and I will be looking at an enemy that follows an A* pathing algorithm (that won't lag the game)
  • Health: We are trying to see the best way to display damage (either a health bar or a showing a damaged sprite)
  • Towers: The Mana used to Create towers is infinite, but it's strength deteriorates when used. Once the mana is corrupted by the machines, it does not directly return to the "mana pool". Thus an incantation (the upgrade button next to the tower selection button) must be done in order to restore the strength. Adding a tutorial might help fix confusion on this part in the future.
  • Countdown: Big Warning sign appears and a siren signaling the next wave should fix this. Adding a button that spawns them anyway for extra points might be interesting too. (right now its set to spawn 100 every 30 seconds, cause it was easy at the time lol)