Thursday, 27 June 2019

27/6/2019 - Working on DodgeIt_v1.1


Already Done
  • Added "Previous Record" and "Exit" on the menu.
  • The menu now can only be control by W/S or ↑/↓ only, no more mouse control.
  • Able to read previous record


Going to be Done
  • Allows player to enter their name.
  • Write the current player record into the player record file.
  • Able to play 2 levels.
  • Gonna add some background music.

Current Problems faced
  • When the player is in "Previous Record", if the player press S or ↓, it will go back to the menu again.
  • Player are unable to see the full previous record, as there is no scrolling option.

Features that might be considered
  • The previous record data can be arrange as the highest score will be at the top, and the lowest score will be at the bottom. Need to work on an scoring system on this.








Saturday, 15 June 2019

15/6/2019 - Dodge it (version 1)

DodgeIt.v1 is created. It allows player to use either 'a' and 'd' OR ← and → to move the user square. If the falling items hits the player, then game over.






Currently 2 levels are done, which is all objects are falling at the same speed, and objects falling at different speed. Only objects falling at the same speed is implemented in DodgeIt.v1






A sample program to save player data into a .dat file (so that there is previous player records)





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