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.




No comments:

Post a Comment

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 ...