Sean-Nishi / M1Wengine

A action-adventure game developed with Python 3.11.1 and pygame. Complete missions before timer expires.
3 stars 0 forks source link

Remove all non library code #375

Closed owalk closed 9 months ago

owalk commented 9 months ago

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