How to make casino-like increment of a letter?
14:09 24 Nov 2016

I need to convert (when the user does something):

adcb

to (the next letter of every letter):

bedc

Currently I am just going with and overwrite the character.

Remember the Pkmn Game Corner?

enter image description here

Wouldn't it be cool if we could simulate that movement of the character (in the pic, change from 7 to Pikachu)?

PS - I have no idea on how to approach this...

javascript html css string replace