Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 942 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 942 Bytes

ALPACASgame

Game code for Evennia servers designed for use with ALPACASclient. This code is meant to be a type of "compatability layer" between the ALPACASclient software and Evennia, and not a fully playable game.

This project uses portions of code from Evennia. Its license is included here as: evennia.LICENSE.txt.

This alpaca is not ALPACAS.

Image source: Alpaca, CC BY 2.0 Tony Hisgett from Birmingham, UK - obtained from WikiMedia commons.

Project Goals

  • Usable by any Evennia server
    • Usable similar to evennia --init mygame
    • Install-able in existing Evennia games
  • Add a robust portal service plugin specifically for ALPACASclient
    • Plaintext (insecure) WebSocket
    • Secure WebSocket
  • Add special server plugins and inputfuncs for Point-And-Click features
  • Add typeclasses that tie into Point-And-Click features