Skip to content

Simplistic reconstruction of the game Infinite Craft by Neal Agarwal

Notifications You must be signed in to change notification settings

functorism/world-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published