The Wayback Machine - https://web.archive.org/web/20200708174119/https://github.com/topics/space-game
Skip to content
#

space-game

Here are 137 public repositories matching this topic...

nkrisztian89
nkrisztian89 commented Jan 5, 2017

when #275 and #246 are done, a getWeaponSlotInfo() method should be implemented for SpacecraftClasses and using its output the info (in the database and when buying a new ship) should look like this:

Weaponry:
Gun ports: 4 small
Turret ports: 4 small
Cannon ports: 6 large
Missile ports: 4 medium, 2 small
Torpedo ports: 2 small

hemberger
hemberger commented Jan 24, 2018

In strict PHP, you can only assign variables by reference. Things
that are not variables include function calls and constants.

So we begin the herculean task of removing all unneeded references.
Here are some important details about references:

  • Objects are always passed/copied by reference (in the c++ sense).
    We can pass an object without the & and still access/modify
    its interna
darozak
darozak commented Apr 26, 2020

I just had arrow (151) pull 1 unit of iron ore from sport (52). The event took place correctly, However, the events table at http://advolition.com/spacecraft/151 only shows the increment event where the material was added to arrow's cargo hold. It doesn't show the decrement event in which the material was removed from sports cargo bay. Nor does the events table list the exchange of credits. Th

bug

Improve this page

Add a description, image, and links to the space-game topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the space-game topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.