This pull request transitions the scope of this repository to be intended as a library game engine instead of a specific game.
The pull request does the following:
removes non-needed files from the project (to add to game/application repo)
add the tools needed for creating python wheels
adds init files to all modules to allow for the inclusion of code in wheels
add setup.py for wheel creation
add build files to the gitignore
Does not:
add CI/CD tools for auto push code to public PyPi repo
Does not finish separating out lib logic from game logic
This pull request transitions the scope of this repository to be intended as a library game engine instead of a specific game.
The pull request does the following: removes non-needed files from the project (to add to game/application repo) add the tools needed for creating python wheels adds init files to all modules to allow for the inclusion of code in wheels add setup.py for wheel creation add build files to the gitignore
Does not: add CI/CD tools for auto push code to public PyPi repo Does not finish separating out lib logic from game logic