Friday, 19 July 2019

18/7/2019 - Survive that planning


Planning
  • A top-down shooting game
  • Player use WASD to move
  • Use mouse cursor to aim
  • Mouse left-click to shoot, and right click to throw grenade
  • Enemies will keep coming towards the player
Currently Done
  • Player will rotate according to the mouse cursor
  • Player can shoot 1 bullet

Current Problem Faced
  • Player system is not completed
  • Player can't shoot more than 1 bullet
  • Don't have a weapon system planning yet
  • Don't have a enemies system planning yet
Features that might be considered
  • Player can choose male character or female character
  • Player maybe can choose different weapons or swap different weapons
  • Spawn random items for healing or spawn weapons








Sunday, 7 July 2019

7/7/2019 - DodgeIt v1.1


Dodge It version 1.1 has been done with 5 levels, and a players record system.

Thursday, 4 July 2019

4/7/2019 - Previous record done and 2 levels implemented



Previous Record

  • Player are able to view all the  previous records, by pressing W/S or ↑/↓ to view it.
  • Player are also able to use the mouse scrolling to view the previous records.
  • It will show 11 players record, at 1 time, on the screen.
  • When it reaches the start of the list or end of the list, it cant be scroll, nor use W/S or ↑/↓ to scroll.
  • Player can use 'backspace' to return to main menu.

2 Levels Implemented

  • Level 1 is items falling at the same speed.
  • Level 2 is items falling at different speed.


Need to be done next

  • Rearrange the code, and reuse some codes.
  • Allows player to enter their name at the end of the game.
  • Allows player to replay the game.




18/7/2019 - Survive that planning

Planning A top-down shooting game Player use WASD to move Use mouse cursor to aim Mouse left-click to shoot, and right click to throw ...