Skip to content

start here (developers)

yoel123 edited this page Oct 17, 2020 · 16 revisions

what you will need:

*java installed

*eclipse ide (the project was made on eclipse that's where you need to import it. to your local eclipse ide, but can also be imported to IntelliJ ide)

*knowing java and programming also helps (i assume you know how to use the eclipse ide and know the java core).

and don't forget to run the game at least once so you will see how everything works.

from here you shod go and take a look at the project structure and architecture page.

after that learn how to use the swing console.

and then the menu manager and menus system. for the games "gui" and "view" part.

after that read about the helper classes used in this project.

and once you're done with that have a look at the pages describing the game flow and logic ( game manager, player classes, etc).

there are also "systems" that are part of the projects api/framework, meant to make things easy to manipulate add and change, they were not easy to plan but they are very easy to use read about it here (item system, upgrade system, events system, etc):the games programming systems.

thers also a map of the features position in the code of sorts

once you masterd all of this you can start devloping new features for the game.

for any questions use this contact form: https://ytutor.wordpress.com/console-based-space-station-game/

how to contribute to this project using github.

dont know what todo? what to contribute/help with, go to issues, there you will see a big todo list of features and other stuff i want to implement in the game.

still lost? contact us.

Clone this wiki locally