Shiny Contest Submission: Gotta Catch' Em (Almost) All

Hello Shiny People,

I present here my first contribution to the shiny contest!

Access:

App overview

shinyMons

Fighting Engine

com-video-to-gif

This is an experimental feature. See github branch for more informations.

Purpose of this App:

This app was designed for two reasons:

  • propose something original for the upcoming shiny contest event
  • serve as a gallery for the RinteRface tablerDash
    dashboard template

Original Data

The original data are taken from the amazing pokeApi. However, I did not use any GET request. Instead, I built my own data from what I found relevant in the API since I chose to deal only with the first 151 pokemons (I played with them as a child). Such a restriction was actually not as straightforward as it seems to handle, since each element needs to belong to the first pokemon generation (while the API provides unfiltered data). There are features that exist now but not in the first European games (namely red and blue):

  • eggs
  • special objects
  • day/night cycle
  • mega evolutions
  • ...

App skeleton

This app is packaged into 11 shiny modules that tightly interact together to pass useful informations,
such as the currently selected pokemon. All outputs are mainly generated with the excellents echarts4r and visNetwork.

Interface

I chose not to use Vanilla shiny or shiny dashboard. Therefore, this app is built on top of the brand new Bootstrap 4 tablerDash template. Furthermore, it includes the new pushbar.js library implementation by John Coene. Combined together, this allows to develop clean templates, especially for mobile devices. The tablerDash package was submitted on CRAN and is currently pending for review.

tablerDash is part of a bigger project called RinteRface

Screenshots

Info Panel

Gallery Panel

Attacks Panel

Network Panel

Stats Panel

8 Likes

Wow, this looks beautiful!! And thanks for sharing the links, there might be something included I'll use later.

1 Like

DGranjon great work indeed. Pretty much explainable UI

1 Like

Thanks Gaurav! In a more less near future, there will be a fighting system based on the real formula. But only for the first gen!

I added a proof of concept of a fighting system:
github
shinyapps.io

com-video-to-gif

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.