Skip to content
Rob Stocker edited this page Mar 14, 2023 · 8 revisions

I'd recommend you register and play the game at http://www.eclecticmeme.com and decide if it is worth the hassle. Running an RPG is not a trivial task.

A complete lampstack , a fundamental understanding of Drupalcms (and a bit of php/mysql might help too) will be required.

Later I'll document some stuff on cron jobs or better yet php daemons, so stay tuned. [edit] likely to be replaced with node based AgendaJs. There are three distinct sections. That might end up being separated into their own repos.

  1. Drupal (PhP)
  2. Vue and PhaserJs system
  3. The Node Server and Colyseus and Serverside Physicssystem P2Js
  1. First install Drupal using composer
  2. Upload this code to the modules/custom directory and install
  3. Via the commmand line build the client: client/npm run build
  4. Via the command line start the server : server/ node index.js
Clone this wiki locally