Jump to content
MakeWebGames

US Vice

Members
  • Posts

    57
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by US Vice

  1. Looking good, not exactly sure about the fire effect at the bottom, but definitely worth (and more) the price it's being sold at.
  2. Here's an insane idea... maybe look at foreach on line 16? http://php.net/manual/en/control-structures.foreach.php
  3. Looks great although I'm not sure about that red effect coming out of the banner/header area, looks random and unnecessary to me.
  4. Where you have used the rand function you have not defined a minimum and maximum arguement, so rand(10, 25); http://php.net/manual/en/function.rand.php
  5. What? I disagree. I see little advantage of OO PHP other than a cleaner looking code.. nothing wrong with procedural - in my opinion. I was never initially disputing OO PHP, I only pointed out your mistake.
  6. OOP stands for object-orientated programming, not "Game programming".
×
×
  • Create New...