Skip to content

kapace/elpizo

Repository files navigation

Build Status

Installing

  1. Use Vagrant!

     vagrant up
    

Running

  1. SSH into the Vagrant VM.

     vagrant ssh
    
  2. Enter the shared folder.

     cd /vagrant
    
  3. Mint a token for the player. Set the expiry in the far future such that it can be used indefinitely. Take note of the URL the script yields.

     python3 -m elpizo.tools.admit player.1 --mint-key=elpizo.pem --token-expiry=10000000
    
  4. Start the realm server.

     sudo gulp run
    
  5. Wait for the scripts to be bundled. Visit the URL generated by the admittance tool.

NPC Server

python3 -m elpizo.client.npc_server --mint-key=elpizo.pem

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published