I created a text based football strategy game. I want to see if someone can come up with a better PlayAlgorithm() than me. We can compete to see who's Algorithm does better. By PlayAlgorithm() I mean, determining when you should either Run, Pass, Field Goal or Punt the ball, depending on certain factors like, what down it is, yards to go, what yardline the ball is on, time left in the quarter or game, how many points you are winning or losing by etc...

Please reply to this post if interested. I attached a copy of my PlayAlgorithm() as a template or example for you to work with.

RC