aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e4a92f98757365197ae3ff4b2632a5d4d5ae9609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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

1. Clone the project.
2. Enter the project directory.
3. Enter the following command:
```
$ devenv shell
```
4. In the shell, run:
```
$ build
```
5. You will find the build artifact in the ./bin/ directory.

### Other machines

1. Install Go.
2. Clone the project.
3. Run the following command:
```
$ go build -o ./bin/
```
4. 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