grebarzasi / ing-sw-2019-barzasi-bellacoscia-cai

1 stars 1 forks source link

Language consistency #7

Closed theodoretsai closed 5 years ago

theodoretsai commented 5 years ago

Half the game is Italian, half is English ¯_(ツ)_/¯

ingconti commented 5 years ago

pls make all coherent. of course bette to use:

static final String GAME_IS_HOVER = "game is over";

and so on...

theodoretsai commented 5 years ago

All messages are being put in dedicated classes containing only static strings and display related methods.

ingconti commented 5 years ago

nice. pls let me know any method so I can verifyo in depth.

theodoretsai commented 5 years ago

Class is src/main/java/it/polimi/ingsw/CLI/CliMessages.java, currently only the screen clearing method has been implemented, as the CLI develops, further methods will added if needed.