No description
bin | ||
data | ||
menu | ||
tests | ||
utils | ||
.devcontainer.json | ||
.envrc | ||
.gitignore | ||
CONTRIBUTING.md | ||
devenv.lock | ||
devenv.nix | ||
devenv.yaml | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
mknpcs.go | ||
new_game.go | ||
README.md |
R.U.L.M.A.R.C.
RPG Using Language Models As Realistic Characters
An experiment to see how LLMs can be useful to make believable characters in role-playing games.
Build instructions
Nix machines with devenv
- Clone the project.
- Enter the project directory.
- Enter the following command:
$ devenv shell
- In the shell, run:
$ build
- You will find the build artifact in the ./bin/ directory.
Other machines
- Install Go.
- Clone the project.
- Run the following command:
$ go build -o ./bin/
- You will find the build artifact in the ./bin/ directory.
Notes
This project is in a pre-pre-pre-alpha state.
It should not yet be considered usable.
Currently in active development