aaps
aaps
Traceback (most recent call last): File "demo.py", line 118, in position=(100, 100), File "demo.py", line 65, in **init** self.default_image = pygame.image.load(default_image).convert_alpha() pygame.error: Couldn't open input.png
There is a beginning of facility's for planets and structures, this has to be enhanced and extended. Facility's like: bars, trading hubs, shop, re-fitter, smelter, etc. All these need Agent...
we could use a power management system to have the possibility to overpower the weapons in a fight or overpower the engines in a flight. Also shields, sensors etc
the collision checking structure could use some refactoring. there is still to much of the collision checking in starsystem.py, more splitting out over the responsible classes.
in the past every class was dependent on the game class this has improved but there is still to much hard coupled code, this need to be refactored in a...
transfters via gateway in the same starsystem will work but will, will this also work for gateways in different starsystems have not yet been tested.
often classes have global variables, there is a lot of the classes cleaned up now, it is workable now but there is still alot of classes to clean up.