PlayGround
Click the joystick to start!

Move every ball to the center. Ready for hard mode? Press H

Credit from: Tilting Maze Game

Introduction

This is a web-enabled code cell, powered by quarto-webr extension, where you have the freedom to play around and write any R code you desire.

By default, the quarto-webr extension avoids loading or requesting additional packages. You can add extra packages when opening the document or on a per-code cell basis. To see available packages, execute the following R code (using WebR or just R):

available.packages(repos="https://repo.r-wasm.org/", type="source")

Packages may also be installed inside of a code cell through the built-in webr::install() function. For example, to install ggplot2, you would need to use:

webr::install("ggplot2")

Playground

Write your code here.


Back to top