Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.28 KB

TODO.md

File metadata and controls

46 lines (34 loc) · 1.28 KB

Tasks that are yet to accomplish for the completion of this game

Levels to create using the Tiled Map Editor

  • Level 1
  • Level 2
  • Level 3

Code to write

Knight

  • Animations
    • Movement
      • Running
    • Jumping
    • Attacking
  • Sounds: Walking, jumping and attacking
  • Stats management: Health, score, attack points
  • Attack mechanism

Enemies

  • Code out the first enemy: Zombie Male
  • Enemy movement mechanism
  • Enemy attack mechanism
  • Advanced Movements

Screens

  • Title Screen that shows up first when game is run
  • Instructions Screen
  • Pause Screen
  • Loading Screen
  • Credits Screen
  • Add functionality like Exit, Save, etc. in the Pause Screen
  • Decorate all the Screens with better fonts and GUI elements like buttons

Miscellaneous Stuff

  • Add background image for Level 1
  • Implement a game saving utility so that save/load the game
  • Add background music to the game
  • Reduce Knight health if fallen into water or lava or the spikes

This file will be updated constantly as I progress on the game and also add new stuff to this file as they show up. Also, please note that any task in this file may or may not be completed depending on my personal resources and time.