Projects

Documentation Index

Application-specific documentation for World Domination Software projects.

For shared documentation (FAQ, support, roadmap, troubleshooting), see the GitHub Wiki.


Current Projects

Application Type Docs GitHub Wiki Discussions
Game Servers Panel Hosting / Infrastructure docs/applications/game-servers-panel/ Wiki Discussions
Hostile Planets Game docs/applications/hostile-planets/ Wiki Discussions
Optimization Protocol Utility docs/applications/optimization-protocol/ Wiki Discussions
Pure OPS Game docs/applications/pure-ops/ Wiki Discussions
Roadkill Game docs/applications/roadkill/ Wiki Discussions
Van Inventory Business Tool docs/applications/van-inventory/ Wiki Discussions

Completed Projects

No projects have been marked completed yet.


Upcoming Projects

Application Type Docs GitHub Wiki Discussions
Castle Walls Game docs/applications/castle-walls/ Wiki Discussions
Do Not Shoot Aliens Game docs/applications/do-not-shoot-aliens/ Wiki Discussions
Space Sim Game docs/applications/space-sim/ Wiki Discussions

Public Resources

Resource Link
GitHub Wiki (shared docs) https://github.com/World-Domination-Software/Projects/wiki
Bug Reports / Issues https://github.com/World-Domination-Software/Projects/issues
Discussions https://github.com/World-Domination-Software/Projects/discussions
Roadmap https://github.com/World-Domination-Software/Projects/discussions/categories/roadmap

Adding a New Application

When adding a new application to this repository, create a new folder:

docs/applications/<application-name>/
  README.md
  Overview.md
  Getting-Started.md
  Implementation-Notes.md
  Gameplay.md   (if applicable)

Then add a row to the Upcoming Projects table above (or the appropriate stage table). To advance a project to a different stage, move its row from one section to another — no documentation needs to move. Follow the conventions in .github/copilot-instructions.md.