First post, by 4xtx
During a recent itch.io dos game jam I created xyWords - a simple word game targeting IBM-PC XT and 4-color graphics.
It was a fairly complete project and even managed to stretch in a puzzle editor.
All done in Quickbasic 4.5 - a language I hadn't touched in about 25 years and the first programming project I've done in a decade or so..
Anyway, I felt motivated to give myself another challenge and rewrite the game targeting MDA / text-mode and 256KB of RAM.
So far I've got the game up and running, all the puzzles work and I'm now working on the event handling and collections mode.
As a stretch I'm adding multiple player profiles, record keeping and statistics.
It's been a fun re-acquaintance with this prehistoric programming environment with its odd quirks and limitations.
When I'm done I'll put the source up on github or something so everyone can point and laugh
screenshots below are of the original game in CGA and the new game in MDA both playing the same puzzle
Https://4am.org/xywords/xymda.zip - Download here
https://github.com/techdistractions/xymda - Source here
https://youtu.be/t9bzgmPVmJQ?si=dCZduE-_6SNT12ZV - Video of the game in action