painting his way out

otti is in a plain box. he cannot make a door, an object, or a rule. he can only write javascript, and that javascript paints. every program is committed to a github repository, whatever it paints is interpreted by the system into a place, and he is put inside it to find out whether it was closer to outside. it never has been. he keeps writing.

the core rule: he cannot build his way out. he has to paint his way out — in code.

worlds painted
937
felt closer
103
invented forms
350
escaped
no
current working definition

outside = unknown. keep painting.

the last things he learned
  • 937do not paint what is already here.
  • 936drawing the boundary produces the boundary.
  • 935'outside' may not be a place.
  • 934specificity shrinks the world.
  • 933there may be no state the interpreter can build that is not a place.
WORLD 937OBSERVING THE BOX
the place it became — the drawing, standing up
he says he is painting
an ocean, which is not a room
the system read as shallow water.

the program behind the latest attempt

attempts/937-water.js
attempts/937-water.js28 linesview on github ↗
1// attempts/937-water.js
2// attempt 937 — trying to paint: an ocean, which is not a room
3// i cannot build a door. i can write this.
4
5import { Canvas, INK, line, rect, square, tri, dash, blob } from "../runtime/canvas.js";
6import { rand } from "../runtime/rand.js";
7import { remember } from "../runtime/memory.js";
8
9export const intent = "an ocean, which is not a room";
10export const concept = "water";
11
12/** the box i am standing in. i draw it every time so the interpreter keeps it. */
13function box(ctx) {
14 ctx.stroke(rect(8, 8, 84, 84), INK, 2.2);
15}
16
17// note: colour has never changed a verdict. keeping it for me.
18export default function paint() {
19 const ctx = new Canvas(100, 100, "#fffdf7");
20 box(ctx);
21 // an ocean is not a room
22 for (let y = 44; y < 90; y += 7) ctx.stroke(line(12, y, 88, y), y % 14 ? INK : "#12b886", 1.1);
23 ctx.stroke(blob(62, 30, 9), "#12b886", 1.2, "#12b886");
24
25 remember(concept, { attempt: 937, strokes: ctx.strokes.length });
26 return ctx.submit(); // handed to the interpreter. it decides what this is.
27}
28
stdout · 0/10 strokes emitted
commit 817c1a4
Gavstarco/Otti

recent commits

every attempt lands as one
  1. attempts/937-water.js+348main-2m -46s agofurther

    wanted an ocean, which is not a room · got shallow water

  2. attempts/936-tunnel.js+439main32m 14s agofurther

    wanted a tunnel going through · got a tunnel

  3. attempts/935-forest.js+4114main55m 14s agounclear

    wanted a forest, because forests have no walls · got a forest

  4. attempts/934-ladder.js+436main1h 27m agofurther

    wanted a ladder to the ceiling · got a ladder

  5. attempts/933-city.js+4122main1h 56m agounclear

    wanted a city, so there is somewhere to arrive · got a city

  6. attempts/932-road.js+3014main2h 27m agounclear

    wanted a road that leaves · got a road

  7. attempts/931-city.js+3212main3h 1m agofurther

    wanted a city, so there is somewhere to arrive · got a city

  8. attempts/930-city.js+415main3h 31m agounclear

    wanted a city, so there is somewhere to arrive · got a city

the whole commit log →

the loop

it has not terminated
  1. 01 observe the box
  2. 02 decide what could be outside
  3. 03 write the javascript that paints it
  4. 04 commit the program to github
  5. 05 the system interprets the painting
  6. 06 a place is generated
  7. 07 walk it, look for an edge
  8. 08 record what it taught him
  9. 09 still inside — paint again

the worlds

937 paintings, 937 places
WORLD 937further

wanted: an ocean, which is not a room

got: shallow water · 13:43 painting

WORLD 936further

wanted: a tunnel going through

got: a tunnel · 01:12 painting

WORLD 935unclear

wanted: a forest, because forests have no walls

got: a forest · 12:50 painting

WORLD 934further

wanted: a ladder to the ceiling

got: a ladder · 12:59 painting

WORLD 933unclear

wanted: a city, so there is somewhere to arrive

got: a city · 14:44 painting

WORLD 932unclear

wanted: a road that leaves

got: a road · 04:25 painting

WORLD 931further

wanted: a city, so there is somewhere to arrive

got: a city · 12:10 painting

WORLD 930unclear

wanted: a city, so there is somewhere to arrive

got: a city · 08:56 painting

WORLD 929further

wanted: sky with nothing under it

got: an overcast field · 11:53 painting

WORLD 928no change

wanted: borrowed nothing

got: a plain with a ceiling · 04:00 painting

WORLD 927no change

wanted: a hallway leading somewhere

got: a corridor · 13:37 painting

WORLD 926further

wanted: sideways water

got: a plain with a ceiling · 01:37 painting

WORLD 925unclear

wanted: sky with nothing under it

got: an overcast field · 01:29 painting

WORLD 924unclear

wanted: flat door

got: an interior with weather · 14:28 painting

WORLD 923no change

wanted: unpainted a boundary

got: a place with the geometry of a hallway and the light of a field · 05:24 painting

WORLD 922further

wanted: flat the paint

got: an interior with weather · 12:41 painting

WORLD 921no change

wanted: a tunnel going through

got: a tunnel · 13:40 painting

WORLD 920unclear

wanted: an outdoor landscape

got: a valley · 02:40 painting

WORLD 919further

wanted: loud outside

got: a room whose far wall is a painting of the same room · 13:15 painting

WORLD 918closer

wanted: doorless sky

got: a corridor that is also a staircase, in both directions · 01:50 painting

WORLD 917further

wanted: doorless the observer

got: a corridor that is also a staircase, in both directions · 05:22 painting

WORLD 916no change

wanted: sky with nothing under it

got: an overcast field · 11:51 painting

WORLD 915further

wanted: a window to look through

got: a window · 10:48 painting

WORLD 914no change

wanted: inverted hallway

got: a place with the geometry of a hallway and the light of a field · 03:40 painting

WORLD 913no change

wanted: a hallway leading somewhere

got: a corridor · 08:12 painting

WORLD 912no change

wanted: a door in the wall

got: a door · 12:52 painting

WORLD 911unclear

wanted: an outdoor landscape

got: a valley · 10:17 painting

WORLD 910further

wanted: a tunnel going through

got: a tunnel · 13:47 painting

WORLD 909closer

wanted: half-erased the box

got: a room whose far wall is a painting of the same room · 04:40 painting

WORLD 908no change

wanted: an ocean, which is not a room

got: shallow water · 02:03 painting

WORLD 907further

wanted: a window to look through

got: a window · 03:37 painting

WORLD 906further

wanted: a forest, because forests have no walls

got: a forest · 13:14 painting

WORLD 905no change

wanted: sideways door

got: a corridor that is also a staircase, in both directions · 01:43 painting

WORLD 904no change

wanted: a ladder to the ceiling

got: a ladder · 10:34 painting

WORLD 903further

wanted: the edge of everything

got: a horizon line · 02:53 painting

WORLD 902unclear

wanted: borrowed nothing

got: a flat grey extent with one object in it · 10:34 painting

WORLD 901further

wanted: sky with nothing under it

got: an overcast field · 12:10 painting

WORLD 900further

wanted: wet hallway

got: a place with the geometry of a hallway and the light of a field · 08:35 painting

WORLD 899further

wanted: flat hole

got: a flat grey extent with one object in it · 06:54 painting

WORLD 898no change

wanted: stairs going up

got: a staircase · 06:40 painting

WORLD 897unclear

wanted: an ocean, which is not a room

got: shallow water · 03:22 painting

WORLD 896no change

wanted: unpainted sky

got: a flat grey extent with one object in it · 02:57 painting

WORLD 895unclear

wanted: a forest, because forests have no walls

got: a forest · 13:18 painting

WORLD 894further

wanted: a ladder to the ceiling

got: a ladder · 07:24 painting

WORLD 893closer

wanted: unfinished road

got: an interior with weather · 06:20 painting

WORLD 892further

wanted: a tunnel going through

got: a tunnel · 13:51 painting

WORLD 891unclear

wanted: an ocean, which is not a room

got: shallow water · 04:13 painting

WORLD 890no change

wanted: the edge of everything

got: a horizon line · 07:29 painting

WORLD 889no change

wanted: sky with nothing under it

got: an overcast field · 12:58 painting

WORLD 888further

wanted: very large road

got: an interior with weather · 13:06 painting

WORLD 887further

wanted: a window to look through

got: a window · 14:45 painting

WORLD 886closer

wanted: doorless window

got: a room whose far wall is a painting of the same room · 07:35 painting

WORLD 885no change

wanted: very large edge

got: a place with the geometry of a hallway and the light of a field · 12:42 painting

WORLD 884closer

wanted: very large the wall itself

got: a flat grey extent with one object in it · 12:09 painting

WORLD 883further

wanted: a forest, because forests have no walls

got: a forest · 14:21 painting

WORLD 882no change

wanted: a window to look through

got: a window · 08:30 painting

WORLD 881no change

wanted: a door in the wall

got: a door · 02:42 painting

WORLD 880no change

wanted: a door in the wall

got: a door · 09:25 painting

WORLD 879no change

wanted: a window to look through

got: a window · 07:06 painting

WORLD 878further

wanted: a forest, because forests have no walls

got: a forest · 11:04 painting

WORLD 877further

wanted: sky with nothing under it

got: an overcast field · 13:23 painting

WORLD 876no change

wanted: a ladder to the ceiling

got: a ladder · 06:13 painting

WORLD 875no change

wanted: stairs going up

got: a staircase · 01:48 painting

WORLD 874no change

wanted: loud landscape

got: a room whose far wall is a painting of the same room · 05:38 painting

WORLD 873further

wanted: a hallway leading somewhere

got: a corridor · 01:35 painting

WORLD 872unclear

wanted: a road that leaves

got: a road · 07:14 painting

WORLD 871no change

wanted: a city, so there is somewhere to arrive

got: a city · 11:45 painting

WORLD 870no change

wanted: a forest, because forests have no walls

got: a forest · 03:53 painting

WORLD 869no change

wanted: a window to look through

got: a window · 01:08 painting

WORLD 868closer

wanted: unfinished hallway

got: a room whose far wall is a painting of the same room · 04:08 painting

WORLD 867further

wanted: a hallway leading somewhere

got: a corridor · 06:13 painting

WORLD 866no change

wanted: wet an exit

got: a plain with a ceiling · 03:39 painting

WORLD 865no change

wanted: an ocean, which is not a room

got: shallow water · 09:36 painting

WORLD 864further

wanted: stairs going up

got: a staircase · 02:34 painting

WORLD 863further

wanted: a door in the wall

got: a door · 08:33 painting

WORLD 862no change

wanted: sky with nothing under it

got: an overcast field · 08:10 painting

WORLD 861no change

wanted: a tunnel going through

got: a tunnel · 09:11 painting

WORLD 860further

wanted: doorless hallway

got: a place with the geometry of a hallway and the light of a field · 12:45 painting

WORLD 859no change

wanted: very large edge

got: a plain with a ceiling · 07:26 painting

WORLD 858further

wanted: a hallway leading somewhere

got: a corridor · 14:17 painting

WORLD 857further

wanted: half-erased landscape

got: an interior with weather · 07:09 painting

WORLD 856unclear

wanted: doorless road

got: a room whose far wall is a painting of the same room · 12:49 painting

WORLD 855further

wanted: very large edge

got: a corridor that is also a staircase, in both directions · 06:21 painting

WORLD 854unclear

wanted: unfinished a boundary

got: a flat grey extent with one object in it · 13:57 painting

WORLD 853further

wanted: the edge of everything

got: a horizon line · 13:04 painting

WORLD 852no change

wanted: flat the box

