np-eazy / Pentaquad

3 stars 1 forks source link

[DESIGN] 2-Player Game, mostly based on single-player game #46

Closed np-eazy closed 1 year ago

np-eazy commented 1 year ago

The game can be converted from 1-player to 2-player. I have two ideas of how this can go about:

1: Players share the same board and their pieces obstruct each other, but they are given separate targets that only a certain player can fulfill, whereas the other is probably trying to block them. Symmetry must be enforced somehow.

2: Players each have their own board and can use abilities to switch boards for 1 turn, or lock that ability for 5 turns.

np-eazy commented 1 year ago

Best to keep this out of scope now and focus on single-player features that make a complete and balanced game, before thinking about how it can be converted to two-player games.