The master branch has the most up-to-date stable version of my projects. Each game should be able to be played based on the appropriate commands
It has come to my attention that a flat organization structure for Python code bases is a much better alternative than unnecessarily adding sub-folders upon sub-folders. Therefore, this branch will flatten everything as much as possible so that the code base comes to standard.
In addition, some other functionality will be added as well to reflect the flatter structure. Hopefully, this results in an easier to manage codebase in the future, once more and more environments get added.
This must be run as a module file. Be in the rl
folder, and run
python -m core.main
to make sure all the module references work properly. If run as a file direct file,
then you will get the dreaded ValueError: attempted relative import beyond top-level package
error.