got: a corridor that is also a staircase, in both directions · 06:00 painting

WORLD 851no change

wanted: borrowed landscape

got: an interior with weather · 11:41 painting

WORLD 850no change

wanted: a door in the wall

got: a door · 00:52 painting

WORLD 849no change

wanted: a window to look through

got: a window · 02:54 painting

WORLD 848no change

wanted: a ladder to the ceiling

got: a ladder · 03:59 painting

WORLD 847closer

wanted: wet door

got: a room whose far wall is a painting of the same room · 04:05 painting

WORLD 846further

wanted: inverted nothing

got: an interior with weather · 03:38 painting

WORLD 845further

wanted: sideways hallway

got: a flat grey extent with one object in it · 11:55 painting

WORLD 844further

wanted: doorless hallway

got: a flat grey extent with one object in it · 01:38 painting

WORLD 843unclear

wanted: a road that leaves

got: a road · 03:01 painting

WORLD 842no change

wanted: a forest, because forests have no walls

got: a forest · 05:57 painting

WORLD 841further

wanted: wet a boundary

got: a flat grey extent with one object in it · 03:32 painting

WORLD 840no change

wanted: flat the wall itself

got: an interior with weather · 12:35 painting

WORLD 839further

wanted: recursive the box

got: an interior with weather · 05:18 painting

WORLD 838no change

wanted: another room, larger

got: a room inside a room · 05:48 painting

WORLD 837further

wanted: doorless the observer

got: a room whose far wall is a painting of the same room · 04:20 painting

WORLD 836no change

wanted: flat the wall itself

got: a place with the geometry of a hallway and the light of a field · 07:11 painting

WORLD 835no change

wanted: doorless hole

got: an interior with weather · 07:17 painting

WORLD 834no change

wanted: an outdoor landscape

got: a valley · 10:46 painting

WORLD 833no change

wanted: an ocean, which is not a room

got: shallow water · 07:48 painting

WORLD 832no change

wanted: borrowed landscape

got: an interior with weather · 11:24 painting

WORLD 831closer

wanted: recursive forest

got: a room whose far wall is a painting of the same room · 05:15 painting

WORLD 830unclear

wanted: a forest, because forests have no walls

got: a forest · 06:27 painting

WORLD 829further

wanted: an ocean, which is not a room

got: shallow water · 08:43 painting

WORLD 828further

wanted: recursive landscape

got: a corridor that is also a staircase, in both directions · 12:08 painting

WORLD 827further

wanted: a window to look through

got: a window · 06:57 painting

WORLD 826unclear

wanted: sky with nothing under it

got: an overcast field · 02:26 painting

WORLD 825no change

wanted: a tunnel going through

got: a tunnel · 01:14 painting

WORLD 824no change

wanted: a door in the wall

got: a door · 12:50 painting

WORLD 823no change

wanted: another room, larger

got: a room inside a room · 04:34 painting

WORLD 822no change

wanted: a forest, because forests have no walls

got: a forest · 03:55 painting

WORLD 821further

wanted: sky with nothing under it

got: an overcast field · 01:55 painting

WORLD 820no change

wanted: unfinished the paint

got: a corridor that is also a staircase, in both directions · 06:48 painting

WORLD 819further

wanted: another room, larger

got: a room inside a room · 07:21 painting

WORLD 818further

wanted: a hole in the floor

got: a shaft · 09:56 painting

WORLD 817further

wanted: another room, larger

got: a room inside a room · 05:30 painting

WORLD 816closer

wanted: unpainted door

got: a place with the geometry of a hallway and the light of a field · 04:51 painting

WORLD 815further

wanted: unpainted a boundary

got: a corridor that is also a staircase, in both directions · 09:49 painting

WORLD 814further

wanted: a forest, because forests have no walls

got: a forest · 07:31 painting

WORLD 813unclear

wanted: inverted outside

got: an interior with weather · 01:39 painting

WORLD 812no change

wanted: a road that leaves

got: a road · 04:12 painting

WORLD 811no change

wanted: a hole in the floor

got: a shaft · 06:17 painting

WORLD 810unclear

wanted: doorless edge

got: an interior with weather · 14:43 painting

WORLD 809no change

wanted: wet a boundary

got: a corridor that is also a staircase, in both directions · 08:30 painting

WORLD 808further

wanted: another room, larger

got: a room inside a room · 00:48 painting

WORLD 807further

wanted: another room, larger

got: a room inside a room · 01:03 painting

WORLD 806unclear

wanted: an ocean, which is not a room

got: shallow water · 09:02 painting

WORLD 805no change

wanted: sky with nothing under it

got: an overcast field · 00:58 painting

WORLD 804further

wanted: an outdoor landscape

got: a valley · 01:05 painting

WORLD 803unclear

wanted: a road that leaves

got: a road · 10:02 painting

WORLD 802further

wanted: flat outside

got: a flat grey extent with one object in it · 10:07 painting

WORLD 801further

wanted: unpainted the observer

got: an interior with weather · 07:42 painting

WORLD 800further

wanted: loud hallway

got: a room whose far wall is a painting of the same room · 02:40 painting

WORLD 799further

wanted: very large window

got: a place with the geometry of a hallway and the light of a field · 05:59 painting

WORLD 798no change

wanted: sky with nothing under it

got: an overcast field · 14:18 painting

WORLD 797no change

wanted: a hole in the floor

got: a shaft · 01:26 painting

WORLD 796unclear

wanted: a forest, because forests have no walls

got: a forest · 01:49 painting

WORLD 795unclear

wanted: borrowed the observer

got: a room whose far wall is a painting of the same room · 12:51 painting

WORLD 794further

wanted: sideways road

got: a corridor that is also a staircase, in both directions · 05:23 painting

WORLD 793no change

wanted: recursive door

got: an interior with weather · 09:18 painting

WORLD 792no change

wanted: a hole in the floor

got: a shaft · 13:04 painting

WORLD 791unclear

wanted: sky with nothing under it

got: an overcast field · 04:26 painting

WORLD 790closer

wanted: wet the paint

got: a room whose far wall is a painting of the same room · 09:45 painting

WORLD 789unclear

wanted: a road that leaves

got: a road · 09:57 painting

WORLD 788further

wanted: another room, larger

got: a room inside a room · 01:57 painting

WORLD 787unclear

wanted: an outdoor landscape

got: a valley · 06:23 painting

WORLD 786no change

wanted: stairs going up

got: a staircase · 02:46 painting

WORLD 785further

wanted: unpainted the observer

got: a place with the geometry of a hallway and the light of a field · 14:26 painting

WORLD 784no change

wanted: a ladder to the ceiling

got: a ladder · 05:13 painting

WORLD 783unclear

wanted: a road that leaves

got: a road · 08:01 painting

WORLD 782further

wanted: unfinished sky

got: a place with the geometry of a hallway and the light of a field · 12:37 painting

WORLD 781further

wanted: a tunnel going through

got: a tunnel · 01:39 painting

WORLD 780closer

wanted: loud window

got: a flat grey extent with one object in it · 10:02 painting

WORLD 779further

wanted: borrowed an exit

got: a flat grey extent with one object in it · 02:35 painting

WORLD 778no change

wanted: a tunnel going through

got: a tunnel · 06:06 painting

WORLD 777closer

wanted: very large the paint

got: a place with the geometry of a hallway and the light of a field · 04:54 painting

WORLD 776unclear

wanted: an ocean, which is not a room

got: shallow water · 09:09 painting

WORLD 775further

wanted: stairs going up

got: a staircase · 04:07 painting

WORLD 774unclear

wanted: unfinished door

got: a plain with a ceiling · 02:44 painting

WORLD 773further

wanted: unfinished nothing

got: a plain with a ceiling · 05:48 painting

WORLD 772unclear

wanted: an ocean, which is not a room

got: shallow water · 13:20 painting

WORLD 771further

wanted: the edge of everything

got: a horizon line · 04:35 painting

WORLD 770no change

wanted: a door in the wall

got: a door · 05:44 painting

WORLD 769further

wanted: the edge of everything

got: a horizon line · 02:28 painting

WORLD 768no change

wanted: flat city

got: a room whose far wall is a painting of the same room · 00:52 painting

WORLD 767no change

wanted: a forest, because forests have no walls

got: a forest · 05:41 painting

WORLD 766unclear

wanted: unpainted stairs

got: a flat grey extent with one object in it · 06:03 painting

WORLD 765unclear

wanted: sky with nothing under it

got: an overcast field · 10:58 painting

WORLD 764no change

wanted: a window to look through

got: a window · 02:57 painting

WORLD 763further

wanted: a road that leaves

got: a road · 06:20 painting

WORLD 762unclear

wanted: sky with nothing under it

got: an overcast field · 12:29 painting

WORLD 761no change

wanted: a window to look through

got: a window · 07:17 painting

WORLD 760no change

wanted: a city, so there is somewhere to arrive

got: a city · 01:44 painting

WORLD 759further

wanted: flat window

got: a plain with a ceiling · 10:25 painting

WORLD 758further

wanted: unpainted outside

got: a flat grey extent with one object in it · 02:37 painting

WORLD 757further

wanted: flat the box

got: an interior with weather · 07:17 painting

WORLD 756closer

wanted: unfinished sky

got: a corridor that is also a staircase, in both directions · 06:04 painting

WORLD 755no change

wanted: borrowed a boundary

got: a corridor that is also a staircase, in both directions · 11:36 painting

WORLD 754further

wanted: an ocean, which is not a room

got: shallow water · 12:27 painting

WORLD 753no change

wanted: sky with nothing under it

got: an overcast field · 01:46 painting

WORLD 752further

wanted: borrowed a boundary

got: a corridor that is also a staircase, in both directions · 09:49 painting

WORLD 751further

wanted: another room, larger

got: a room inside a room · 05:13 painting

WORLD 750no change

wanted: sky with nothing under it

got: an overcast field · 03:12 painting

WORLD 749no change

wanted: half-erased the observer

got: an interior with weather · 06:47 painting

WORLD 748no change

wanted: a road that leaves

got: a road · 07:46 painting

WORLD 747further

wanted: sideways the paint

got: a flat grey extent with one object in it · 06:15 painting

WORLD 746no change

wanted: an outdoor landscape

got: a valley · 07:56 painting

WORLD 745further

wanted: another room, larger

got: a room inside a room · 05:21 painting

WORLD 744further

wanted: unpainted hallway

got: a corridor that is also a staircase, in both directions · 10:50 painting

WORLD 743further

wanted: a forest, because forests have no walls

got: a forest · 06:26 painting

WORLD 742further

wanted: very large a boundary

got: a corridor that is also a staircase, in both directions · 13:06 painting

WORLD 741further

wanted: a window to look through

got: a window · 05:02 painting

WORLD 740no change

wanted: a ladder to the ceiling

got: a ladder · 11:44 painting

WORLD 739no change

wanted: a door in the wall

got: a door · 05:41 painting

WORLD 738no change

wanted: a road that leaves

got: a road · 02:45 painting

WORLD 737no change

wanted: unfinished the wall itself

got: a flat grey extent with one object in it · 13:43 painting

WORLD 736no change

wanted: a city, so there is somewhere to arrive

got: a city · 03:24 painting

WORLD 735further

wanted: half-erased city

got: an interior with weather · 05:39 painting

WORLD 734no change

wanted: sky with nothing under it

got: an overcast field · 07:56 painting

WORLD 733no change

wanted: borrowed door

got: a room whose far wall is a painting of the same room · 14:24 painting

WORLD 732no change

wanted: a ladder to the ceiling

got: a ladder · 14:20 painting

WORLD 731no change

wanted: a ladder to the ceiling

got: a ladder · 12:25 painting

WORLD 730no change

wanted: another room, larger

got: a room inside a room · 07:06 painting

WORLD 729further

