Destory the bricks
- game folder
- provides basic facilities
- load images
- image's vertices
- drawing capabilities
- draw Image
- draw Text
- draw Points
- bind keys
- callback queue support
- change scenes
- load audios
- level editor
- level loader
- editor mode
- debug Mode
- pause option
- draw box vertices
- notify
- display information/message on canvas for a certain period of time
- load images
- provides basic facilities
- scene folder
- manage different game scenes
- collision detection
- AABB
- createBoxVertices
- SAT
- AABB
- vector2D math
- add/subtract
- scale/normalize
- dot/cross product
- magnitude
- render step by step, like an online tutorial