/world-graph

Simplistic reconstruction of the game Infinite Craft by Neal Agarwal

Primary LanguageRust

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_triples.sql
docker-compose up -d
cargo run