Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matt-dray/play-r.oguelike
:crossed_swords::keyboard: Binder: launch RStudio in the browser with the {r.oguelike} game-in-a-package installed
https://github.com/matt-dray/play-r.oguelike
binder roguelike roguelike-game rstats rstats-package
Last synced: 9 days ago
JSON representation
:crossed_swords::keyboard: Binder: launch RStudio in the browser with the {r.oguelike} game-in-a-package installed
- Host: GitHub
- URL: https://github.com/matt-dray/play-r.oguelike
- Owner: matt-dray
- Created: 2022-01-26T21:03:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T20:30:16.000Z (almost 2 years ago)
- Last Synced: 2024-01-28T22:38:41.532Z (9 months ago)
- Topics: binder, roguelike, roguelike-game, rstats, rstats-package
- Language: Dockerfile
- Homepage: https://mybinder.org/v2/gh/matt-dray/play-r.oguelike/main?urlpath=rstudio
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# play-r.oguelike
[![Launch Rstudio Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/matt-dray/play-r.oguelike/main?urlpath=rstudio)
[![Blog post](https://img.shields.io/badge/rostrum.blog-posts-008900?labelColor=000000&logo=data%3Aimage%2Fgif%3Bbase64%2CR0lGODlhEAAQAPEAAAAAABWCBAAAAAAAACH5BAlkAAIAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAAC55QkISIiEoQQQgghRBBCiCAIgiAIgiAIQiAIgSAIgiAIQiAIgRAEQiAQBAQCgUAQEAQEgYAgIAgIBAKBQBAQCAKBQEAgCAgEAoFAIAgEBAKBIBAQCAQCgUAgEAgCgUBAICAgICAgIBAgEBAgEBAgEBAgECAgICAgECAQIBAQIBAgECAgICAgICAgECAQECAQICAgICAgICAgEBAgEBAgEBAgICAgICAgECAQIBAQIBAgECAgICAgIBAgECAQECAQIBAgICAgIBAgIBAgEBAgECAgECAgICAgICAgECAgECAgQIAAAQIKAAAh%2BQQJZAACACwAAAAAEAAQAAAC55QkIiESIoQQQgghhAhCBCEIgiAIgiAIQiAIgSAIgiAIQiAIgRAEQiAQBAQCgUAQEAQEgYAgIAgIBAKBQBAQCAKBQEAgCAgEAoFAIAgEBAKBIBAQCAQCgUAgEAgCgUBAICAgICAgIBAgEBAgEBAgEBAgECAgICAgECAQIBAQIBAgECAgICAgICAgECAQECAQICAgICAgICAgEBAgEBAgEBAgICAgICAgECAQIBAQIBAgECAgICAgIBAgECAQECAQIBAgICAgIBAgIBAgEBAgECAgECAgICAgICAgECAgECAgQIAAAQIKAAA7)](https://www.rostrum.blog/tags/r.oguelike/)[The {r.oguelike} R package](https://github.com/matt-dray/r.oguelike) contains a (work-in-progress) text-based [roguelike toy game demo](https://en.wikipedia.org/wiki/Roguelike) for R. See [the {r.oguelike} repository](https://github.com/matt-dray/r.oguelike) or [documentation website](https://matt-dray.github.io/r.oguelike/) for more details.
Click the 'launch binder' badge to launch RStudio in your browser with {r.oguelike} installed, thanks to [the Binder project](https://mybinder.org/) and [{holepunch} package](https://github.com/karthik/holepunch). You may need to wait a few minutes for it to load.
Once launched, begin a game with:
``` r
r.oguelike::start_game()
```