Skip to content

A text-based adventure game engine script for irssi.

Notifications You must be signed in to change notification settings

vizimajax/irssi-adnd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

irssi-adnd

Build Status

A text-based adventure game engine script for irssi.

Define the game map in map.xml along with objects, pre-set characters, their stash, capabilities and actions.

Don't expect too much, this was written in like 2 hours for a gag on irc.

map.xml structure

Figure it out, pretty straightforward :P

building and running

docker build -t spikehip/irssi-adnd .

docker run -e SERVER_ADDRESS=atw.irc.hu -e CHANNEL_NAME=#coders.hu -e NICK=apatok -ti spikehip/irssi-adnd

About

A text-based adventure game engine script for irssi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 93.1%
  • Dockerfile 4.8%
  • Shell 2.1%