25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

29 satır
1.7 KiB

  1. x -> needed
  2. o -> optional
  3. ___________________________________________________________
  4. WorldPersistence________________________________________ \
  5. Planet_______________________________________________ \ \
  6. Asteroid__________________________________________ \ \ \
  7. MeetingPoint___________________________________ \ \ \ \
  8. Obstacle____________________________________ \ \ \ \ \
  9. Shape____________________________________ \ \ \ \ \ \
  10. MeetingPointOwned_____________________ \ \ \ \ \ \ \
  11. Fleet______________________________ \ \ \ \ \ \ \ \
  12. Ship____________________________ \ \ \ \ \ \ \ \ \
  13. FleetOwned___________________ \ \ \ \ \ \ \ \ \ \
  14. Position__________________ \ \ \ \ \ \ \ \ \ \ \
  15. PlayerOwned____________ \ \ \ \ \ \ \ \ \ \ \ \
  16. Player______________ \ \ \ \ \ \ \ \ \ \ \ \ \
  17. \ \ \ \ \ \ \ \ \ \ \ \ \ \
  18. +--------------------+---+---+---+---+---+---+---+---+---+---+---+---+---+
  19. | Game Objects | | | | | | | | | | | | | |
  20. +--------------------+---+---+---+---+---+---+---+---+---+---+---+---+---+
  21. | Player | x | | | | | | | | | | | | x |
  22. | Ship | | x | x | x | x | | | | | | | | x |
  23. | Fleet | | x | | | | x | x | | | | | | x |
  24. | Asteroid | | o | x | | | | | x | x | x | x | | x |
  25. | Planet | | o | x | | | | | x | x | x | | x | x |
  26. | MeetingPoint | | | x | | | | | | | x | | | x |
  27. +--------------------+---+---+---+---+---+---+---+---+---+---+---+---+---+