Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 635 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 635 Bytes

engine

The game engine

Major Contributions from

Next up: Building chunks on region generate Getting the visible chunks around the camera and add their buffers to the scene Get the not visible chunks around the camera and remove their buffers from the scene

Contributing

Class file Structure

  1. Imports
  2. Class definition
  3. Class constants and static properties
  4. Class properties
  5. Abstract method declarations
  6. Static methods
  7. Constructors
  8. Overridden methods
  9. Regular methods