dripton / Slugathon

Clone of the old Avalon Hill fantasy wargame Titan, using Python / PyGTK / Twisted
https://github.com/dripton/Slugathon/wiki
8 stars 2 forks source link

Installer #6

Closed dripton closed 14 years ago

dripton commented 14 years ago

We need to use distutils or setuputils or something to allow installing the package, with the correct Python shebang lines.

Installing dependencies (Twisted, PyGTK, GTK, Python, ...) is a bigger, separate task. See #7

dripton commented 14 years ago

Move code into sub-packages and add an installer.

Make all resource paths relative to the package. Move resource directories inside top package directory, so that the game runs out of the source tree exactly like it runs when installed. Add scripts to run the client and server. Closed by f2bc4142eb6649b2f990c4f19266b8681dc0adef Closed by f2bc4142eb6649b2f990c4f19266b8681dc0adef