Review of March to War (Old)

  • Overall Score rating rating rating rating rating
  • Graphics rating rating rating rating rating
  • Sound rating rating rating rating rating
  • Gameplay rating rating rating rating rating
  • Story rating rating rating rating rating
  • Interface rating rating rating rating rating
SunnyKatt

March to War (Old) Review
By SunnyKatt Moderator on 20 March 2008


Pros: Great programming. Menu looks + plays amazing. Ai is pretty good, and very good at pathfinding.

Cons: Time needs to be spent on the graphics - A little bit of fixes and It could look awesome.

Great programming, Graphics could be way better...

Great game, very good. My ONE AND ONLY concern about the gameplay is the helecopters... They hover right over the enemy. You need to add code such as
var enemy;
if instance_exists(obj_enemy)
{enemy = instance_nearest(x,y,obj_enemy)
}
if distance_to_point(enemy.x,enemy.y) > 300 //if its too far away
{speed = 5
direction = point_direction(x,y,enemy.x,enemy.y) //really basic movement, id never use it but you get the point
}
else // if theyre too close
{speed = -5
direction = point_direction(x,y,enemy.x,enemy.y) //really basic movement, id never use it but you get the point
}

Or whatever.
GRAPHICS:
why! You used the regestered effects and particles! I know your capable of more than that. Use blend modes etc for explosions (like in fluffum war) and fire. Have seperate randomly placed bushes and shrubs so you dont get stuck with the bad grass. Have bullets fly faster and use advanced collision checking (if you dont know what I mean PM me). Also you could put in lights, etc. The graphics make the game look bad, BUT ITS A REALLY GOOD GAME!!!
so keep working!
SunnyKatt (AKA Zeke games (should be spelled ZekeGames) at TGC forums)
Keep working and fix up those graphics!

  1. SunnyKatt

    SunnyKatt Moderator said over 3 years ago

    Thank you, all my reviews are full reviews.

  2. marshmallowman88

    marshmallowm... said over 3 years ago

    Finally someone for once is actually reviewing a game and not just putting down nonsense and giving it all 5's, Thanks for the effort, It is appreciated.

  3. SunnyKatt

    SunnyKatt Moderator said over 3 years ago

    Crap! my tabs didnt show up on the code!

Disabled