From c0c87d2a32cf77c2642cecc19bf90ef2ec316751 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Fri, 3 Nov 2023 12:56:59 -0700 Subject: [PATCH] update kiosk.md --- docs/hardware/kiosk.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/hardware/kiosk.md b/docs/hardware/kiosk.md index bc4f2761b03..5df9ee757f4 100644 --- a/docs/hardware/kiosk.md +++ b/docs/hardware/kiosk.md @@ -1,6 +1,6 @@ # MakeCode Arcade Kiosk -The Kiosk mode in MakeCode Arcade is meant to be used in conjunction with a MakeCode Arcade machine, a [DIY MakeCode Arcade cabinet]( https://arcade.makecode.com/hardware/raspberry-pi/wooden-cabinet), or a simple computer screen with a game controller interface – i.e. [Shoe Box Controller](https://arcade.makecode.com/hardware/shoebox-controller). +The Kiosk mode in MakeCode Arcade is meant to be used in conjunction with a MakeCode Arcade machine, a [DIY MakeCode Arcade cabinet]( https://arcade.makecode.com/hardware/raspberry-pi/wooden-cabinet), or a simple computer screen with a game controller interface – i.e. [Shoebox Controller](https://arcade.makecode.com/hardware/shoebox-controller). ![Makecode Arcade consoles](/static/hardware/kiosk/makecode-arcade-machines.jpg) @@ -14,17 +14,17 @@ If you are using a Windows computer for your Arcade machine, we recommend using ## Operating the Kiosk -The default Kiosk mode, accessed at https://arcade.makecode.com/kiosk, contains a list of popular MakeCode Arcade single and multiplayer games including [Galga](https://arcade.makecode.com/_Y8VUmcHYsdsy), [Secure the River](https://arcade.makecode.com/32777-59846-95775-11055), [Tic Tac Two](https://arcade.makecode.com/13412-17300-80986-88577), [Pigeon: Deliverance](https://arcade.makecode.com/24832-19682-40817-54648) and more – see [GameList.json](https://github.com/microsoft/pxt-arcade/blob/master/kiosk/public/GameList.json) for the full list. +The default Kiosk mode, accessed at https://arcade.makecode.com/kiosk, contains a list of popular MakeCode Arcade single and multiplayer games including [Space Destroyer](https://arcade.makecode.com/25572-25731-72869-29244), [Bunny Hop!](https://arcade.makecode.com/84490-94874-87123-99597), [Pigeon: Deliverance](https://arcade.makecode.com/60307-91678-81892-80686), [NINJA](https://arcade.makecode.com/16040-59904-05312-47571) and more – see the `kiosk` section of [targetconfig.json](https://github.com/microsoft/pxt-arcade/blob/master/targetconfig.json) for the full list. To navigate the Kiosk interface, use the **Player 1** joystick and the **A** button: -* **Joystick**: left and right will allow you to move game selection through the carousel list -* **Joystick**: up and down allows you to select the "Add your game" button, or scroll through the alphabet when setting High Score initials for a game +* **Joystick left/right**: navigate game selection in the carousel list +* **Joystick up/down**: select the "Add your game" button, or scroll through the alphabet when setting High Score initials for a game * **Button A**: enter or select to play a game, click on buttons, or set a name initial in the High Score interface -* **Menu button**: if your Arcade machine or controller includes a Menu button, this will take you back to the main Kiosk carousel menu screen +* **Reset button**: if your Arcade machine or controller includes a Reset button, this will take you back to the main Kiosk carousel screen -If you have a keyboard connected to your Arcade machine, you can also use the directional arrow keys or WASD keys to simulate joystick movement, -the **Space bar** for the **A** button, and the **Escape** key (Esc) for the Menu button. +If you have a keyboard connected to your Arcade machine, you can also use the (directional arrow) keys or WASD keys to simulate joystick movement, +Space for **A button**, 1 for **Menu**, and 2 or Escape (Esc) for **Reset**. Each game in the Kiosk has an image or gif, a title, a description, and some have a list of high scores if scoring is enabled in the game. @@ -81,7 +81,7 @@ Move the joystick left or right to highlight Cancel or Confirm. Press the **A** Instead of starting with the default game list in the MakeCode Arcade Kiosk, you can open Kiosk mode with no games in the game list. Use the **"clean=1"** flag to do this: -https://arcade.makecode.com/kiosk#clean=1 +https://arcade.makecode.com/kiosk?clean=1 ![No games uploaded yet](/static/hardware/kiosk/no-uploaded-games.png) @@ -93,9 +93,9 @@ Note that if you have only uploaded one game to the kiosk, you will see three co Once you’ve set up your game list in the Kiosk, you have the option to lock the kiosk into a read-only mode – where no games can be added or deleted. This may be helpful if you have your MakeCode Arcade machine located in a public space and don’t want people to edit your game list. Use the **"lock=1"** flag to do this: -https://arcade.makecode.com/kiosk#lock=1 +https://arcade.makecode.com/kiosk?lock=1 You can also combine lock and clean option as following -https://arcade.makecode.com/kiosk#lock=1&clean=1 +https://arcade.makecode.com/kiosk?lock=1&clean=1