Progress Report

What You've learned

  • Loading sprites and displaying them
  • Defining components
    • With required components to simplify adding related components
    • And using Zero Sized Types as tag components to filter entities in queries
  • Handling user input
  • Writing more complex queries, and updating components
  • Error handling in systems
  • Third Party Plugins