Replies: 1 comment 7 replies
-
I must say I'm torn... I think that is because the priority of the various goals still hasn't settled with me. I'm thinking that
In case we think that providing "modern" versions of games is the most prioritised goal then the last suggestion with a As the top priority goal should align with the user community's needs one thing we could do is to create a poll with exactly that question:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@thoni56, I'm facing a project-blocking dilemma regarding how to subfolder the games: should the main category be the ALAN version of the games locale?
The former solution would simplify for end users to focus on games created with a specific ALAN major version — which is probably only helpful in case they are looking for games sources to study (i.e. most likely ALAN 3 games only):
The latter solution is probably cleaner since it focuses on the games locale, which in most cases is they key factor for end users, since they can only play (or study) games in a language they understand:
The way I see it, the former solution focuses on game sources studying, whereas the latter on games playing. If you're looking for multiple adventures source code for a specific ALAN version, then the former solution already pre-filters all games for you, so you only have to pick the locale you're interested in. If you're just looking to play adventures, then the latter solution is better since it pre-filters all games according to locale, and when it comes to enjoying adventures the ALAN version doesn't really matter.
I therefore tend to consider the latter solution more in line with the project goals, although the downside is that we'll eventually end up with more "games root folders" in the project:
which might look somehow untidy, especially if the project contains other game-unrelated root folders (
/docs/
, etc.) that might end up between "locale folders" due to files sorting:The former solution, on the other hand, will always have just two "games root folders" (unless ALAN 4 comes out) and somehow look more tidy since no unrelated folder will end up between the
/alan2/
and/alan3/
directories due to filenames sorting.Therefore, I think that if we opt for the latter solution we might be better of subfoldering all games into a
/games/
directory to make thing cleaners — which might also make sense in terms of its README file functioning as a game index, uncluttered from any repository info which is due in the main README.Before proceeding either way, I wanted to hear your thoughts on this.
Beta Was this translation helpful? Give feedback.
All reactions