Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

v0.6.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@thepaperpilot thepaperpilot released this 10 May 02:34
· 453 commits to master since this release

This is an alpha release! It is incomplete and probably buggy. We're getting close to beta though, at this point I'd call it "possibly stable".

Want to play with other people? Here are some of the ways to connect to other users:

  • Without configuring anything, you can just open the application a bunch of times, press "Host Server" on one of them, and "Connect to Server" on the rest, and they'll connect
  • To connect over LAN (e.g. two people in the same house), have one person press "Host Server", and find your local IP (generally in the format of 192.168.1.XXX). Other users put that IP in the "Server IP" field in project settings, and then press "Connect to Server"
  • You have two options for connecting to people world wide:
    • One user can port forward port 8080 (or whatever port they prefer, its configurable), press "Host Server", find their global IP (google search "what's my IP?" and google will tell you this), and the other users put that into the "Server IP" field
    • If you have a server running somewhere (through AWS or Azure or something), on the github page there is a "server.js" file you can run that will host the server for you, and then people just connect to the IP of your server

Changelog:

  • Fixed several server issues