At first, I thought it was just a regular hangman game, but when I ran it, I realized it''s actually a game about finding antonyms. How did you create the ASCII art ? also do you have any tips for making the backspace key work smoothly when correcting typos ? Anyway, thank you for sharing the game. I like its simplicity.
Viewing post in Contrast Words jam comments
ASCII art was made drawing it first in Aseprite and then converting it with this website.
Are you having issues deleting characters? Does it happen all the time or only sometimes?
Thank you! :)
I recently downloaded the compatibility version of Contrast Words. I just wanted to share a quick note about something I noticed :
- at the beginning, when it asks "How should I address you ?", I can easily fix typos using either Backspace key or the Left Key then Delete key.
- But once I get to the "Write an antonym : " prompt later in the game, those same keys don't seem to work anymore.
It's totally possible this is just a little compatibility quirk with my older laptop Windows 7 setup, but I figured I'd mention it just in case it happens for anyone else. Thanks so much for making the game. Keep up the great work !
I think there's something wrong with the compatibility mode, it should work better not worse. xD But yeah, it has issues when you try to delete something. I wrote this version at first because I thought it would fix another issue, but I was wrong.
This one uses Cls and Locate 1,1 instead of Shell "cls", which I think it might be the problem.