-
Notifications
You must be signed in to change notification settings - Fork 9
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
Handle properly situations when the image displaying is not supported. #39
Comments
I didn't decide yet what we should do in case of unsupported image displaying. We can close the game with the corresponding message or we can fallback to ascii graphics. Using the fallback to ascii graphics may help to fix #38 |
On Sun, Sep 06, 2015 at 12:49:14PM -0700, Alexey Kutepov wrote:
"Here's a nickel, kid; go buy yourself a graphics-capable computer." If you will insist on supporting ASCII, I will insist on supporting Seriously, though, I think you shouldn't stretch yourself too thin. Regards, |
It's not about the hardware. Many people use Emacs in a bare console. Also I hoped that ASCII would help us to fix #38 but I already closed that issues because I thought that it's too much responsibility for the unit tests.
Of course I will do this later! That's why I've put the Also, since #38 is closed I think we'll stick with the "failing" scenario. But I don't wanna plan this issue on the 5th Tsoding because I want to have something playable as soon as possible. So I plan only tasks that are essential for getting us there. :) |
On Sun, Sep 06, 2015 at 01:40:06PM -0700, Alexey Kutepov wrote:
I was only kidding ;) Regards, |
ok :) |
By the way, the ASCII fallback could be useful for Integration Testing on Travis #77 |
http://www.gnu.org/software/emacs/manual/html_node/elisp/Display-Feature-Testing.html
The text was updated successfully, but these errors were encountered: