Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rpodcast/hotshots.dashboard

A Shiny-powered dashboard summarizing virtual racing league stats!
https://github.com/rpodcast/hotshots.dashboard

r shiny

Last synced: 8 days ago
JSON representation

A Shiny-powered dashboard summarizing virtual racing league stats!

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# The Hotshots Racing Dashboard!

This dashboard is part of a very fun stack of open-source software created for the Official Wimpy's World of Linux Gaming Most Official Unofficial Hotshot Racing League Spring Championship (WWOLGMOUHRLSC) competition that took place in early 2021. A group of friends from Martin Wimpress' __Wimpy's World__ discord channel who just so happen to really enjoy racing games decided to have a little competition using the retro-style racing game called Hotshot Racing. On top of the immense fun we had, I thought it was a great time to collect our own real-time data for each race and summarize it all with the power of R and Shiny!

The application is deployed here: [rpodcast.shinyapps.io/hotshot_dashboard](https://rpodcast.shinyapps.io/hotshot_dashboard/)

Want to see the replays of each grand prix session? All of the previous sessions are available on Martin's [YouTube channel](https://www.youtube.com/channel/UC6D0aBP5pnWTGhQAvEmhUNw)!

* Grand Prix 1: [The Tour](https://www.youtube.com/watch?v=KpZXn3elnFU)
* Grand Prix 2: [Pro Circuit](https://www.youtube.com/watch?v=ZhD5aIuTN8A)
* Grand Prix 3: [Racing Elite](https://www.youtube.com/watch?v=I-b2W93fkEs)
* Grand Prix 4: [HotShot!](https://www.youtube.com/watch?v=6QfHe62-70E)
* Grand Prix 5: [Boss Level](https://www.youtube.com/watch?v=ow8A68ElPp0)

## Installation

You can install the released version of hotshots.dashboard from GitHub:

``` r
remotes::install_github("rpodcast/hotshots.dashboard")
```

## Code of Conduct

Please note that the hotshots.dashboard project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.