RyanMillerC / poke-line

Minor Emacs mode to show buffer position using a Pokémon!
GNU General Public License v3.0
34 stars 2 forks source link

feature: Pokemon gets "caught" at end of buffer #4

Closed progfolio closed 2 years ago

progfolio commented 4 years ago

Could be neat to conditionally show a pokeball at the end or beginning of the buffer. Another idea is to have the pokemon faint at the end of buffer, though that would require another image for each pokemon. The pokeball would only require one overall.

RyanMillerC commented 4 years ago

Fainting might not work because of the additional image required 🤔. All of the sprites for this project are obtained from PokemonDB.net. I don’t think they provide sprites of fainted Pokémon in the small size we’d need.

Pokeball suggestion could work though if you can find a Pokeball sprite and want to make a PR for it. Should have it as an option to toggle the feature on/off.