opendevleague / bunkernz

Open-source web RPG
http://bunker.nz
MIT License
4 stars 3 forks source link

Grid environment system #6

Open rellfy opened 4 years ago

rellfy commented 4 years ago

Implement a grid-based environment system as the backbone for supporting level/map actions such as entity placement and collision detection. This also includes the frontend components such as the grid renderer for rendering individual tiles and sprites.