Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 548 Bytes

Plan of Attack.md

File metadata and controls

35 lines (30 loc) · 548 Bytes
  • Game Title

  • Character Sprites

    • Rules

      • 32x32 Sprites
    • Actions

      • Walk
      • Idle
      • Jump
  • Level Design

    • Decide how to store
    • Find some / Design Some tiles
  • Physics Design

    • Say 32 pixels is 2m? character height
    • gravity is 10 (or could be variable)
  • Enemy Sprites

    • Actions
      • Walk
  • Objects (e.g. coins/ rings/ boxes)

    • Animations?
  • PyGame

    • Get a basic engine up and running
    • Camera Scrolling
    • Collision Detection
      • Floor
      • Walls
      • Etc.
    • Jumping
  • Sound Design

    • Music
    • Character sounds