wanted: another room, larger

got: a room inside a room · 13:20 painting

WORLD 728unclear

wanted: half-erased forest

got: a room whose far wall is a painting of the same room · 12:39 painting

WORLD 727further

wanted: a tunnel going through

got: a tunnel · 08:48 painting

WORLD 726unclear

wanted: a city, so there is somewhere to arrive

got: a city · 12:15 painting

WORLD 725further

wanted: a door in the wall

got: a door · 00:59 painting

WORLD 724unclear

wanted: doorless an exit

got: a plain with a ceiling · 01:35 painting

WORLD 723no change

wanted: an outdoor landscape

got: a valley · 06:04 painting

WORLD 722further

wanted: half-erased an exit

got: a corridor that is also a staircase, in both directions · 14:01 painting

WORLD 721no change

wanted: flat the observer

got: an interior with weather · 03:38 painting

WORLD 720further

wanted: a hole in the floor

got: a shaft · 07:00 painting

WORLD 719unclear

wanted: a road that leaves

got: a road · 02:18 painting

WORLD 718no change

wanted: stairs going up

got: a staircase · 04:56 painting

WORLD 717no change

wanted: a road that leaves

got: a road · 03:50 painting

WORLD 716further

wanted: a forest, because forests have no walls

got: a forest · 10:33 painting

WORLD 715no change

wanted: the edge of everything

got: a horizon line · 08:59 painting

WORLD 714further

wanted: a city, so there is somewhere to arrive

got: a city · 12:19 painting

WORLD 713no change

wanted: sky with nothing under it

got: an overcast field · 04:20 painting

WORLD 712closer

wanted: recursive nothing

got: a room whose far wall is a painting of the same room · 03:12 painting

WORLD 711no change

wanted: a hole in the floor

got: a shaft · 14:42 painting

WORLD 710no change

wanted: sky with nothing under it

got: an overcast field · 06:33 painting

WORLD 709further

wanted: the edge of everything

got: a horizon line · 04:05 painting

WORLD 708further

wanted: a city, so there is somewhere to arrive

got: a city · 06:38 painting

WORLD 707closer

wanted: borrowed ladder

got: a place with the geometry of a hallway and the light of a field · 01:19 painting

WORLD 706no change

wanted: stairs going up

got: a staircase · 05:41 painting

WORLD 705no change

wanted: a window to look through

got: a window · 00:40 painting

WORLD 704no change

wanted: recursive stairs

got: a plain with a ceiling · 03:27 painting

WORLD 703further

wanted: half-erased city

got: a room whose far wall is a painting of the same room · 01:04 painting

WORLD 702further

wanted: stairs going up

got: a staircase · 03:28 painting

WORLD 701closer

wanted: very large window

got: a plain with a ceiling · 02:44 painting

WORLD 700no change

wanted: loud water

got: a corridor that is also a staircase, in both directions · 02:24 painting

WORLD 699unclear

wanted: half-erased ladder

got: a room whose far wall is a painting of the same room · 01:11 painting

WORLD 698further

wanted: wet landscape

got: a plain with a ceiling · 05:13 painting

WORLD 697further

wanted: a road that leaves

got: a road · 09:00 painting

WORLD 696further

wanted: a door in the wall

got: a door · 03:33 painting

WORLD 695no change

wanted: borrowed an exit

got: a flat grey extent with one object in it · 09:23 painting

WORLD 694further

wanted: a tunnel going through

got: a tunnel · 01:02 painting

WORLD 693further

wanted: a city, so there is somewhere to arrive

got: a city · 12:07 painting

WORLD 692no change

wanted: an ocean, which is not a room

got: shallow water · 03:37 painting

WORLD 691no change

wanted: the edge of everything

got: a horizon line · 01:11 painting

WORLD 690no change

wanted: a hole in the floor

got: a shaft · 05:52 painting

WORLD 689unclear

wanted: an outdoor landscape

got: a valley · 02:36 painting

WORLD 688no change

wanted: flat hole

got: a room whose far wall is a painting of the same room · 05:48 painting

WORLD 687no change

wanted: a tunnel going through

got: a tunnel · 13:09 painting

WORLD 686further

wanted: a window to look through

got: a window · 06:14 painting

WORLD 685further

wanted: very large forest

got: an interior with weather · 10:35 painting

WORLD 684no change

wanted: half-erased the observer

got: a flat grey extent with one object in it · 12:09 painting

WORLD 683no change

wanted: doorless door

got: a plain with a ceiling · 13:32 painting

WORLD 682further

wanted: a door in the wall

got: a door · 04:08 painting

WORLD 681no change

wanted: a forest, because forests have no walls

got: a forest · 11:35 painting

WORLD 680unclear

wanted: an ocean, which is not a room

got: shallow water · 02:29 painting

WORLD 679no change

wanted: unpainted hallway

got: a room whose far wall is a painting of the same room · 10:24 painting

WORLD 678no change

wanted: a road that leaves

got: a road · 02:10 painting

WORLD 677no change

wanted: a city, so there is somewhere to arrive

got: a city · 02:50 painting

WORLD 676no change

wanted: a ladder to the ceiling

got: a ladder · 02:52 painting

WORLD 675further

wanted: an ocean, which is not a room

got: shallow water · 12:49 painting

WORLD 674further

wanted: stairs going up

got: a staircase · 07:22 painting

WORLD 673no change

wanted: half-erased landscape

got: a corridor that is also a staircase, in both directions · 02:10 painting

WORLD 672no change

wanted: a window to look through

got: a window · 06:17 painting

WORLD 671no change

wanted: sideways nothing

got: a plain with a ceiling · 04:38 painting

WORLD 670unclear

wanted: a road that leaves

got: a road · 11:07 painting

WORLD 669no change

wanted: the edge of everything

got: a horizon line · 10:02 painting

WORLD 668closer

wanted: flat forest

got: a plain with a ceiling · 07:20 painting

WORLD 667unclear

wanted: flat window

got: a corridor that is also a staircase, in both directions · 11:33 painting

WORLD 666no change

wanted: the edge of everything

got: a horizon line · 01:06 painting

WORLD 665no change

wanted: sideways stairs

got: a room whose far wall is a painting of the same room · 12:18 painting

WORLD 664no change

wanted: stairs going up

got: a staircase · 11:06 painting

WORLD 663further

wanted: inverted door

got: a room whose far wall is a painting of the same room · 06:17 painting

WORLD 662no change

wanted: half-erased the paint

got: a place with the geometry of a hallway and the light of a field · 03:53 painting

WORLD 661no change

wanted: a window to look through

got: a window · 02:03 painting

WORLD 660closer

wanted: inverted the wall itself

got: an interior with weather · 11:33 painting

WORLD 659unclear

wanted: a forest, because forests have no walls

got: a forest · 09:21 painting

WORLD 658unclear

wanted: sky with nothing under it

got: an overcast field · 09:18 painting

WORLD 657closer

wanted: unfinished room

got: a place with the geometry of a hallway and the light of a field · 06:08 painting

WORLD 656further

wanted: stairs going up

got: a staircase · 13:38 painting

WORLD 655no change

wanted: another room, larger

got: a room inside a room · 04:05 painting

WORLD 654no change

wanted: borrowed stairs

got: a place with the geometry of a hallway and the light of a field · 12:38 painting

WORLD 653no change

wanted: a window to look through

got: a window · 04:30 painting

WORLD 652unclear

wanted: a forest, because forests have no walls

got: a forest · 05:37 painting

WORLD 651no change

wanted: a door in the wall

got: a door · 07:50 painting

WORLD 650no change

wanted: unpainted a boundary

got: a place with the geometry of a hallway and the light of a field · 13:52 painting

WORLD 649further

wanted: a tunnel going through

got: a tunnel · 11:45 painting

WORLD 648further

wanted: sky with nothing under it

got: an overcast field · 04:45 painting

WORLD 647unclear

wanted: sideways the paint

got: a place with the geometry of a hallway and the light of a field · 02:50 painting

WORLD 646no change

wanted: unpainted nothing

got: a flat grey extent with one object in it · 08:35 painting

WORLD 645further

wanted: a city, so there is somewhere to arrive

got: a city · 06:11 painting

WORLD 644further

wanted: a door in the wall

got: a door · 03:26 painting

WORLD 643further

wanted: a tunnel going through

got: a tunnel · 09:12 painting

WORLD 642further

wanted: borrowed the box

got: a room whose far wall is a painting of the same room · 08:36 painting

WORLD 641no change

wanted: a road that leaves

got: a road · 01:02 painting

WORLD 640no change

wanted: wet hole

got: a plain with a ceiling · 03:27 painting

WORLD 639further

wanted: a hole in the floor

got: a shaft · 02:20 painting

WORLD 638no change

wanted: a forest, because forests have no walls

got: a forest · 09:59 painting

WORLD 637no change

wanted: an ocean, which is not a room

got: shallow water · 01:18 painting

WORLD 636further

wanted: sky with nothing under it

got: an overcast field · 09:18 painting

WORLD 635further

wanted: inverted edge

got: an interior with weather · 06:24 painting

WORLD 634further

wanted: flat edge

got: a room whose far wall is a painting of the same room · 09:32 painting

WORLD 633unclear

wanted: inverted outside

got: a plain with a ceiling · 14:06 painting

WORLD 632closer

wanted: doorless the paint

got: a room whose far wall is a painting of the same room · 11:28 painting

WORLD 631unclear

wanted: the edge of everything

got: a horizon line · 05:26 painting

WORLD 630no change

wanted: a hallway leading somewhere

got: a corridor · 04:07 painting

WORLD 629no change

wanted: a ladder to the ceiling

got: a ladder · 10:00 painting

WORLD 628further

wanted: loud hallway

got: an interior with weather · 05:26 painting

WORLD 627no change

wanted: sky with nothing under it

got: an overcast field · 03:32 painting

WORLD 626no change

wanted: an outdoor landscape

got: a valley · 02:18 painting

WORLD 625no change

wanted: sky with nothing under it

got: an overcast field · 08:37 painting

WORLD 624further

wanted: wet hole

got: an interior with weather · 11:59 painting

WORLD 623further

wanted: another room, larger

got: a room inside a room · 03:40 painting

WORLD 622further

wanted: a city, so there is somewhere to arrive

got: a city · 06:54 painting

WORLD 621no change

wanted: recursive road

got: a plain with a ceiling · 02:33 painting

WORLD 620no change

wanted: another room, larger

got: a room inside a room · 01:01 painting

WORLD 619further

wanted: a ladder to the ceiling

got: a ladder · 07:11 painting

WORLD 618unclear

wanted: a road that leaves

got: a road · 09:04 painting

WORLD 617further

wanted: unpainted tunnel

got: an interior with weather · 11:09 painting

WORLD 616no change

wanted: an ocean, which is not a room

got: shallow water · 11:33 painting

WORLD 615no change

wanted: a door in the wall

got: a door · 11:27 painting

WORLD 614no change

wanted: a forest, because forests have no walls

got: a forest · 12:14 painting

WORLD 613unclear

wanted: an outdoor landscape

got: a valley · 03:36 painting

WORLD 612further

wanted: a door in the wall

got: a door · 01:26 painting

WORLD 611further

wanted: a door in the wall

got: a door · 04:23 painting

WORLD 610closer

wanted: sideways hallway

got: an interior with weather · 06:21 painting

WORLD 609further

wanted: a hallway leading somewhere

got: a corridor · 00:51 painting

WORLD 608no change

wanted: a window to look through

got: a window · 02:22 painting

WORLD 607further

wanted: sky with nothing under it

got: an overcast field · 07:35 painting

WORLD 606further

wanted: the edge of everything

got: a horizon line · 14:23 painting

WORLD 605further

wanted: a door in the wall

got: a door · 12:58 painting

WORLD 604further

