makeopensource / Classic-RPG

A classic role-playing game with an engine.
GNU General Public License v3.0
7 stars 19 forks source link

Regions #6

Closed russella26 closed 2 years ago

russella26 commented 2 years ago

Implement the Regions class as described in the design doc. The Region holds the matrix of tiles, this will be our overview of that region.

glompsgotmail commented 2 years ago

partially implemented, peek my PR. Still need:

constructor where you can add matrix directly set specific matrix to a tile