developers.rune.ai Open in urlscan Pro
2606:50c0:8000::153  Public Scan

Submitted URL: http://developers.rune.ai/
Effective URL: https://developers.rune.ai/
Submission: On October 31 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Skip to main content

RuneDocsFAQHelp
GitHub

Search...



RUNE SDK

Make multiplayer games that reach a community of millions.

Get StartedJoin Discord


MOBILE MULTIPLAYER

Building a game is fun, but having tons of people actually playing it makes
everything twice as fun. Rune makes it easy to make multiplayer HTML5 games for
mobile reaching million of players!


SOCIAL

Rune has messaging and voice chat so players can hang out together and talk
about your game.


FAST & RELIABLE

Our predict-rollback netcode updates clients immediately and the server resolves
any conflicts.


FREE

We pay for servers, voice chat, and everything else. It's 100% free to launch
your game on Rune.

// Example action
kickBall: ({ direction, speed }, { game }) => {
  game.ballPosition = game.ballPosition + (direction * speed)
  
  if (scoredGoal(game.ballPosition)) {
    Rune.gameOver()
  }
}





IT'S SUPER EASY

Write your game logic as actions using the expressiveness and simplicity of
JavaScript. Your game client can be built in any framework that works on the web
such as React, Svelte, Vue, Phaser, PixiJS, PlayCanvas, Unity, or Godot.

We solve the difficult and boring parts like networking, server hosting, user
accounts, voice chat, etc. so that you can focus on the game logic. Just upload
your game and Rune will do the rest...

Docs
 * Quick Start
 * Examples

Community
 * Discord
 * Twitter
 * Instagram

More
 * Rune on App Store
 * Rune on Google Play
 * GitHub

Copyright © 2023 Rune AI, Inc.