Introduction
  • Initialize project
  • Setup our main canvas
Grid System
  • Init the grid class
  • Drawing the first object
  • Drawing our dynamic grid
  • Implement global stage updating system
  • updating the start point of the grid
  • place object at index : part 1
  • place object at index : part 2
  • Update object decalation
  • Test the power of the grid system
Loading Screen
  • Init PreloadScreen and LoadScreen
  • Update and clean our code
  • PreloadScreen
  • Background Img
  • LoadBar : part 1
  • Handeling the screen resize
  • LoadSreen
  • LoadBar: part 2
  • Delete object from stage
  • Start button
  • MainScreen
  • Clean and fixing code