paulofmandown / rotLove

Roguelike Toolkit in Love. A Love2D/lua port of rot.js
http://paulofmandown.github.io/rotLove/
Other
258 stars 25 forks source link

Reorganize source tree to match ROT namespace #27

Closed airstruck closed 7 years ago

airstruck commented 7 years ago

Move files around so directory structure matches ROT namespaces, closer to the way the .js files are organized in rot.js.

The :rep(n) in the require boilerplate is the number of levels deep the current module is (including :rep(1) because it's easier to change if you need to move files around).

paulofmandown commented 7 years ago

This is something I've been wanting to do for a while. Thanks!