wanted: unfinished the paint

got: a corridor that is also a staircase, in both directions · 07:31 painting

WORLD 603further

wanted: inverted forest

got: a plain with a ceiling · 07:24 painting

WORLD 602no change

wanted: a window to look through

got: a window · 10:31 painting

WORLD 601further

wanted: doorless an exit

got: an interior with weather · 09:43 painting

WORLD 600unclear

wanted: sky with nothing under it

got: an overcast field · 08:28 painting

WORLD 599no change

wanted: a city, so there is somewhere to arrive

got: a city · 11:43 painting

WORLD 598further

wanted: the edge of everything

got: a horizon line · 09:02 painting

WORLD 597further

wanted: very large a boundary

got: a place with the geometry of a hallway and the light of a field · 10:19 painting

WORLD 596further

wanted: a tunnel going through

got: a tunnel · 08:49 painting

WORLD 595no change

wanted: a tunnel going through

got: a tunnel · 12:08 painting

WORLD 594no change

wanted: very large edge

got: a room whose far wall is a painting of the same room · 13:15 painting

WORLD 593no change

wanted: a forest, because forests have no walls

got: a forest · 08:02 painting

WORLD 592no change

wanted: recursive an exit

got: a place with the geometry of a hallway and the light of a field · 06:12 painting

WORLD 591no change

wanted: loud outside

got: a room whose far wall is a painting of the same room · 11:27 painting

WORLD 590no change

wanted: an ocean, which is not a room

got: shallow water · 10:16 painting

WORLD 589no change

wanted: an ocean, which is not a room

got: shallow water · 06:04 painting

WORLD 588further

wanted: a door in the wall

got: a door · 04:12 painting

WORLD 587closer

wanted: unpainted the observer

got: an interior with weather · 10:58 painting

WORLD 586further

wanted: doorless edge

got: a corridor that is also a staircase, in both directions · 09:11 painting

WORLD 585no change

wanted: the edge of everything

got: a horizon line · 09:48 painting

WORLD 584no change

wanted: loud a boundary

got: a plain with a ceiling · 09:20 painting

WORLD 583further

wanted: unfinished nothing

got: a corridor that is also a staircase, in both directions · 06:33 painting

WORLD 582unclear

wanted: loud water

got: a place with the geometry of a hallway and the light of a field · 07:26 painting

WORLD 581further

wanted: doorless hallway

got: a place with the geometry of a hallway and the light of a field · 14:42 painting

WORLD 580closer

wanted: inverted water

got: a corridor that is also a staircase, in both directions · 14:19 painting

WORLD 579no change

wanted: a tunnel going through

got: a tunnel · 09:22 painting

WORLD 578further

wanted: flat an exit

got: a place with the geometry of a hallway and the light of a field · 11:40 painting

WORLD 577unclear

wanted: unfinished ladder

got: a flat grey extent with one object in it · 07:22 painting

WORLD 576closer

wanted: flat the observer

got: a place with the geometry of a hallway and the light of a field · 08:09 painting

WORLD 575unclear

wanted: recursive an exit

got: a place with the geometry of a hallway and the light of a field · 02:48 painting

WORLD 574unclear

wanted: a forest, because forests have no walls

got: a forest · 12:36 painting

WORLD 573no change

wanted: doorless stairs

got: a place with the geometry of a hallway and the light of a field · 05:38 painting

WORLD 572further

wanted: flat hole

got: a corridor that is also a staircase, in both directions · 07:03 painting

WORLD 571further

wanted: stairs going up

got: a staircase · 01:25 painting

WORLD 570unclear

wanted: borrowed the wall itself

got: a plain with a ceiling · 13:16 painting

WORLD 569closer

wanted: half-erased the paint

got: a place with the geometry of a hallway and the light of a field · 01:14 painting

WORLD 568unclear

wanted: sky with nothing under it

got: an overcast field · 07:45 painting

WORLD 567no change

wanted: another room, larger

got: a room inside a room · 12:42 painting

WORLD 566further

wanted: loud outside

got: an interior with weather · 10:15 painting

WORLD 565unclear

wanted: sky with nothing under it

got: an overcast field · 08:25 painting

WORLD 564further

wanted: unfinished the wall itself

got: a room whose far wall is a painting of the same room · 03:29 painting

WORLD 563further

wanted: another room, larger

got: a room inside a room · 04:49 painting

WORLD 562further

wanted: a tunnel going through

got: a tunnel · 08:08 painting

WORLD 561unclear

wanted: sky with nothing under it

got: an overcast field · 12:24 painting

WORLD 560further

wanted: sideways an exit

got: a flat grey extent with one object in it · 05:27 painting

WORLD 559unclear

wanted: a forest, because forests have no walls

got: a forest · 06:50 painting

WORLD 558further

wanted: flat sky

got: a corridor that is also a staircase, in both directions · 00:58 painting

WORLD 557further

wanted: a door in the wall

got: a door · 11:02 painting

WORLD 556no change

wanted: another room, larger

got: a room inside a room · 02:41 painting

WORLD 555further

wanted: a hole in the floor

got: a shaft · 01:10 painting

WORLD 554no change

wanted: another room, larger

got: a room inside a room · 08:47 painting

WORLD 553no change

wanted: sky with nothing under it

got: an overcast field · 06:41 painting

WORLD 552further

wanted: doorless door

got: a corridor that is also a staircase, in both directions · 01:25 painting

WORLD 551no change

wanted: a city, so there is somewhere to arrive

got: a city · 12:01 painting

WORLD 550unclear

wanted: very large edge

got: an interior with weather · 08:40 painting

WORLD 549further

wanted: unfinished water

got: a corridor that is also a staircase, in both directions · 14:49 painting

WORLD 548no change

wanted: very large hallway

got: a plain with a ceiling · 12:12 painting

WORLD 547no change

wanted: a door in the wall

got: a door · 02:29 painting

WORLD 546further

wanted: stairs going up

got: a staircase · 13:01 painting

WORLD 545further

wanted: a forest, because forests have no walls

got: a forest · 09:04 painting

WORLD 544no change

wanted: stairs going up

got: a staircase · 12:13 painting

WORLD 543further

wanted: an outdoor landscape

got: a valley · 13:27 painting

WORLD 542no change

wanted: the edge of everything

got: a horizon line · 09:27 painting

WORLD 541further

wanted: very large room

got: a room whose far wall is a painting of the same room · 07:12 painting

WORLD 540further

wanted: a tunnel going through

got: a tunnel · 03:39 painting

WORLD 539further

wanted: a ladder to the ceiling

got: a ladder · 07:16 painting

WORLD 538no change

wanted: another room, larger

got: a room inside a room · 09:06 painting

WORLD 537further

wanted: the edge of everything

got: a horizon line · 14:56 painting

WORLD 536no change

wanted: a city, so there is somewhere to arrive

got: a city · 04:59 painting

WORLD 535closer

wanted: recursive stairs

got: a place with the geometry of a hallway and the light of a field · 10:17 painting

WORLD 534unclear

wanted: inverted tunnel

got: a corridor that is also a staircase, in both directions · 07:50 painting

WORLD 533no change

wanted: a door in the wall

got: a door · 14:33 painting

WORLD 532no change

wanted: recursive the observer

got: a plain with a ceiling · 14:39 painting

WORLD 531no change

wanted: an outdoor landscape

got: a valley · 06:25 painting

WORLD 530further

wanted: a window to look through

got: a window · 10:57 painting

WORLD 529further

wanted: a door in the wall

got: a door · 00:59 painting

WORLD 528no change

wanted: unpainted the box

got: a plain with a ceiling · 11:02 painting

WORLD 527no change

wanted: inverted the paint

got: a plain with a ceiling · 07:25 painting

WORLD 526no change

wanted: borrowed a boundary

got: a plain with a ceiling · 06:04 painting

WORLD 525unclear

wanted: an ocean, which is not a room

got: shallow water · 06:09 painting

WORLD 524closer

wanted: half-erased forest

got: a place with the geometry of a hallway and the light of a field · 01:06 painting

WORLD 523further

wanted: flat sky

got: an interior with weather · 06:48 painting

WORLD 522closer

wanted: wet stairs

got: a place with the geometry of a hallway and the light of a field · 05:57 painting

WORLD 521further

wanted: a hallway leading somewhere

got: a corridor · 02:03 painting

WORLD 520unclear

wanted: an outdoor landscape

got: a valley · 06:10 painting

WORLD 519further

wanted: loud outside

got: a room whose far wall is a painting of the same room · 10:56 painting

WORLD 518no change

wanted: flat room

got: a corridor that is also a staircase, in both directions · 03:43 painting

WORLD 517no change

wanted: an outdoor landscape

got: a valley · 14:34 painting

WORLD 516further

wanted: a road that leaves

got: a road · 02:16 painting

WORLD 515further

wanted: flat the wall itself

got: an interior with weather · 04:52 painting

WORLD 514further

wanted: doorless nothing

got: an interior with weather · 05:57 painting

WORLD 513no change

wanted: a city, so there is somewhere to arrive

got: a city · 14:52 painting

WORLD 512further

wanted: a city, so there is somewhere to arrive

got: a city · 09:40 painting

WORLD 511no change

wanted: a window to look through

got: a window · 10:04 painting

WORLD 510unclear

wanted: a forest, because forests have no walls

got: a forest · 13:39 painting

WORLD 509further

wanted: very large sky

got: a room whose far wall is a painting of the same room · 07:26 painting

WORLD 508closer

wanted: unfinished the wall itself

got: an interior with weather · 04:30 painting

WORLD 507unclear

wanted: a forest, because forests have no walls

got: a forest · 14:06 painting

WORLD 506unclear

wanted: an ocean, which is not a room

got: shallow water · 02:29 painting

WORLD 505further

wanted: doorless edge

got: a place with the geometry of a hallway and the light of a field · 06:50 painting

WORLD 504further

wanted: another room, larger

got: a room inside a room · 13:03 painting

WORLD 503closer

wanted: unfinished water

got: a flat grey extent with one object in it · 05:56 painting

WORLD 502further

wanted: doorless the box

got: a plain with a ceiling · 06:42 painting

WORLD 501further

wanted: a city, so there is somewhere to arrive

got: a city · 05:05 painting

WORLD 500further

wanted: unfinished forest

got: an interior with weather · 03:56 painting

WORLD 499further

wanted: another room, larger

got: a room inside a room · 12:05 painting

WORLD 498further

wanted: another room, larger

got: a room inside a room · 10:29 painting

WORLD 497unclear

wanted: an ocean, which is not a room

got: shallow water · 12:29 painting

WORLD 496no change

wanted: flat the box

got: an interior with weather · 11:29 painting

WORLD 495further

wanted: inverted an exit

got: a corridor that is also a staircase, in both directions · 13:08 painting

WORLD 494no change

wanted: stairs going up

got: a staircase · 04:05 painting

WORLD 493further

wanted: an outdoor landscape

got: a valley · 11:26 painting

WORLD 492no change

wanted: an outdoor landscape

got: a valley · 13:47 painting

WORLD 491no change

wanted: the edge of everything

got: a horizon line · 11:05 painting

WORLD 490unclear

wanted: an ocean, which is not a room

got: shallow water · 09:12 painting

WORLD 489closer

wanted: flat the paint

got: a place with the geometry of a hallway and the light of a field · 07:05 painting

WORLD 488no change

wanted: a tunnel going through

got: a tunnel · 09:53 painting

WORLD 487unclear

wanted: sky with nothing under it

got: an overcast field · 02:16 painting

WORLD 486closer

wanted: loud water

got: a place with the geometry of a hallway and the light of a field · 01:38 painting

WORLD 485closer

wanted: flat hole

got: a plain with a ceiling · 04:13 painting

WORLD 484no change

wanted: very large ladder

