khaledosman / terasoft-12

Automatically exported from code.google.com/p/terasoft-12
0 stars 0 forks source link

[Statistics Screen in User2] #267

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I cant find the class. Statistics Screen that is related to Exp2. 
Please add this class with following instance variables and methods

Instance Variables:
User2 user;
        private Simulation userSimulation;
        private Simulation optimalSimulation;
        private Rectangle leftSimulationPosition;
        private Rectangle rightSimulationPosition;
        private Rectangle centerSimulationPosition;
        private Rectangle currentUserSimulationPosition;
        private Vector2 mainMenuButtonPosition;
        private Vector2 retryButtonPosition;
        private Vector2 newGameButtonPosition;
        private Vector2 seeResultsButtonPosition;
        private bool correctAnswer;
        private bool solutionVisible;
        private Vector2 predatorPosition;
        private Rect preyPosition;
        private Rect aquariumPosition;
        private Button mainMenu;
        private Button retry;
        private Button solution;
        private Button newGame;
        private Viewport ViewPort;

Constructors:
public StatisticsScreen(Vector2 predatorPosition, Rect preyPosition, Rect 
aquariumPosition, float userVelocity,
            float userAngle, User2 user)

 public StatisticsScreen(Vector2 predatorPosition, Rect preyPosition, Rect aquariumPosition, float userVelocity,
            float userAngle, float optimalVelocity, float optimalAngle, User2 user)

 public override void Initialize()
public override void LoadContent()
public override void Draw(GameTime gameTime)
public override void Update(GameTime gametime)

Original issue reported on code.google.com by mohamedra2fat on 24 May 2012 at 9:46

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 24 May 2012 at 7:27