FreezingMoon / AncientBeast

The Turn Based Strategy Game/eSport. Master your beasts! 🐺
https://AncientBeast.com
GNU Affero General Public License v3.0
1.67k stars 573 forks source link

top XTR holders within game #1916

Open DreadKnight opened 3 years ago

DreadKnight commented 3 years ago

The top holders of XatteR token should be displayed in-game, within the score screen, to the right side, along with a big button underneat to visit the MintMe page to buy some (will open the page in a new tab, obviously). This should encourage new investors. Could use an iframe for this to get it right from https://www.mintme.com/token/XatteR if there's no API for doing so otherwise.

Screenshot_20211008_012959

This stuff will only be displayed on the desktop version, so CSS media-query should be used to check if the screen size will allow it.

DreadKnight commented 3 years ago

Need to make sure that no link will open in the same tab, or it could ruin the gameplay. Some JS could add the "_blank" html tags.