For this sprint I was in charge of:
General Environment/World which entailed
Basic World that adheres to the laws of physics.
I didn't know how much to do with this but I made a block class that can be used to as building blocks for a level. They are bodies in the FarSeer engine so hopefully they have physics to them. Here is a picture of the level I made.
|
Note: I do not know what the symbols on the blocks are. I just searched for one on
the internet and this is what it came up with. |
It doesn't look like much, but it should be enough that people can test basic mechanics. In fact, I have to put in something that represents the player to test everything still. If I have time I will also implement a death zone which could either be implicit (falling off screen) or just making some sort of trigger. A good future sprint for this would be implementing the rope across the gap.