Hey guys. I know it varies from the program type (RPG, Puzzle, Equation Solver, etc), but I wanted to know your opinions on how big a program should be. I currently finished my game, "Frufus Fighter", a graph display turn-based fighting game in which you fight enemies for coins, which are used to improve your stats. the general goal is to defeat your dark clone, Darth Frufus. Anyway, before I tell you all how much memory it took up, I want to know how much you think a game like this should take up. Thanks!
~kRaZiNeSs
P.S.: I did every optimization I could, including no closing parenthesis, quotation marks, curly braces, etc. I also used the "Verticle" and "Horizontal" commands whenever needed, instead of using the "Line(" command (which, surprisingly, save a LOT of memory). I really believe I did all I could.