Skip to content

Ghabry/orbs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orbs

Server for https://github.com/twig33/ynoclient

Configuring

Change the number of rooms in main.go:

NUM_ROOMS = 180 //!!! change this if not hosting yume nikki

Set the PORT environment variable. If you don't, it defaults to 8080.

Building

git clone https://github.com/twig33/orbs
cd orbs
go mod download github.com/gorilla/websocket
go build

Setting up

  1. Build https://github.com/twig33/ynoclient
  2. Put index.js and index.wasm in public/
  3. Put the game files in public/play/gamesdefault
  4. Run gencache in public/play/gamesdefault (can be found here https://easyrpg.org/player/guide/webplayer/)
  5. Run orbs (or push to heroku)

Credits

Based on https://github.com/gorilla/websocket/tree/master/examples/chat

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.2%
  • Go 41.1%
  • CSS 10.0%
  • JavaScript 5.7%