Git Product home page Git Product logo

games-lacuna-mud's Introduction

Games::Lacuna::MUD

This is a functional proof of concept of a Text Based client for Lacuna Expanse. It depends heavily on Games::Lacuna::Client.

As of this writing the client is read-only because I haven't implemented any of the commands that send changes back to the server. Things will get fleshed out as I have time, or as patches roll in.

Screen Shot

Screen Shot

Getting Started

This is still in developer release mode, we may never get beyond that. If you'd like to get started with Games::Lacuna::MUD simply do the following.

On a box with Perl 5.12.2 installed download a copy of this Games::Lacuna::MUD either by cloning it or downloading a tarball.

If you've never installed a CPAN distribution before, you'll need a configured CPAN client. I happen to like CPAN minus because it has good defaults, and can self-install from the web.

> curl -L http://cpanmin.us | perl - --self-upgrade 

Make sure you have Dist::Zilla installed, this will make installing the dependencies easier.

> cpanm Dist::Zill

Once Dist::Zilla is installed simply do the following to install the dependencies required for Games::Lacuna::MUD

> dzil listdeps | cpanm

Once the dependencies are installed you will need to have a developer API Key that you can acquire from this site.

With the developer key you can create a configuration file for Games::Lacuna::Client.

---
api_key: [KEY]
empire_name: [EMPIRE]
empire_password: "[PASSWORD]"
server_uri: https://us1.lacunaexpanse.com/

Save this as $HOME/.le-mudrc and you can start the MUD client with the following

> perl bin/le-mud.pl

Have fun!

Commands

Some basic MUD commands work: look, go planet, go building, leave building, quit

Beyond this the commands are still rudimentary. There is no help system because I wasn't happy with the on that I had and haven't come up with a slick way of integrating a cross cutting concern like that. You are free of course to view the source.

games-lacuna-mud's People

Contributors

perigrin avatar

Stargazers

Gavin Hurlbut avatar Ivan Heffner avatar

Watchers

Chris Thompson avatar Alex Nachbaur avatar Justin Hunter avatar Kjetil Kjernsmo avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.