New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rune-games-cli

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rune-games-cli

Easy way to test your HTML5 game before releasing it on Rune.

  • 3.0.0-alpha.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19
increased by72.73%
Maintainers
1
Weekly downloads
 
Created
Source

Rune Games CLI

npm GitHub Workflow Status (master)

Test your HTML5 game inside a mock Rune app to ensure your game works with the Rune SDK.

Install

yarn global add rune-games-cli
# or
npm install -g rune-games-cli

Here's download links for the yarn and npm package managers in case you don't already have one installed.

Use

Test your game

cd game/path && rune start
# or
rune start game/path
# or
rune start https://game-url.com

You should see something like

╭──────────────────────────────────────────────────────────────────────────╮
│                                                                          │
│    Test locally: http://localhost:3000                                   │
│    Test on your phone: http://192.168.50.252:3000 (same network only)    │
│    Game: /my-games/my-game-1                                             │
│                                                                          │
│    Press `q` to exit                                  Rune CLI v1.1.0    │
│                                                                          │
╰──────────────────────────────────────────────────────────────────────────╯

When you open this URL you should see your game running inside a mock Rune app. Press the ⚙️ icon to open the developer tools. There you can e.g. change the game challenge number.

Upload your game

cd game/path && rune upload
# or
rune upload game/path

This command will log you in using your email (if it's the first time) and then guide you through the game upload process.

See your games

rune list

Keywords

FAQs

Package last updated on 25 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc