makeopensource / Classic-RPG

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

Changed Directory Structure #92

Closed emilkovacev closed 1 year ago

emilkovacev commented 1 year ago

Proposed changes

The directory needed improvements in file organization (before it got out of hand). These changes simply place crpg code in one package, and games in another directory, where they call the crpg package. I also added import statements to the crpg game files which change the call directory to compensate for moving the files.

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. This is simply a reminder of what we are going to look for before merging your code.