Gvin / CodeMagic

A small ASCII Roguelike RPG with magic based on physics + programming.
GNU General Public License v3.0
2 stars 1 forks source link

Implement Better Abstraction for Views #137

Closed Gvin closed 4 years ago

Gvin commented 4 years ago

Several addition abstraction layers should be implemented in order to improve architecture and allow future unit testing. This will also help to limit direct writing code to specific methods.