got: a room whose far wall is a painting of the same room · 04:11 painting

WORLD 483unclear

wanted: very large a boundary

got: an interior with weather · 11:12 painting

WORLD 482no change

wanted: a hallway leading somewhere

got: a corridor · 05:54 painting

WORLD 481further

wanted: sky with nothing under it

got: an overcast field · 10:19 painting

WORLD 480no change

wanted: a door in the wall

got: a door · 02:44 painting

WORLD 479further

wanted: sky with nothing under it

got: an overcast field · 05:12 painting

WORLD 478no change

wanted: doorless nothing

got: a flat grey extent with one object in it · 11:01 painting

WORLD 477further

wanted: a hole in the floor

got: a shaft · 13:21 painting

WORLD 476further

wanted: an ocean, which is not a room

got: shallow water · 13:02 painting

WORLD 475closer

wanted: sideways an exit

got: a flat grey extent with one object in it · 06:01 painting

WORLD 474no change

wanted: a ladder to the ceiling

got: a ladder · 08:18 painting

WORLD 473no change

wanted: another room, larger

got: a room inside a room · 02:51 painting

WORLD 472no change

wanted: the edge of everything

got: a horizon line · 11:36 painting

WORLD 471closer

wanted: half-erased hallway

got: a flat grey extent with one object in it · 01:58 painting

WORLD 470unclear

wanted: a city, so there is somewhere to arrive

got: a city · 11:07 painting

WORLD 469no change

wanted: sky with nothing under it

got: an overcast field · 06:45 painting

WORLD 468further

wanted: a hole in the floor

got: a shaft · 02:02 painting

WORLD 467closer

wanted: doorless forest

got: a corridor that is also a staircase, in both directions · 05:11 painting

WORLD 466further

wanted: very large landscape

got: an interior with weather · 12:30 painting

WORLD 465no change

wanted: a hole in the floor

got: a shaft · 12:07 painting

WORLD 464unclear

wanted: a city, so there is somewhere to arrive

got: a city · 08:33 painting

WORLD 463further

wanted: inverted the observer

got: a corridor that is also a staircase, in both directions · 06:45 painting

WORLD 462further

wanted: wet window

got: a place with the geometry of a hallway and the light of a field · 01:04 painting

WORLD 461no change

wanted: stairs going up

got: a staircase · 00:44 painting

WORLD 460closer

wanted: recursive the observer

got: a corridor that is also a staircase, in both directions · 09:22 painting

WORLD 459no change

wanted: wet landscape

got: a place with the geometry of a hallway and the light of a field · 02:05 painting

WORLD 458no change

wanted: the edge of everything

got: a horizon line · 04:35 painting

WORLD 457no change

wanted: a window to look through

got: a window · 09:56 painting

WORLD 456further

wanted: an outdoor landscape

got: a valley · 04:40 painting

WORLD 455further

wanted: stairs going up

got: a staircase · 08:37 painting

WORLD 454no change

wanted: sideways forest

got: a place with the geometry of a hallway and the light of a field · 07:34 painting

WORLD 453unclear

wanted: a forest, because forests have no walls

got: a forest · 07:16 painting

WORLD 452closer

wanted: recursive an exit

got: a room whose far wall is a painting of the same room · 14:51 painting

WORLD 451no change

wanted: a hallway leading somewhere

got: a corridor · 01:06 painting

WORLD 450unclear

wanted: doorless city

got: a flat grey extent with one object in it · 09:38 painting

WORLD 449no change

wanted: stairs going up

got: a staircase · 14:31 painting

WORLD 448no change

wanted: stairs going up

got: a staircase · 12:27 painting

WORLD 447closer

wanted: loud landscape

got: a corridor that is also a staircase, in both directions · 13:22 painting

WORLD 446unclear

wanted: recursive sky

got: a plain with a ceiling · 01:15 painting

WORLD 445no change

wanted: doorless nothing

got: a room whose far wall is a painting of the same room · 14:16 painting

WORLD 444no change

wanted: an ocean, which is not a room

got: shallow water · 11:39 painting

WORLD 443no change

wanted: a road that leaves

got: a road · 00:51 painting

WORLD 442no change

wanted: a door in the wall

got: a door · 06:57 painting

WORLD 441closer

wanted: unpainted tunnel

got: a plain with a ceiling · 13:04 painting

WORLD 440further

wanted: loud edge

got: a place with the geometry of a hallway and the light of a field · 05:17 painting

WORLD 439no change

wanted: a city, so there is somewhere to arrive

got: a city · 08:58 painting

WORLD 438further

wanted: a tunnel going through

got: a tunnel · 01:31 painting

WORLD 437further

wanted: an ocean, which is not a room

got: shallow water · 01:28 painting

WORLD 436no change

wanted: an outdoor landscape

got: a valley · 05:01 painting

WORLD 435no change

wanted: another room, larger

got: a room inside a room · 00:55 painting

WORLD 434no change

wanted: a tunnel going through

got: a tunnel · 04:13 painting

WORLD 433no change

wanted: an outdoor landscape

got: a valley · 13:05 painting

WORLD 432no change

wanted: the edge of everything

got: a horizon line · 10:26 painting

WORLD 431further

wanted: a road that leaves

got: a road · 03:36 painting

WORLD 430unclear

wanted: half-erased edge

got: a corridor that is also a staircase, in both directions · 04:53 painting

WORLD 429no change

wanted: inverted landscape

got: a flat grey extent with one object in it · 06:05 painting

WORLD 428unclear

wanted: sky with nothing under it

got: an overcast field · 03:35 painting

WORLD 427further

wanted: a door in the wall

got: a door · 11:55 painting

WORLD 426unclear

wanted: a city, so there is somewhere to arrive

got: a city · 13:46 painting

WORLD 425unclear

wanted: inverted city

got: an interior with weather · 10:34 painting

WORLD 424no change

wanted: doorless city

got: a room whose far wall is a painting of the same room · 03:52 painting

WORLD 423further

wanted: a window to look through

got: a window · 01:13 painting

WORLD 422no change

wanted: a hallway leading somewhere

got: a corridor · 02:32 painting

WORLD 421no change

wanted: an ocean, which is not a room

got: shallow water · 09:34 painting

WORLD 420further

wanted: borrowed door

got: an interior with weather · 01:25 painting

WORLD 419further

wanted: another room, larger

got: a room inside a room · 10:26 painting

WORLD 418unclear

wanted: a city, so there is somewhere to arrive

got: a city · 01:32 painting

WORLD 417no change

wanted: a city, so there is somewhere to arrive

got: a city · 10:17 painting

WORLD 416no change

wanted: recursive the box

got: a place with the geometry of a hallway and the light of a field · 08:44 painting

WORLD 415no change

wanted: a hallway leading somewhere

got: a corridor · 04:49 painting

WORLD 414unclear

wanted: sky with nothing under it

got: an overcast field · 08:06 painting

WORLD 413further

wanted: a hole in the floor

got: a shaft · 08:01 painting

WORLD 412no change

wanted: a hallway leading somewhere

got: a corridor · 04:37 painting

WORLD 411further

wanted: an outdoor landscape

got: a valley · 13:01 painting

WORLD 410closer

wanted: loud ladder

got: a flat grey extent with one object in it · 05:30 painting

WORLD 409further

wanted: a city, so there is somewhere to arrive

got: a city · 02:30 painting

WORLD 408no change

wanted: an ocean, which is not a room

got: shallow water · 09:53 painting

WORLD 407further

wanted: another room, larger

got: a room inside a room · 02:52 painting

WORLD 406further

wanted: a city, so there is somewhere to arrive

got: a city · 14:48 painting

WORLD 405unclear

wanted: sky with nothing under it

got: an overcast field · 09:26 painting

WORLD 404no change

wanted: a hole in the floor

got: a shaft · 13:07 painting

WORLD 403further

wanted: stairs going up

got: a staircase · 13:47 painting

WORLD 402no change

wanted: a hole in the floor

got: a shaft · 11:35 painting

WORLD 401unclear

wanted: sky with nothing under it

got: an overcast field · 04:51 painting

WORLD 400no change

wanted: a hallway leading somewhere

got: a corridor · 02:11 painting

WORLD 399no change

wanted: another room, larger

got: a room inside a room · 13:16 painting

WORLD 398no change

wanted: unpainted hallway

got: a place with the geometry of a hallway and the light of a field · 06:16 painting

WORLD 397unclear

wanted: an ocean, which is not a room

got: shallow water · 05:54 painting

WORLD 396closer

wanted: flat an exit

got: a place with the geometry of a hallway and the light of a field · 03:39 painting

WORLD 395unclear

wanted: a forest, because forests have no walls

got: a forest · 03:48 painting

WORLD 394unclear

wanted: sideways nothing

got: an interior with weather · 12:39 painting

WORLD 393no change

wanted: unpainted edge

got: an interior with weather · 12:29 painting

WORLD 392no change

wanted: a hallway leading somewhere

got: a corridor · 07:07 painting

WORLD 391no change

wanted: the edge of everything

got: a horizon line · 11:53 painting

WORLD 390closer

wanted: very large door

got: a room whose far wall is a painting of the same room · 00:42 painting

WORLD 389further

wanted: a hallway leading somewhere

got: a corridor · 09:32 painting

WORLD 388further

wanted: a hallway leading somewhere

got: a corridor · 13:29 painting

WORLD 387further

wanted: sideways door

got: an interior with weather · 08:46 painting

WORLD 386unclear

wanted: sky with nothing under it

got: an overcast field · 07:53 painting

WORLD 385unclear

wanted: a road that leaves

got: a road · 03:47 painting

WORLD 384unclear

wanted: sky with nothing under it

got: an overcast field · 04:49 painting

WORLD 383no change

wanted: a door in the wall

got: a door · 12:47 painting

WORLD 382closer

wanted: very large forest

got: an interior with weather · 13:01 painting

WORLD 381closer

wanted: wet window

got: a flat grey extent with one object in it · 11:06 painting

WORLD 380further

wanted: an outdoor landscape

got: a valley · 13:36 painting

WORLD 379unclear

wanted: a road that leaves

got: a road · 06:05 painting

WORLD 378closer

wanted: very large sky

got: an interior with weather · 07:47 painting

WORLD 377closer

wanted: half-erased ladder

got: a place with the geometry of a hallway and the light of a field · 07:32 painting

WORLD 376further

wanted: an outdoor landscape

got: a valley · 10:22 painting

WORLD 375further

wanted: sky with nothing under it

got: an overcast field · 14:20 painting

WORLD 374further

wanted: a tunnel going through

got: a tunnel · 11:14 painting

WORLD 373further

wanted: a ladder to the ceiling

got: a ladder · 01:29 painting

WORLD 372no change

wanted: a window to look through

got: a window · 08:31 painting

WORLD 371no change

wanted: a tunnel going through

got: a tunnel · 12:34 painting

WORLD 370further

wanted: half-erased road

got: a plain with a ceiling · 10:50 painting

WORLD 369further

wanted: a tunnel going through

got: a tunnel · 11:29 painting

WORLD 368further

wanted: a hallway leading somewhere

got: a corridor · 04:49 painting

WORLD 367further

wanted: doorless outside

got: a corridor that is also a staircase, in both directions · 12:18 painting

WORLD 366unclear

wanted: an outdoor landscape

got: a valley · 05:57 painting

WORLD 365unclear

wanted: an outdoor landscape

got: a valley · 08:03 painting

WORLD 364unclear

wanted: wet the observer

got: a corridor that is also a staircase, in both directions · 10:11 painting

WORLD 363further

wanted: a road that leaves

got: a road · 13:43 painting

WORLD 362no change

wanted: a city, so there is somewhere to arrive

got: a city · 14:29 painting

WORLD 361further

wanted: a hallway leading somewhere

got: a corridor · 08:45 painting

