[Experimental] GP Mode for 3/4 Players #636
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR needs to be tested to confirm that it does not introduce new bugs to the game.
Please advise if any bugs are found.
This feature is not the current focus, any bugs related to this new mode will not be investigated (ex. wide-screen UI issues). As such, if this is merged, it's to allow the feature to exist. The capability to play Kalimari Desert with the full train, 4 human players, and 4 CPU players is considered desirable, even if some defects exist.
Concerns
The above hack (which saves memory) only allows 4 players per screen. Thus some changes have been made to allow drawing 8 players on 3/4 screens.
This PR may also pave the way for allowing more than eight player games. However, many arrays and for loops would need to be increased. At the very least, drawing more than eight players should be easily possible.