Skip to content

Prototype implementation of a chocolate doom-compatible bot

Notifications You must be signed in to change notification settings

cardano-scaling/hydra-bot

Repository files navigation

Hydra Bot

Nothing to see here (for now).

Developing

With Rustup

First, install rustup:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

You should be good to go then.

With Nix

If you do not have Nix installed, you can use Determinate Systems Nix Installer to get it up and running:

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

Then, you can spawn a shell with all necessary development tools by running this command:

nix develop

Running

The bot needs a server to connect to, and a .WAD file. You can use the FreeDOOM's DOOM.WAD or the retail DOOM.WAD that can be found on the game install folder (which you can buy on Steam or GOG).

Then, run this command:

cargo run --release -- -a "<server ip>" -i "<wad file>"

About

Prototype implementation of a chocolate doom-compatible bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages