Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 863 Bytes

TODO.md

File metadata and controls

28 lines (22 loc) · 863 Bytes

Todo

This init version is still way too much ugly. For next updates I will be working on improving its design; may be by reducing global variables; hiding more info and by that way. Also, I need to add more enemies.

  • Improve error management.

  • Design a better memory management.

  • Design a better error management.

  • Finish monster linked list implementation.

    • Analyze better the algorithm.
  • Finish welcome screen.

  • Implementation gui.

    • Finish text input module.
      • Improve text input module.
    • Create button module.
      • Improve button module.
  • Planear el siguiente ecenario.

  • Crear el personaje.

  • Creacion del modo multiplayer.

LinkedList

  • Change to a for each loop where it is appropriate.
  • Create more type of lists.
  • Finish implementation for monster type.