Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved game support on VT-52 terminals (MSX) #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

plainspooky
Copy link

There aren't color nor even reverse video support on VT-52 terminal, so the game doesn't properly work on it. These changes fix both title and border display on main screen and avoid the use of spaces (" ") to draw the buildings.

@plainspooky plainspooky changed the title Improve game support on VT-52 terminals (MSX) Improved game support on VT-52 terminals (MSX) Sep 16, 2018
@sblendorio
Copy link
Owner

There aren't color nor even reverse video support on VT-52 terminal, so the game doesn't properly work on it. These changes fix both title and border display on main screen and avoid the use of spaces ("") to draw the buildings.

Hi. Thank you for your feedback.

I already put an option in the "Set Preference" screen (option 2):
Screen 1

...in order to change the block character (option 5):
Screen 1

You can "play" with it and select a character which is compatible with your system (MSX).

Try it and let me know!

@plainspooky
Copy link
Author

Yes, I've saw this option but, by default, the game uses spaces and using a monochrome terminal (as VT-52) will produce invisible buildings. This change avoid it by replacing the block char.
Is a kind of improvement to prevent user to abort the game, change char and try again...
...something I did a lot of times. :-)

By the way it doesn't affect the others setups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants