Skip to content

Latest commit

 

History

History

habibots

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