Monday, 23 November 2015

Basic explanation of platformer rules.


  • Collide - To make sure that the player one actor would not fall through the floor, I had to put a a collision rule when player one comes into contact with the ground. 
  • Gravity - I put the player one actor above the ground so that when I preview the game, the actor will fall down. This is because of the accelerate rule I added that causes the actor to always fall down unless something stops it.
  • Controls - The jumping mechanic was done by moving the actor upwards with the press of the spacebar but to ensure the player couldn't jump infinitely, I added a rule that only allows the jump if the actor is touching the ground.

Thursday, 19 November 2015

Money Seize


Today I played "Money Seize". In this game you control Sir Reginald Moneyseize who jumps around on platforms collecting coins and jumping on enemies to kill them. The way this game plays feels entirely different compared to how Jumpman plays in donkey kong, this is due to many different reasons. For one, Money Seize is a lot faster with both the movement of the character and the enemies. Your abilities in money seize are a lot more expansive also as you can double jump, skid jump and wall jump which is very different to Jumpman in donkey kong who can only do very awkwardly specific jumps over obstacles. However I noticed that with the speed of Reginald, you often find yourself slipping and sliding across platforms which can lead to accidental death. In donkey kong you move very slowly and your jumps feel a lot safer.

Overall these two games are very different in play styles.