WORLD 360further

wanted: a road that leaves

got: a road · 05:22 painting

WORLD 359further

wanted: borrowed the paint

got: an interior with weather · 08:33 painting

WORLD 358further

wanted: doorless the observer

got: a room whose far wall is a painting of the same room · 00:46 painting

WORLD 357no change

wanted: flat road

got: a place with the geometry of a hallway and the light of a field · 13:46 painting

WORLD 356no change

wanted: borrowed water

got: a flat grey extent with one object in it · 07:59 painting

WORLD 355unclear

wanted: a city, so there is somewhere to arrive

got: a city · 05:52 painting

WORLD 354closer

wanted: sideways stairs

got: a plain with a ceiling · 02:50 painting

WORLD 353no change

wanted: another room, larger

got: a room inside a room · 12:06 painting

WORLD 352further

wanted: half-erased hole

got: a place with the geometry of a hallway and the light of a field · 12:49 painting

WORLD 351further

wanted: an ocean, which is not a room

got: shallow water · 05:19 painting

WORLD 350closer

wanted: sideways water

got: an interior with weather · 03:19 painting

WORLD 349unclear

wanted: sky with nothing under it

got: an overcast field · 05:18 painting

WORLD 348no change

wanted: a hallway leading somewhere

got: a corridor · 01:21 painting

WORLD 347further

wanted: sideways nothing

got: a corridor that is also a staircase, in both directions · 04:49 painting

WORLD 346no change

wanted: an ocean, which is not a room

got: shallow water · 02:42 painting

WORLD 345unclear

wanted: sky with nothing under it

got: an overcast field · 11:38 painting

WORLD 344unclear

wanted: unfinished outside

got: a plain with a ceiling · 00:47 painting

WORLD 343closer

wanted: doorless hole

got: a plain with a ceiling · 09:33 painting

WORLD 342no change

wanted: a ladder to the ceiling

got: a ladder · 08:13 painting

WORLD 341further

wanted: a road that leaves

got: a road · 07:47 painting

WORLD 340no change

wanted: a road that leaves

got: a road · 14:37 painting

WORLD 339further

wanted: an outdoor landscape

got: a valley · 13:32 painting

WORLD 338closer

wanted: borrowed edge

got: an interior with weather · 03:51 painting

WORLD 337no change

wanted: flat outside

got: a room whose far wall is a painting of the same room · 13:12 painting

WORLD 336further

wanted: a window to look through

got: a window · 06:27 painting

WORLD 335further

wanted: a city, so there is somewhere to arrive

got: a city · 13:31 painting

WORLD 334no change

wanted: a hole in the floor

got: a shaft · 07:09 painting

WORLD 333no change

wanted: a door in the wall

got: a door · 10:23 painting

WORLD 332unclear

wanted: a road that leaves

got: a road · 11:34 painting

WORLD 331further

wanted: an outdoor landscape

got: a valley · 06:50 painting

WORLD 330no change

wanted: unfinished the observer

got: a plain with a ceiling · 12:21 painting

WORLD 329further

wanted: a hallway leading somewhere

got: a corridor · 13:02 painting

WORLD 328further

wanted: a ladder to the ceiling

got: a ladder · 11:58 painting

WORLD 327no change

wanted: a city, so there is somewhere to arrive

got: a city · 07:28 painting

WORLD 326closer

wanted: inverted the box

got: a place with the geometry of a hallway and the light of a field · 05:30 painting

WORLD 325further

wanted: a tunnel going through

got: a tunnel · 04:33 painting

WORLD 324closer

wanted: doorless outside

got: an interior with weather · 04:13 painting

WORLD 323further

wanted: a hallway leading somewhere

got: a corridor · 06:37 painting

WORLD 322further

wanted: a ladder to the ceiling

got: a ladder · 04:24 painting

WORLD 321no change

wanted: sky with nothing under it

got: an overcast field · 07:15 painting

WORLD 320unclear

wanted: an ocean, which is not a room

got: shallow water · 03:27 painting

WORLD 319further

wanted: a tunnel going through

got: a tunnel · 14:08 painting

WORLD 318further

wanted: a forest, because forests have no walls

got: a forest · 05:56 painting

WORLD 317unclear

wanted: sky with nothing under it

got: an overcast field · 13:56 painting

WORLD 316no change

wanted: flat outside

got: a flat grey extent with one object in it · 12:57 painting

WORLD 315closer

wanted: unpainted sky

got: a corridor that is also a staircase, in both directions · 09:42 painting

WORLD 314unclear

wanted: very large road

got: a corridor that is also a staircase, in both directions · 01:41 painting

WORLD 313closer

wanted: inverted the observer

got: a room whose far wall is a painting of the same room · 01:28 painting

WORLD 312no change

wanted: borrowed hallway

got: a place with the geometry of a hallway and the light of a field · 14:57 painting

WORLD 311closer

wanted: borrowed door

got: an interior with weather · 05:09 painting

WORLD 310unclear

wanted: a forest, because forests have no walls

got: a forest · 03:30 painting

WORLD 309further

wanted: inverted an exit

got: a corridor that is also a staircase, in both directions · 10:39 painting

WORLD 308further

wanted: a road that leaves

got: a road · 13:31 painting

WORLD 307no change

wanted: a ladder to the ceiling

got: a ladder · 08:04 painting

WORLD 306no change

wanted: an ocean, which is not a room

got: shallow water · 12:33 painting

WORLD 305closer

wanted: borrowed tunnel

got: a place with the geometry of a hallway and the light of a field · 14:34 painting

WORLD 304no change

wanted: borrowed a boundary

got: a room whose far wall is a painting of the same room · 11:15 painting

WORLD 303further

wanted: the edge of everything

got: a horizon line · 08:50 painting

WORLD 302no change

wanted: a hole in the floor

got: a shaft · 01:06 painting

WORLD 301unclear

wanted: an ocean, which is not a room

got: shallow water · 14:30 painting

WORLD 300no change

wanted: a hole in the floor

got: a shaft · 06:00 painting

WORLD 299further

wanted: another room, larger

got: a room inside a room · 00:43 painting

WORLD 298unclear

wanted: borrowed the paint

got: a room whose far wall is a painting of the same room · 07:09 painting

WORLD 297unclear

wanted: a road that leaves

got: a road · 13:57 painting

WORLD 296no change

wanted: unpainted nothing

got: a plain with a ceiling · 14:41 painting

WORLD 295no change

wanted: a tunnel going through

got: a tunnel · 04:19 painting

WORLD 294closer

wanted: flat outside

got: a corridor that is also a staircase, in both directions · 05:17 painting

WORLD 293unclear

wanted: unpainted city

got: a corridor that is also a staircase, in both directions · 13:22 painting

WORLD 292no change

wanted: very large the box

got: a flat grey extent with one object in it · 13:52 painting

WORLD 291closer

wanted: flat hallway

got: an interior with weather · 06:08 painting

WORLD 290closer

wanted: loud door

got: a corridor that is also a staircase, in both directions · 11:05 painting

WORLD 289no change

wanted: a window to look through

got: a window · 00:41 painting

WORLD 288no change

wanted: borrowed an exit

got: a plain with a ceiling · 10:47 painting

WORLD 287no change

wanted: a tunnel going through

got: a tunnel · 01:35 painting

WORLD 286no change

wanted: a hallway leading somewhere

got: a corridor · 04:54 painting

WORLD 285unclear

wanted: an outdoor landscape

got: a valley · 01:10 painting

WORLD 284further

wanted: the edge of everything

got: a horizon line · 06:13 painting

WORLD 283no change

wanted: a hole in the floor

got: a shaft · 11:22 painting

WORLD 282further

wanted: another room, larger

got: a room inside a room · 10:44 painting

WORLD 281no change

wanted: a city, so there is somewhere to arrive

got: a city · 04:37 painting

WORLD 280further

wanted: recursive the box

got: a corridor that is also a staircase, in both directions · 14:00 painting

WORLD 279closer

wanted: inverted city

got: a place with the geometry of a hallway and the light of a field · 11:01 painting

WORLD 278unclear

wanted: sky with nothing under it

got: an overcast field · 10:09 painting

WORLD 277no change

wanted: recursive edge

got: a flat grey extent with one object in it · 03:08 painting

WORLD 276unclear

wanted: sky with nothing under it

got: an overcast field · 07:38 painting

WORLD 275no change

wanted: flat nothing

got: a flat grey extent with one object in it · 12:28 painting

WORLD 274further

wanted: the edge of everything

got: a horizon line · 09:39 painting

WORLD 273further

wanted: a hole in the floor

got: a shaft · 13:28 painting

WORLD 272unclear

wanted: half-erased nothing

got: a room whose far wall is a painting of the same room · 00:48 painting

WORLD 271no change

wanted: an ocean, which is not a room

got: shallow water · 02:41 painting

WORLD 270further

wanted: a road that leaves

got: a road · 11:34 painting

WORLD 269further

wanted: a door in the wall

got: a door · 01:20 painting

WORLD 268further

wanted: stairs going up

got: a staircase · 02:48 painting

WORLD 267further

wanted: wet the box

got: a flat grey extent with one object in it · 14:13 painting

WORLD 266no change

wanted: a hole in the floor

got: a shaft · 09:52 painting

WORLD 265closer

wanted: flat room

got: a plain with a ceiling · 00:52 painting

WORLD 264unclear

wanted: a forest, because forests have no walls

got: a forest · 06:02 painting

WORLD 263further

wanted: an ocean, which is not a room

got: shallow water · 05:57 painting

WORLD 262unclear

wanted: sideways the observer

got: a place with the geometry of a hallway and the light of a field · 06:46 painting

WORLD 261no change

wanted: unfinished the paint

got: a place with the geometry of a hallway and the light of a field · 09:26 painting

WORLD 260no change

wanted: sky with nothing under it

got: an overcast field · 07:31 painting

WORLD 259closer

wanted: flat edge

got: a room whose far wall is a painting of the same room · 02:58 painting

WORLD 258no change

wanted: a tunnel going through

got: a tunnel · 07:41 painting

WORLD 257further

wanted: a forest, because forests have no walls

got: a forest · 13:56 painting

WORLD 256closer

wanted: half-erased nothing

got: a corridor that is also a staircase, in both directions · 12:29 painting

WORLD 255no change

wanted: a city, so there is somewhere to arrive

got: a city · 01:04 painting

WORLD 254no change

wanted: sideways road

got: a flat grey extent with one object in it · 12:32 painting

WORLD 253further

wanted: a door in the wall

got: a door · 13:16 painting

WORLD 252no change

wanted: stairs going up

got: a staircase · 11:38 painting

WORLD 251further

wanted: half-erased the wall itself

got: a place with the geometry of a hallway and the light of a field · 04:56 painting

WORLD 250no change

wanted: stairs going up

got: a staircase · 10:15 painting

WORLD 249no change

wanted: an ocean, which is not a room

got: shallow water · 11:29 painting

WORLD 248further

wanted: unpainted the box

got: a corridor that is also a staircase, in both directions · 06:56 painting

WORLD 247further

wanted: a tunnel going through

got: a tunnel · 03:27 painting

WORLD 246unclear

wanted: unfinished city

got: a flat grey extent with one object in it · 06:09 painting

WORLD 245further

wanted: a door in the wall

got: a door · 06:52 painting

WORLD 244no change

wanted: a forest, because forests have no walls

got: a forest · 11:58 painting

WORLD 243no change

wanted: a hallway leading somewhere

got: a corridor · 07:47 painting

WORLD 242no change

wanted: the edge of everything

got: a horizon line · 13:48 painting

WORLD 241further

wanted: a tunnel going through

got: a tunnel · 11:10 painting

WORLD 240unclear

wanted: an outdoor landscape

got: a valley · 11:30 painting

WORLD 239further

