Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Great game dude, I do have a suggestion for the main menu. (il just post it really simple cause i am not a programming beast or something haha)

Main menu:

var troopcountBlue

var troopcountRed

if "troopcountBlue" > 3 function spawn=false

if "troopcountRed" > 3 function spawn=false

-------------------------

Because right now in the main menu often, either blue or red totally destroys the opponent and troops keep spawning in. I think this would fix it? I dont know if it can be done this simple.

Again I really love your game :)

---------------------------------------

Yeah, finally someone who knows how to speak with a programmer :D

I will stop spawning if the number is too high. It's nearly as simple as you said.

i think 3 is perfect, or maybe make something that the class is identical so

Var class


Function class = knight else axeman else swordman

If Bluespawn = knight function redspawn = knight

Well i suppose you get the idea, i think this could prevent the main menu spawns to be like uneven, because now 1 guy spawns with halberd and he can kill like infinite guys with smaller range :)

I think it would also be cool if blocking is possible with a melee weapon, sword or axe or something :)

(1 edit)

At the moment, the spawn is totally random but I think it would be good to create even battles.

But the spawn code is veery different from yours ;)

Ye this is very simplistic (and probably wrong) but you get the idea :)

:D