AllureOfTheStars / Allure

Allure of the Stars is a near-future Sci-Fi roguelike and tactical squad combat game written in Haskell; please offer feedback, e.g., after trying out the web frontend version at
http://allureofthestars.com
GNU Affero General Public License v3.0
211 stars 16 forks source link

Messages are too long #105

Closed Mikolaj closed 3 years ago

Mikolaj commented 4 years ago

Generally, messages that appear at the top of the screen are too long and so hard to read, obscure the map, obscure important information. There must be ways to shorten the messages without affecting the flavour and amount of information conveyed. E.g., eliminating repetition. This is crucial for message kinds that appear often, sometimes even with many instances accumulated during a single turn.

I imagine this task contains many self contained subtasks, some exclusively affecting content, others also requiring code changes in the engine, others perhaps only in the English grammar libraries. Already separated and partially implemented tasks in the engine are https://github.com/LambdaHack/LambdaHack/issues/155 and https://github.com/LambdaHack/LambdaHack/issues/211.

Mikolaj commented 3 years ago

Now a lot of these are done and most of the remaining bits are in issues in the engine. Also, messages are one per line by default, which helps, unless there's so many that they don't fit on the screen (not common in Allure due to high screen). Closing in favour of the engine tickets.