Git Product home page Git Product logo

pixelaether's Introduction

Pixel Aether Game Server

This repository contains all the packages needed to run a Pixel Aether Server.

To, create a pixelaether.com account. You will need your email and password to proceed.

# With meteor installed:
$ meteor create my-server
$ cd my-server
$ meteor add pixelaether:game-server
$ touch pixel.json
$ meteor --settings pixel.json
# pixel.json will be auto-populate. You will see an warning message

# To proceed:
# 1. Add your pixelaether.com login credentials to pixel.json
# 2. Choose a name for your server, and add it to pixel.json
  • When you run meteor for the first time, it will autogenerate pixel.json in the root of your project dir
  • Open up pixel.json, and add your login credentials using your pixelaether.com account
  • Choose a name for your game server, and add it to pixel.json. Server names must be
    • All lower case
    • Begin with a letter
    • Contain only letters, numbers, underscore, dash, and space characters
    • Less then 65 characters long

View Other servers and Maps

Log in to pixelaether.com. In your browser's JavaScript Console:

// To choose a new map, by name
Maps.chooseMap('main')

// To view maps on a different server:
Rift.open('localhost:3000')

Deploy to meteor.com

$ meteor deploy yourname.meteor.com --settings pixel.json

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.