Replies: 2 comments 5 replies
-
Can you get a screenshot of either of these programs running on Linux or FreeBSD?
Yes this should be easily converted - depending on the glyphs used. If the actual unicode glyphs exist on either PC-98 or IBM PC, then we should somewhat easily be able to handle converting 16-bit unicode to CP 437 (or PC-98's charset). If the glyphs do not exist, then the only option might be to draw the characters using Nano-X from a unicode font, which would be a lot of work. |
Beta Was this translation helpful? Give feedback.
-
@tyama501 Maybe it will be fun to try compiling this chess game with the new enhanced toolchain from: https://github.com/ghaerr/8086-toolchain |
Beta Was this translation helpful? Give feedback.
-
I found ASCII chess game.
ASCII-Chess
https://github.com/Parigyan/ASCII-Chess
Forked and enhancement
https://github.com/matthew1796/ASCII-Chess
It uses unicode like
printf("\u2588\u2588\u2588\u2588\u2588\u2588\u2588");
for chess grid.
Currently our console cannot display unicodes,
but it may work if we replace with some other ascii codes
and using OpenWatcom?
Beta Was this translation helpful? Give feedback.
All reactions