Sign inSign up

philcollins/habibots

By philcollins

Updated over 3 years ago

In-world bots for the Neoclassical Habitat project

Image
0

1.7K

philcollins/habibots repository overview

Habibots

The Neohabitat Project has recently resurrected the world's first graphical MMO, Lucasfilm's Habitat. As we developed it, we found ourselves writing a bunch of in-world bots to test features, and we've packaged up most of the useful bits into this framework, which you can use to rapidly develop bots of your own.

Installing/Running

Run the following command to install habibots:

git clone https://github.com/ssalevan/habibots
cd habibots
npm install habibots --save
./run 

For Windows 10 Users

Install Windows Subsystem for Linux: https://docs.microsoft.com/en-us/windows/wsl/install-win10
Access your local machine with cd /mnt/c
cd into a folder of your choosing
git clone https://github.com/ssalevan/habibots
cd habibots
npm install
sudo apt-get install dos2unix
dos2unix run
./run greeter1

Writing a Habibot

A Habibot

Tag summary

Content type

Image

Digest

sha256:26b85ced2

Size

141.8 MB

Last updated

over 3 years ago

docker pull philcollins/habibots