M
M
Mercury132015-07-06 00:46:52
Java
Mercury13, 2015-07-06 00:46:52

How to name factions in a board game (class naming)?

I am developing a computerization of a board game. I have several similar classes.
1) A faction in the sense of "special abilities" - for example, humans, elves and dwarves.
2) A faction in the sense of “what to choose” - on one side of the board is a “special” race, on the other a “normal” human race, and, for example, choosing a green person, you do not allow others to choose green elves.
3) A faction in the game (human, bot or NPC)
4) A faction in the game (human or bot)
5) A human player to organize communication in multiplayer.
How should these classes be called?
Z.Y. I named the first and second so far FactionRule and FactionChoice (a tablet that gives one color, but different races - FactionColor).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mercury13, 2015-11-26
@Mercury13

I ended up calling them...
FactionRule
FactionChoice
Faction
Player
Multiplayer has given up for now.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question