functorism / world-graph

Simplistic reconstruction of the game Infinite Craft by Neal Agarwal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

World Graph


World Graph is a simplistic reconstruction of the brilliant game Infinite Craft by Neal Agarwal.

The goal is to provide a simple playground that allows for playing with the concept of Infinite Craft with different models and prompting strategies.

Getting Started

git clone https://github.com/functorism/world-graph
cd world-graph
# optionally nix-shell
sqlite3 db.sqlite < migrations/1_init_triple.sql
# optionally run ollama in a Docker container
docker-compose up -d
DATABASE_URL=sqlite:db.sqlite cargo run

If you are running Ollama yourself, make sure to ollama pull neural-chat first.

About

Simplistic reconstruction of the game Infinite Craft by Neal Agarwal


Languages

Language:Rust 61.4%Language:JavaScript 32.7%Language:CSS 2.7%Language:HTML 2.3%Language:Nix 1.0%