TheCoderPal / terasoft-summer-reunited

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

E4. As a system, I should keep track of the player's position with respect to the track. #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Story Description:
1. Keep record of player's position.

Original issue reported on code.google.com by vendett...@gmail.com on 26 Jul 2012 at 1:21

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r25.

uploaded class Player

Original comment by vendett...@gmail.com on 1 Aug 2012 at 7:45

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r184.

fixed bug with collision detection

Original comment by vendett...@gmail.com on 7 Aug 2012 at 4:14

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r187.

fixed bug with jumping sprite

Original comment by vendett...@gmail.com on 7 Aug 2012 at 8:08

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r206.

added new spriteanimations 

Original comment by vendett...@gmail.com on 8 Aug 2012 at 2:05

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r207.

reset flags on PlayScreen

Original comment by vendett...@gmail.com on 8 Aug 2012 at 2:08

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r208.

fixed swap animation

Original comment by vendett...@gmail.com on 8 Aug 2012 at 2:30

GoogleCodeExporter commented 9 years ago
In class player : use getters and setters like that :
1)public int Immunity { get; set; }

2)be sure that instance variables have access modifiers "private,public,.." do 
not leave it default.

3)use bool instead of Boolean.

4)remove unused using statments.

Original comment by hollaxy...@gmail.com on 14 Aug 2012 at 9:06

GoogleCodeExporter commented 9 years ago
1. These are fields.. Immunity != immunity .. immunity is private. Immunity is 
public.
2. Done.
3. @Shirin
4. Done.

Original comment by vendett...@gmail.com on 15 Aug 2012 at 2:11

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r238.

implementation review

Original comment by vendett...@gmail.com on 15 Aug 2012 at 2:11

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r239.

implementation review

Original comment by vendett...@gmail.com on 15 Aug 2012 at 2:14

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r305.

reverted instructions to old state due to bugs

Original comment by vendett...@gmail.com on 17 Aug 2012 at 8:21