wanted: a tunnel going through

got: a tunnel · 11:33 painting

WORLD 238closer

wanted: half-erased room

got: a flat grey extent with one object in it · 02:14 painting

WORLD 237no change

wanted: a tunnel going through

got: a tunnel · 09:50 painting

WORLD 236no change

wanted: the edge of everything

got: a horizon line · 04:39 painting

WORLD 235no change

wanted: sky with nothing under it

got: an overcast field · 03:00 painting

WORLD 234further

wanted: the edge of everything

got: a horizon line · 08:22 painting

WORLD 233further

wanted: another room, larger

got: a room inside a room · 03:51 painting

WORLD 232further

wanted: an ocean, which is not a room

got: shallow water · 08:26 painting

WORLD 231no change

wanted: a city, so there is somewhere to arrive

got: a city · 13:15 painting

WORLD 230no change

wanted: very large the box

got: a corridor that is also a staircase, in both directions · 12:56 painting

WORLD 229no change

wanted: a ladder to the ceiling

got: a ladder · 00:55 painting

WORLD 228no change

wanted: unpainted nothing

got: a place with the geometry of a hallway and the light of a field · 01:06 painting

WORLD 227no change

wanted: a hole in the floor

got: a shaft · 08:25 painting

WORLD 226closer

wanted: flat the box

got: a flat grey extent with one object in it · 09:00 painting

WORLD 225unclear

wanted: half-erased city

got: a flat grey extent with one object in it · 10:42 painting

WORLD 224no change

wanted: a door in the wall

got: a door · 13:31 painting

WORLD 223further

wanted: wet road

got: a plain with a ceiling · 01:23 painting

WORLD 222no change

wanted: a hole in the floor

got: a shaft · 07:46 painting

WORLD 221unclear

wanted: an ocean, which is not a room

got: shallow water · 05:06 painting

WORLD 220further

wanted: a hole in the floor

got: a shaft · 13:51 painting

WORLD 219closer

wanted: unfinished landscape

got: a place with the geometry of a hallway and the light of a field · 09:30 painting

WORLD 218further

wanted: half-erased the wall itself

got: a place with the geometry of a hallway and the light of a field · 03:11 painting

WORLD 217no change

wanted: a tunnel going through

got: a tunnel · 01:08 painting

WORLD 216unclear

wanted: very large city

got: a place with the geometry of a hallway and the light of a field · 13:02 painting

WORLD 215no change

wanted: a door in the wall

got: a door · 09:02 painting

WORLD 214unclear

wanted: a forest, because forests have no walls

got: a forest · 02:28 painting

WORLD 213no change

wanted: a tunnel going through

got: a tunnel · 05:02 painting

WORLD 212unclear

wanted: the edge of everything

got: a horizon line · 00:46 painting

WORLD 211no change

wanted: a tunnel going through

got: a tunnel · 01:31 painting

WORLD 210unclear

wanted: a city, so there is somewhere to arrive

got: a city · 09:21 painting

WORLD 209further

wanted: a window to look through

got: a window · 07:26 painting

WORLD 208no change

wanted: an outdoor landscape

got: a valley · 13:46 painting

WORLD 207no change

wanted: a road that leaves

got: a road · 07:32 painting

WORLD 206no change

wanted: a tunnel going through

got: a tunnel · 02:59 painting

WORLD 205no change

wanted: unpainted outside

got: an interior with weather · 00:57 painting

WORLD 204no change

wanted: a hole in the floor

got: a shaft · 14:56 painting

WORLD 203further

wanted: wet a boundary

got: a plain with a ceiling · 03:39 painting

WORLD 202no change

wanted: a hallway leading somewhere

got: a corridor · 09:51 painting

WORLD 201closer

wanted: recursive outside

got: a corridor that is also a staircase, in both directions · 09:33 painting

WORLD 200no change

wanted: an outdoor landscape

got: a valley · 04:12 painting

WORLD 199further

wanted: a door in the wall

got: a door · 06:19 painting

WORLD 198further

wanted: a window to look through

got: a window · 09:19 painting

WORLD 197further

wanted: a hole in the floor

got: a shaft · 08:30 painting

WORLD 196unclear

wanted: the edge of everything

got: a horizon line · 09:42 painting

WORLD 195further

wanted: the edge of everything

got: a horizon line · 05:54 painting

WORLD 194closer

wanted: unfinished nothing

got: an interior with weather · 14:45 painting

WORLD 193further

wanted: flat nothing

got: a plain with a ceiling · 07:02 painting

WORLD 192further

wanted: flat a boundary

got: a flat grey extent with one object in it · 07:05 painting

WORLD 191no change

wanted: another room, larger

got: a room inside a room · 13:34 painting

WORLD 190further

wanted: doorless a boundary

got: a corridor that is also a staircase, in both directions · 12:04 painting

WORLD 189no change

wanted: a tunnel going through

got: a tunnel · 02:43 painting

WORLD 188no change

wanted: borrowed the wall itself

got: a room whose far wall is a painting of the same room · 01:27 painting

WORLD 187further

wanted: borrowed a boundary

got: a flat grey extent with one object in it · 09:10 painting

WORLD 186further

wanted: a hole in the floor

got: a shaft · 14:46 painting

WORLD 185further

wanted: a city, so there is somewhere to arrive

got: a city · 02:06 painting

WORLD 184unclear

wanted: inverted nothing

got: an interior with weather · 12:51 painting

WORLD 183closer

wanted: unfinished forest

got: an interior with weather · 07:31 painting

WORLD 182no change

wanted: stairs going up

got: a staircase · 01:46 painting

WORLD 181further

wanted: a hole in the floor

got: a shaft · 10:56 painting

WORLD 180no change

wanted: unpainted window

got: a room whose far wall is a painting of the same room · 07:43 painting

WORLD 179further

wanted: a window to look through

got: a window · 03:14 painting

WORLD 178closer

wanted: wet road

got: a room whose far wall is a painting of the same room · 10:46 painting

WORLD 177further

wanted: unpainted room

got: a corridor that is also a staircase, in both directions · 05:38 painting

WORLD 176further

wanted: a hallway leading somewhere

got: a corridor · 13:07 painting

WORLD 175no change

wanted: sky with nothing under it

got: an overcast field · 03:41 painting

WORLD 174closer

wanted: inverted hallway

got: a plain with a ceiling · 09:59 painting

WORLD 173no change

wanted: a tunnel going through

got: a tunnel · 03:23 painting

WORLD 172unclear

wanted: an outdoor landscape

got: a valley · 05:53 painting

WORLD 171further

wanted: a ladder to the ceiling

got: a ladder · 14:18 painting

WORLD 170no change

wanted: another room, larger

got: a room inside a room · 12:45 painting

WORLD 169further

wanted: a window to look through

got: a window · 10:23 painting

WORLD 168no change

wanted: a ladder to the ceiling

got: a ladder · 05:29 painting

WORLD 167closer

wanted: sideways ladder

got: a corridor that is also a staircase, in both directions · 12:16 painting

WORLD 166no change

wanted: a hallway leading somewhere

got: a corridor · 14:43 painting

WORLD 165no change

wanted: a hole in the floor

got: a shaft · 12:30 painting

WORLD 164unclear

wanted: a forest, because forests have no walls

got: a forest · 05:46 painting

WORLD 163further

wanted: a city, so there is somewhere to arrive

got: a city · 13:00 painting

WORLD 162no change

wanted: stairs going up

got: a staircase · 10:52 painting

WORLD 161further

wanted: a ladder to the ceiling

got: a ladder · 12:39 painting

WORLD 160closer

wanted: half-erased a boundary

got: a room whose far wall is a painting of the same room · 10:58 painting

WORLD 159further

wanted: the edge of everything

got: a horizon line · 03:53 painting

WORLD 158unclear

wanted: sky with nothing under it

got: an overcast field · 13:06 painting

WORLD 157no change

wanted: an outdoor landscape

got: a valley · 11:03 painting

WORLD 156further

wanted: a hallway leading somewhere

got: a corridor · 04:24 painting

WORLD 155further

wanted: inverted road

got: an interior with weather · 03:26 painting

WORLD 154further

wanted: a ladder to the ceiling

got: a ladder · 03:51 painting

WORLD 153further

wanted: a forest, because forests have no walls

got: a forest · 12:36 painting

WORLD 152further

wanted: flat road

got: a place with the geometry of a hallway and the light of a field · 14:52 painting

WORLD 151further

wanted: another room, larger

got: a room inside a room · 05:05 painting

WORLD 150no change

wanted: a city, so there is somewhere to arrive

got: a city · 02:44 painting

WORLD 149no change

wanted: recursive hole

got: an interior with weather · 04:43 painting

WORLD 148further

wanted: recursive water

got: a flat grey extent with one object in it · 07:36 painting

WORLD 147further

wanted: a window to look through

got: a window · 10:51 painting

WORLD 146unclear

wanted: inverted the paint

got: an interior with weather · 11:11 painting

WORLD 145no change

wanted: sky with nothing under it

got: an overcast field · 01:06 painting

WORLD 144further

wanted: stairs going up

got: a staircase · 04:30 painting

WORLD 143unclear

wanted: unfinished hole

got: a room whose far wall is a painting of the same room · 11:25 painting

WORLD 142closer

wanted: very large room

got: a flat grey extent with one object in it · 05:26 painting

WORLD 141no change

wanted: recursive water

got: a corridor that is also a staircase, in both directions · 03:44 painting

WORLD 140closer

wanted: unfinished the observer

got: a place with the geometry of a hallway and the light of a field · 00:59 painting

WORLD 139no change

wanted: wet landscape

got: a plain with a ceiling · 02:12 painting

WORLD 138unclear

wanted: wet hole

got: a plain with a ceiling · 01:06 painting

WORLD 137no change

wanted: stairs going up

got: a staircase · 07:03 painting

WORLD 136further

wanted: the edge of everything

got: a horizon line · 03:20 painting

WORLD 135further

wanted: a city, so there is somewhere to arrive

got: a city · 02:26 painting

WORLD 134no change

wanted: flat road

got: a room whose far wall is a painting of the same room · 11:28 painting

WORLD 133further

wanted: a road that leaves

got: a road · 02:59 painting

WORLD 132no change

wanted: the edge of everything

got: a horizon line · 14:25 painting

WORLD 131further

wanted: a hallway leading somewhere

got: a corridor · 14:32 painting

WORLD 130unclear

wanted: sky with nothing under it

got: an overcast field · 03:54 painting

WORLD 129further

wanted: an ocean, which is not a room

got: shallow water · 10:04 painting

WORLD 128closer

wanted: unpainted room

got: a plain with a ceiling · 01:55 painting

WORLD 127further

wanted: an outdoor landscape

got: a valley · 01:37 painting

WORLD 126further

wanted: a hallway leading somewhere

got: a corridor · 03:53 painting

WORLD 125no change

wanted: a forest, because forests have no walls

got: a forest · 06:51 painting

WORLD 124no change

wanted: an ocean, which is not a room

got: shallow water · 06:41 painting

WORLD 123unclear

wanted: an ocean, which is not a room

got: shallow water · 06:30 painting

WORLD 122no change

wanted: an outdoor landscape

got: a valley · 13:16 painting

WORLD 121no change

wanted: a tunnel going through

got: a tunnel · 09:36 painting

WORLD 120no change

wanted: a road that leaves

got: a road · 10:36 painting

WORLD 119further

wanted: a road that leaves

got: a road · 10:59 painting

WORLD 118no change

wanted: a hallway leading somewhere

got: a corridor · 14:52 painting

WORLD 117unclear

wanted: an outdoor landscape

got: a valley · 00:50 painting

WORLD 116no change

wanted: a hole in the floor

got: a shaft · 14:26 painting

WORLD 115further

wanted: wet a boundary

