So I and assumedly lots of others play showdown often at work or in school. But having the sprites and other identifiable Pokemon stuff on screen at all times is 1) kinda embarrassing, and, most importantly, 2) can get people playing in trouble with their boss or teacher. Considering that the sprites and such are only there for aesthetic and convenience reasons and not for any functionality purposes, can there be a mode to turn them off. Basically making the game entirely text based, with the exception of keeping hp bars, cause I think it’s too inconvenient to remove them.
A good example to look at is shoddy battles ui. It was almost entirely text, with the only images being the sprites, party sprites/unrevealed pokeballs, background, and hp bar. Replace the sprites with the name of the Mon (bigger font for the one currently out), the pokeballs with the text “unrevealed,” and get rid of the backgrounds and that’s pretty much exactly what this mode should be. All the other images, like typings and move category, can be text like in shoddy battle
This only apply for actual battles. Teambuilder should probably not have this cause that would make it really inconvenient to use.
I have very little coding experience, but, if I’m correct, I believe this is simply telling the site to not render the spites plus some simple ui design, so it shouldn’t be anything crazy to code.
(Edit: or maybe giving each object a sprite version that’s just its name. Ie the option replaces the modern sprites with a sprite that’s just its name in plain text, like how we can choose to replace the modern sprites with gen 5 ones. Idk if that’s even plausible, just giving options)
Tl/dr- have a mode/option that replaces all the images with text for people that play at work or school
A good example to look at is shoddy battles ui. It was almost entirely text, with the only images being the sprites, party sprites/unrevealed pokeballs, background, and hp bar. Replace the sprites with the name of the Mon (bigger font for the one currently out), the pokeballs with the text “unrevealed,” and get rid of the backgrounds and that’s pretty much exactly what this mode should be. All the other images, like typings and move category, can be text like in shoddy battle
This only apply for actual battles. Teambuilder should probably not have this cause that would make it really inconvenient to use.
I have very little coding experience, but, if I’m correct, I believe this is simply telling the site to not render the spites plus some simple ui design, so it shouldn’t be anything crazy to code.
(Edit: or maybe giving each object a sprite version that’s just its name. Ie the option replaces the modern sprites with a sprite that’s just its name in plain text, like how we can choose to replace the modern sprites with gen 5 ones. Idk if that’s even plausible, just giving options)
Tl/dr- have a mode/option that replaces all the images with text for people that play at work or school
Last edited: