jdmonin / JSettlers2

Java Settlers project home, downloads, and GPLv3 source code. To download the latest version as a JAR, see https://github.com/jdmonin/JSettlers2/releases/latest .
http://nand.net/jsettlers/
GNU General Public License v3.0
157 stars 63 forks source link

Shorthand resource name ambiguity #44

Closed generateui closed 3 years ago

generateui commented 6 years ago

Currently, JSettlers uses the names in resources WOOD and WHEAT. while these names definitely make sense, when you shorten them to one letter, they are ambiguous ("W").

I would like to propose a change for either name. The easiest change for me seems to rename WOOD to TIMBER. This will result in the following names with one-letter-ascii-shorthands:

T Timber W WHeat S Sheep C Clay O Ore U Unknown G Gold

This change is a preparation to later enable shorthand ascii characters to refer to resources. E.g. "Player 1 discards [ww tt o c]".

jdmonin commented 6 years ago

For what it's worth here are the currently-official english terms from the 5th-edition rules:

jsettlers code and UI currently uses some previous-edition names that could probably be updated.

jdmonin commented 3 years ago

Thanks again for discussing this, back in the day :) Added to Todo list for eventual name standardization.