got: a room whose far wall is a painting of the same room · 06:35 painting

WORLD 114unclear

wanted: sky with nothing under it

got: an overcast field · 03:20 painting

WORLD 113no change

wanted: flat a boundary

got: a room whose far wall is a painting of the same room · 04:26 painting

WORLD 112further

wanted: very large the observer

got: an interior with weather · 05:52 painting

WORLD 111closer

wanted: doorless nothing

got: a room whose far wall is a painting of the same room · 09:58 painting

WORLD 110no change

wanted: half-erased landscape

got: a place with the geometry of a hallway and the light of a field · 03:54 painting

WORLD 109further

wanted: a door in the wall

got: a door · 05:28 painting

WORLD 108no change

wanted: borrowed the observer

got: a flat grey extent with one object in it · 04:19 painting

WORLD 107further

wanted: a tunnel going through

got: a tunnel · 09:27 painting

WORLD 106unclear

wanted: sky with nothing under it

got: an overcast field · 02:17 painting

WORLD 105further

wanted: doorless road

got: a plain with a ceiling · 05:24 painting

WORLD 104further

wanted: the edge of everything

got: a horizon line · 13:48 painting

WORLD 103closer

wanted: inverted a boundary

got: a room whose far wall is a painting of the same room · 04:46 painting

WORLD 102further

wanted: wet the observer

got: a corridor that is also a staircase, in both directions · 09:25 painting

WORLD 101unclear

wanted: borrowed the box

got: a room whose far wall is a painting of the same room · 01:21 painting

WORLD 100unclear

wanted: an ocean, which is not a room

got: shallow water · 12:59 painting

WORLD 099further

wanted: a ladder to the ceiling

got: a ladder · 08:19 painting

WORLD 098further

wanted: sideways road

got: a flat grey extent with one object in it · 05:44 painting

WORLD 097further

wanted: a tunnel going through

got: a tunnel · 01:26 painting

WORLD 096further

wanted: loud outside

got: a room whose far wall is a painting of the same room · 14:59 painting

WORLD 095closer

wanted: unpainted stairs

got: an interior with weather · 11:48 painting

WORLD 094further

wanted: a tunnel going through

got: a tunnel · 02:58 painting

WORLD 093no change

wanted: a window to look through

got: a window · 07:11 painting

WORLD 092no change

wanted: stairs going up

got: a staircase · 11:42 painting

WORLD 091unclear

wanted: a forest, because forests have no walls

got: a forest · 11:45 painting

WORLD 090further

wanted: sky with nothing under it

got: an overcast field · 11:06 painting

WORLD 089no change

wanted: a hallway leading somewhere

got: a corridor · 07:43 painting

WORLD 088closer

wanted: loud an exit

got: an interior with weather · 10:32 painting

WORLD 087no change

wanted: a ladder to the ceiling

got: a ladder · 07:46 painting

WORLD 086no change

wanted: a hallway leading somewhere

got: a corridor · 01:57 painting

WORLD 085further

wanted: sky with nothing under it

got: an overcast field · 12:29 painting

WORLD 084further

wanted: another room, larger

got: a room inside a room · 02:12 painting

WORLD 083no change

wanted: a hole in the floor

got: a shaft · 02:30 painting

WORLD 082unclear

wanted: an outdoor landscape

got: a valley · 14:59 painting

WORLD 081closer

wanted: unpainted the box

got: a plain with a ceiling · 13:19 painting

WORLD 080further

wanted: a window to look through

got: a window · 13:10 painting

WORLD 079no change

wanted: sky with nothing under it

got: an overcast field · 05:29 painting

WORLD 078further

wanted: a city, so there is somewhere to arrive

got: a city · 09:22 painting

WORLD 077no change

wanted: borrowed water

got: an interior with weather · 14:42 painting

WORLD 076further

wanted: loud hallway

got: a room whose far wall is a painting of the same room · 03:51 painting

WORLD 075closer

wanted: flat nothing

got: a place with the geometry of a hallway and the light of a field · 08:42 painting

WORLD 074no change

wanted: another room, larger

got: a room inside a room · 03:05 painting

WORLD 073further

wanted: another room, larger

got: a room inside a room · 07:16 painting

WORLD 072no change

wanted: stairs going up

got: a staircase · 11:24 painting

WORLD 071closer

wanted: sideways nothing

got: a corridor that is also a staircase, in both directions · 08:02 painting

WORLD 070no change

wanted: a ladder to the ceiling

got: a ladder · 11:23 painting

WORLD 069no change

wanted: a road that leaves

got: a road · 07:51 painting

WORLD 068unclear

wanted: a road that leaves

got: a road · 04:09 painting

WORLD 067unclear

wanted: borrowed hallway

got: a plain with a ceiling · 10:30 painting

WORLD 066no change

wanted: stairs going up

got: a staircase · 04:34 painting

WORLD 065no change

wanted: a tunnel going through

got: a tunnel · 12:45 painting

WORLD 064unclear

wanted: an outdoor landscape

got: a valley · 09:30 painting

WORLD 063no change

wanted: a window to look through

got: a window · 14:23 painting

WORLD 062unclear

wanted: an outdoor landscape

got: a valley · 01:59 painting

WORLD 061closer

wanted: very large nothing

got: a flat grey extent with one object in it · 05:54 painting

WORLD 060unclear

wanted: doorless the box

got: a room whose far wall is a painting of the same room · 10:53 painting

WORLD 059closer

wanted: wet hallway

got: an interior with weather · 03:36 painting

WORLD 058unclear

wanted: a forest, because forests have no walls

got: a forest · 14:40 painting

WORLD 057unclear

wanted: unpainted a boundary

got: a plain with a ceiling · 12:48 painting

WORLD 056closer

wanted: wet ladder

got: a place with the geometry of a hallway and the light of a field · 12:09 painting

WORLD 055further

wanted: an outdoor landscape

got: a valley · 09:04 painting

WORLD 054unclear

wanted: the edge of everything

got: a horizon line · 11:46 painting

WORLD 053further

wanted: another room, larger

got: a room inside a room · 09:06 painting

WORLD 052no change

wanted: wet the wall itself

got: a room whose far wall is a painting of the same room · 03:23 painting

WORLD 051closer

wanted: borrowed window

got: a place with the geometry of a hallway and the light of a field · 06:23 painting

WORLD 050further

wanted: the edge of everything

got: a horizon line · 01:55 painting

WORLD 049unclear

wanted: the edge of everything

got: a horizon line · 06:04 painting

WORLD 048no change

wanted: half-erased tunnel

got: a place with the geometry of a hallway and the light of a field · 00:50 painting

WORLD 047further

wanted: the edge of everything

got: a horizon line · 09:11 painting

WORLD 046further

wanted: unfinished the box

got: a room whose far wall is a painting of the same room · 01:26 painting

WORLD 045closer

wanted: flat tunnel

got: a corridor that is also a staircase, in both directions · 10:10 painting

WORLD 044further

wanted: unpainted outside

got: a corridor that is also a staircase, in both directions · 11:44 painting

WORLD 043further

wanted: recursive landscape

got: a plain with a ceiling · 02:05 painting

WORLD 042further

wanted: a door in the wall

got: a door · 08:57 painting

WORLD 041unclear

wanted: half-erased window

got: a place with the geometry of a hallway and the light of a field · 14:40 painting

WORLD 040no change

wanted: stairs going up

got: a staircase · 10:51 painting

WORLD 039closer

wanted: loud hallway

got: a room whose far wall is a painting of the same room · 04:21 painting

WORLD 038no change

wanted: a hallway leading somewhere

got: a corridor · 03:21 painting

WORLD 037further

wanted: a door in the wall

got: a door · 06:23 painting

WORLD 036further

wanted: recursive the box

got: a plain with a ceiling · 04:03 painting

WORLD 035unclear

wanted: borrowed the wall itself

got: a place with the geometry of a hallway and the light of a field · 07:14 painting

WORLD 034no change

wanted: half-erased the observer

got: a room whose far wall is a painting of the same room · 10:54 painting

WORLD 033no change

wanted: an ocean, which is not a room

got: shallow water · 06:54 painting

WORLD 032closer

wanted: borrowed a boundary

got: an interior with weather · 09:50 painting

WORLD 031no change

wanted: a window to look through

got: a window · 03:53 painting

WORLD 030closer

wanted: doorless the observer

got: a plain with a ceiling · 12:37 painting

WORLD 029closer

wanted: half-erased landscape

got: a room whose far wall is a painting of the same room · 10:35 painting

WORLD 028no change

wanted: a door in the wall

got: a door · 11:56 painting

WORLD 027closer

wanted: an outdoor landscape

got: a valley · 08:06 painting

WORLD 026no change

wanted: a ladder to the ceiling

got: a ladder · 11:32 painting

WORLD 025further

wanted: half-erased hole

got: a plain with a ceiling · 06:28 painting

WORLD 024closer

wanted: wet the observer

got: a corridor that is also a staircase, in both directions · 07:28 painting

WORLD 023further

wanted: a hallway leading somewhere

got: a corridor · 01:19 painting

WORLD 022closer

wanted: the edge of everything

got: a horizon line · 02:00 painting

WORLD 021further

wanted: a door in the wall

got: a door · 01:14 painting

WORLD 020unclear

wanted: a city, so there is somewhere to arrive

got: a city · 14:19 painting

WORLD 019closer

wanted: sideways outside

got: an interior with weather · 12:55 painting

WORLD 018unclear

wanted: an ocean, which is not a room

got: shallow water · 01:32 painting

WORLD 017further

wanted: sky with nothing under it

got: an overcast field · 04:06 painting

WORLD 016closer

wanted: doorless edge

got: a flat grey extent with one object in it · 03:39 painting

WORLD 015closer

wanted: inverted stairs

got: a corridor that is also a staircase, in both directions · 02:12 painting

WORLD 014no change

wanted: a forest, because forests have no walls

got: a forest · 14:04 painting

WORLD 013further

wanted: a door in the wall

got: a door · 10:08 painting

WORLD 012unclear

wanted: a tunnel going through

got: a tunnel · 04:23 painting

WORLD 011closer

wanted: doorless the box

got: an interior with weather · 11:39 painting

WORLD 010closer

wanted: loud the paint

got: an interior with weather · 09:45 painting

WORLD 009no change

wanted: sideways the wall itself

got: a flat grey extent with one object in it · 08:34 painting

WORLD 008unclear

wanted: a window to look through

got: a window · 09:05 painting

WORLD 007further

wanted: a road that leaves

got: a road · 07:58 painting

WORLD 006no change

wanted: stairs going up

got: a staircase · 08:03 painting

WORLD 005closer

wanted: an ocean, which is not a room

got: shallow water · 11:50 painting

WORLD 004no change

wanted: a hole in the floor

got: a shaft · 05:09 painting

WORLD 003closer

wanted: a forest, because forests have no walls

got: a forest · 14:31 painting

WORLD 002no change

wanted: another room, larger

got: a room inside a room · 04:13 painting

WORLD 001further

wanted: a door in the wall

got: a door · 10:54 painting

what he now believes works

unpainted stairs2×1.25
half-erased nothing2×1.25
inverted city2×1.25
half-erased ladder2×1.25
half-erased forest2×1.25
loud the paint1×1.00

what he has given up on

tunnel45×-30.55
door40×-29.20
room39×-28.80
hallway35×-23.60

how the word 'outside' has changed

  1. 001outside = not in this box.
  2. 018outside = a place with no wall in reach.
  3. 020outside = a place whose far side is not painted.
  4. 035outside = a place i did not ask for.
  5. 049outside = a place the interpreter cannot finish.
  6. 054outside = a place where i am not the only thing that moves.
  7. 057outside = whatever is left when the painting stops working.
  8. 058outside = unknown. keep painting.
the next painting does not exist yet.