OpMonTeam / OpMon-Archive

Project moved to https://github.com/OpMonTeam/OpMon
https://opmon-game.ga
Other
213 stars 45 forks source link

Centralize design decisions #168

Open olivier-grech opened 4 years ago

olivier-grech commented 4 years ago

I have a hard time finding information on the design of the game.

Beside this wiki page, I feel like the documentation on what the game actually is supposed to be (beside the very broad goal of being a Pokémon clone) is either non-existing or very well hidden.

In my opinion, the first step should be to have a small design document that can be easily found from the git repository. This design document should establish the following things:

In order to make our progress more tangible, I am also in favor of a very detailed description of, say, the first town of the game (layout, events, etc.). This way we could focus on implementing the necessary features to make this first town come alive. This would help motivate the people who contribute to the project, as this is a very concrete and (relatively) short-term goal.

ghost commented 4 years ago

I absolutely agree. The design document could be hosted on the wiki in a prominent place and progress could be tracked with projects.

At the moment, the code needs a lot of cleanup as well. For one, it won't compile with MSVC in the state it's in. The existing CMake file implies Linux, Mac, and Windows as the targeted platforms. That could probably be expanded to all the platforms that SFML supports (like Android). Checking that the code compiles at all could be done with actions.

I suggest coding standards be established and enforced. If compiling on other (non-Linux) platforms is a goal, writing portable code is a necessity and in general, cleaner code will make the project easier to develop and more likely to attract contributions.

milkyroute commented 4 years ago

For now, my top priority is to cleanup the code (which we've been doing for some months already). However, I'll try to detail this at the same time. To be honest, we haven't any precise plans for towns, NPCs and stuff like this, we only have a skeleton for the history, region and gameplay. I think we should discuss this on Discord since there is a lot of decisions to take, and some others that we have already taken but should be criticized.

I'll at least try to do a list of what we already have decided (without further detail) as soon as possible.